Topic created on: April 28, 2007 19:48 CDT by Sirmabus .
A little utility I made a few years back to dump API usage.
I recently updated it with a less complicated method on dynamic tracing. Maybe handy for someone..
APIScan 2.2 By Sirmabus
=============================================================================
Intro
------
APIScan is a simple tool to gather a list of APIs that a target process uses.
You can use this list in an initial analysis to help determine a target's
general operating nature. Also can be used to help determine patch/update
changes by doing a WinDif on "before" and "after".
There are similar tools, often more robust (like "Dependency Walker"), but
most of these just parse the target IAT ("Import Address Table") alone.
APIScan catches dynamically/delayed loaded modules too; and dumps them as a
simple list.
Changes:
--------
2.2 Got rid of the index numbers around the DLL and API dumps, that made WinDiff'ing a mess.
http://www.openrce.org/repositories/users/Sirmabus/APIScan_22.zip