Screencast: API Logging with the Application Compatibility Layer

Hi all!

Today I did a screencast on how to use the application compatibility layer (and especially the APILogger shim) to do API logging.

This is a very interesting screencast if you want to log and display API calls of other programs in a very nice and simple way.

So enjoy (14:59 min):
http://www.kalmbach-software.de/screencasts/UsingAPILogger

Here are also the links which are shown in the presentation:

3 Responses to “Screencast: API Logging with the Application Compatibility Layer”

  1. Marc Sherman Says:

    Thanks for this. In the past I’ve used logexts for api logging within windbg. I remember it crashing about 40% of the time.

  2. tracing a process | keyongtech Says:

    […] does not seem to work in the way I expected. > > Can you advise me how to proceed this task? http://blog.kalmbach-software.de/200…ibility-layer/ — Greetings Jochen My blog about Win32 and .NET http://blog.kalmbachnet.de/ […]

  3. Ben Schwehn Says:

    Thanks for the quite interesting post! I didn’t even know about the ACT before.
    However, since you need to have the debugging tools installed in order to get logexts.dll, it seems to me that just using logger.exe [http://msdn.microsoft.com/en-us/library/cc266316.aspx] that comes with it is in many cases even simpler for just API logging. Either way, interesting stuff.

    Ben

Leave a Reply