Skip to content
/ ropz Public

Organizes rp++ output to make finding good gadgets faster

Notifications You must be signed in to change notification settings

bmdyy/ropz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

RopZ (rp++ organizer)

Takes output from rp++ and organizes it to make finding helpful gadgets a bit quicker.

Created while studying for the OSED course.

Usage

.\rp-win-x86.exe -f ... -r 5 > rop.txt
python3 ropZ.py rop.txt

Modifying

The gadget search stuff can be easily modified in the SETTINGS section, where the cfg dictionary is defined.

To add / change searchs, you just need to follow the following format:

cfg = {
    "NAME": r"REGEX",
    "NAME2": r"REGEX2",
    ...
}

About

Organizes rp++ output to make finding good gadgets faster

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages