Skip to content

SLAUC91/DLLFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

DLLFinder

Enumerate the DLLs/Modules using NtQueryVirtualMemory

##Summary A basic application showing the use of NtQueryVirtualMemory to enumerate the memory to list the Modules and DLLs in an application. All in all you would most likely not use this to enumerate modules as opposed to scan the memory pages in the real world.

##Limitations The only real limitation is that if the PE Header of the DLL has been stripped it may fail. The only other limitation is that if NtQueryVirtualMemory is hooked in the SSDT the obvious outcome will result.

About

Enumerate the DLLs/Modules using NtQueryVirtualMemory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages