<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Tracing API calls on Windows</title>
	<atom:link href="http://billauer.se/blog/2010/07/strace-ltrace-win32-api-dll/feed/" rel="self" type="application/rss+xml" />
	<link>https://billauer.se/blog/2010/07/strace-ltrace-win32-api-dll/</link>
	<description>Anything I found worthy to write down.</description>
	<lastBuildDate>Thu, 26 Mar 2026 13:15:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Muhammad Tayyab Sheikh</title>
		<link>https://billauer.se/blog/2010/07/strace-ltrace-win32-api-dll/comment-page-1/#comment-1432</link>
		<dc:creator>Muhammad Tayyab Sheikh</dc:creator>
		<pubDate>Wed, 10 Jul 2019 18:58:47 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=596#comment-1432</guid>
		<description>Here is an opensource alternative provided by Microsoft itself.... Mirosoft Detours ( https://github.com/microsoft/detours ) IT is distributed in Source-code form.You have to compile it yourself.</description>
		<content:encoded><![CDATA[<p>Here is an opensource alternative provided by Microsoft itself&#8230;. Mirosoft Detours ( <a href="https://github.com/microsoft/detours" rel="nofollow">https://github.com/microsoft/detours</a> ) IT is distributed in Source-code form.You have to compile it yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ironboykabeesh</title>
		<link>https://billauer.se/blog/2010/07/strace-ltrace-win32-api-dll/comment-page-1/#comment-1320</link>
		<dc:creator>ironboykabeesh</dc:creator>
		<pubDate>Thu, 15 Mar 2018 07:48:46 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=596#comment-1320</guid>
		<description>hay 
i tried this now.
wow 8yrs ago
  None of them usefull for me because 
  i want to hook local func calls
  these sotwars can only list external calls (api )

i will make softwear for hooking local calls soon.
utilising debugger api is os dependent.
with root permission reading process memmory is platform depended
how these softwears works .i think they are using win32 debugger api.
but anti debugging tecniques will defend them well.
debugger must make himself transperant</description>
		<content:encoded><![CDATA[<p>hay<br />
i tried this now.<br />
wow 8yrs ago<br />
  None of them usefull for me because<br />
  i want to hook local func calls<br />
  these sotwars can only list external calls (api )</p>
<p>i will make softwear for hooking local calls soon.<br />
utilising debugger api is os dependent.<br />
with root permission reading process memmory is platform depended<br />
how these softwears works .i think they are using win32 debugger api.<br />
but anti debugging tecniques will defend them well.<br />
debugger must make himself transperant</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Wain</title>
		<link>https://billauer.se/blog/2010/07/strace-ltrace-win32-api-dll/comment-page-1/#comment-897</link>
		<dc:creator>Sebastian Wain</dc:creator>
		<pubDate>Fri, 18 Oct 2013 16:13:15 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=596#comment-897</guid>
		<description>Hi Eli, Nektra&#039;s co-founder (SpyStudio) here.

Indeed SpyStudio has been improved a lot since 2010 and it&#039;s used by companies such as VMWare and Symantec. If you want to hook more functions you can use our hook engine Deviare that is the foundation for SpyStudio. Deviare includes a console code where you can hook every function you like or add new ones.

With Deviare you can even hook functions that are available only in PDBs. For example, you can take a look at this article, with code, where we intercept Microsoft SQL Server: http://blog.nektra.com/main/2013/06/26/sql-server-interception-and-sql-injection-attacks-prevention/</description>
		<content:encoded><![CDATA[<p>Hi Eli, Nektra&#8217;s co-founder (SpyStudio) here.</p>
<p>Indeed SpyStudio has been improved a lot since 2010 and it&#8217;s used by companies such as VMWare and Symantec. If you want to hook more functions you can use our hook engine Deviare that is the foundation for SpyStudio. Deviare includes a console code where you can hook every function you like or add new ones.</p>
<p>With Deviare you can even hook functions that are available only in PDBs. For example, you can take a look at this article, with code, where we intercept Microsoft SQL Server: <a href="http://blog.nektra.com/main/2013/06/26/sql-server-interception-and-sql-injection-attacks-prevention/" rel="nofollow">http://blog.nektra.com/main/2013/06/26/sql-server-interception-and-sql-injection-attacks-prevention/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Yurichev</title>
		<link>https://billauer.se/blog/2010/07/strace-ltrace-win32-api-dll/comment-page-1/#comment-444</link>
		<dc:creator>Dennis Yurichev</dc:creator>
		<pubDate>Tue, 13 Jul 2010 16:06:19 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=596#comment-444</guid>
		<description>strace.exe in cygwin?</description>
		<content:encoded><![CDATA[<p>strace.exe in cygwin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohitab Batra</title>
		<link>https://billauer.se/blog/2010/07/strace-ltrace-win32-api-dll/comment-page-1/#comment-443</link>
		<dc:creator>Rohitab Batra</dc:creator>
		<pubDate>Tue, 13 Jul 2010 15:18:05 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=596#comment-443</guid>
		<description>API Monitor has been completely rewritten and has tons of new features including 64-bit support, approx 10,000 API definitions, API call tree, monitoring of NT services, custom DLL monitoring. See a list of complete features and screenshots at http://www.rohitab.com/apimonitor/</description>
		<content:encoded><![CDATA[<p>API Monitor has been completely rewritten and has tons of new features including 64-bit support, approx 10,000 API definitions, API call tree, monitoring of NT services, custom DLL monitoring. See a list of complete features and screenshots at <a href="http://www.rohitab.com/apimonitor/" rel="nofollow">http://www.rohitab.com/apimonitor/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mangling win32 executables with a hex editor</title>
		<link>https://billauer.se/blog/2010/07/strace-ltrace-win32-api-dll/comment-page-1/#comment-442</link>
		<dc:creator>Mangling win32 executables with a hex editor</dc:creator>
		<pubDate>Fri, 09 Jul 2010 10:13:17 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=596#comment-442</guid>
		<description>[...] Tracing API calls on Windows [...]</description>
		<content:encoded><![CDATA[<p>[...] Tracing API calls on Windows [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
