Skip to content

A program which can query a directory of files, find the binaries, and search for a specified Win API import.

Notifications You must be signed in to change notification settings

DownWithUp/WhoCalls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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) This is an improved version of my old C WhoCalls program. The old C version can be found here.

Example Use

WhoCalls.exe [Path To Query] [API Name]
API Name: A valid Windows API function.
Path To Query: A valid path to a directory containg the executable(s).
E.g. whocalls C:\Windows\System32 ExitProcess

Other Features

  • No unsafe Rust 😊
  • Argument parsing by clap
  • PE parsing by goblin

About

A program which can query a directory of files, find the binaries, and search for a specified Win API import.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages