a7t0fwa7 / JayFinder

Find DLLs with RWX section

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JayFinder

Whether you knew Process Mockingjay since ever or you just got to know it, this tool helps you to find DLLs with RWX section. This is done parsing the PE Section Headers and checking the "Characteristics" attribute of each section.

Disclaimer

It's not a great code, just copy pasta of an old project I had written for learning about PE structure.

Usage

Pretty straightforward:

C:\>JayFinder.exe C:\StartingFolder

Then you can expect an output similar to this one

image info

About

Find DLLs with RWX section


Languages

Language:C# 100.0%