/Legit-DLL-Finder

The program searches recursively in the specified directory looking for dlls that have RWX sections and a valid signature.

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Legit-DLL-Finder

The purpose of this program is to recursively search a directory for DLLs that have a Read Write and Execute sections and are also with an embedded signature. If such sections are found they are printed on the console.

Example output: Output

Example how you can add a directory as a startup param for easy development: Debug params

You can start the program with <name> <root dir for recursive search>

Example: dll-searcher.exe C: will search the whole C: drive.