Skip to content

Latest commit

 

History

History
10 lines (4 loc) · 406 Bytes

README.md

File metadata and controls

10 lines (4 loc) · 406 Bytes

LocalDllParse

Checks all loaded Dlls in the current process for a version resource. Useful for identifying EDRs on a system without making calls out of the current process and avoids all commonly monitored API calls. Just a PoC.

Final parsing of the resource is entirely thanks to this blog: https://newbedev.com/c-library-to-read-exe-version-from-linux .

Alt text