An open API service indexing awesome lists of open source software.

https://github.com/vtl0/firewalker

POC of module enumeration through stack walking
https://github.com/vtl0/firewalker

c dll getmodulehandle getprocaddress loadlibrary malware winapi windows

Last synced: 20 days ago
JSON representation

POC of module enumeration through stack walking

Awesome Lists containing this project

README

          

# Firewalker
POC of enumerating modules through stack walking, without GetModuleHandle/LoadLibrary or PEB/TEB parsing. A WinAPI-less version available, although it is highly unreliable.