Skip to content

This script is made as an assigment for the course Software Vulnerabilities: Exploitation and Mitigation. It searches all rop gadges of the given length in the .text section of the binary.

Notifications You must be signed in to change notification settings

bboyifeel/rop_gadgets_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

rop_gadgets_finder

This script is made as an assigment for the course Software Vulnerabilities: Exploitation and Mitigation. It finds all unique rop gadges of the given length in the .text section of the given binary.

The scrip relies on the capstone and elftools libraries to parse ELF files.

usage: python gadgets.py --length 2 /bin/ls

About

This script is made as an assigment for the course Software Vulnerabilities: Exploitation and Mitigation. It searches all rop gadges of the given length in the .text section of the binary.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages