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

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

Notifications You must be signed in to change notification settings

DownWithUp/WhoCalls_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages