Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 502 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 502 Bytes

Archive Notice:

This tool has been replaced by https://github.com/DownWithUp/WhoCalls


WhoCalls

WhoCalls can query a directory of files, find the binaries, and search for a user specified Win API import. It works with both 32-bit (PE) and 64-bit (PE32+) file formats (.exe, .dll, .sys)

Example Use

WhoCalls.exe [API Name] [Path To Query]

API Name: A valid Windows API function. eg: ExitProcess
Path To Query: A valid path without the ending backslash. eg: C:\Users\Admin\Desktop