Skip to content

richardleach/whocalls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

What

whocalls is a simple Windows DLL that logs some info whenever it gets loaded.

Why

For use in identifying and demonstrating DLL planting opportunities.

(I can never find other people's implementations when I need them.)

How

  1. Customise the output filename in the source code.

  2. Compile to PE format.

e.g. Using MinGW on Kali:

x86_64-w64-mingw32-gcc -shared -s -o whocalls.dll whocalls.c

  1. Customise the DLL name and drop it somewhere.
  2. Periodically review the log file.

Where

That's up to you.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages