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
- Host: GitHub
- URL: https://github.com/vtl0/firewalker
- Owner: vtl0
- Created: 2025-03-01T09:55:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T17:30:02.000Z (about 1 year ago)
- Last Synced: 2025-04-06T18:30:49.220Z (about 1 year ago)
- Topics: c, dll, getmodulehandle, getprocaddress, loadlibrary, malware, winapi, windows
- Language: C
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.