Skip to content

DLLFinder is a powerful and efficient C tool designed to provide developers and security professionals with the ability to enumerate all the Dynamic Link Libraries (DLLs) loaded by a specified process on the Windows operating system.It also helps to find "rwx" section of a PE File, if present

Notifications You must be signed in to change notification settings

SecTheBit/DLLFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

DLLFinder

DLLFinder is a powerful and efficient C tool designed to provide developers and security professionals with the ability to enumerate all the Dynamic Link Libraries (DLLs) loaded by a specified process on the Windows operating system.

Features

  • DLLs Enumeration
  • MockingJay Support

Commands

  • Enumerating Dlls
dllfinder.exe --process_name "notepad.exe" 
  • MockingJay
dllfinder.exe  --mockingjay --PEfilePath "file_path" 

Windows API Used

  • FindTargetProc
  • OpenProcess
  • CreateToolhelp32Snapshot
  • Process32First
  • Process32Next
  • EnumProcessModulesEx
  • GetModuleFileNameExA

Working POC

POC dllfinder

Refrences

About

DLLFinder is a powerful and efficient C tool designed to provide developers and security professionals with the ability to enumerate all the Dynamic Link Libraries (DLLs) loaded by a specified process on the Windows operating system.It also helps to find "rwx" section of a PE File, if present

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages