ropr icon indicating copy to clipboard operation
ropr copied to clipboard

A blazing fast™ multithreaded ROP Gadget finder. ropper / ropgadget alternative

Results 6 ropr issues
Sort by recently updated
recently updated
newest added

## Description This PR introduces a new option `--nouniq` or `-u`, which enables ropr to show non-unique gadgets. ## Motivation and Context The current ropr deduplicates gadgets and shows only...

Currently ropr only supports x86 / x86_64. This is partially just due to the disassembler being only compatible with x86. Consider the possiblity of switching to a new disassembler (maybe...

Currently this makes it difficult to look for certain kinds of gadgets - such as a jop gadget which utilizes push then ret etc. There should be a better way...

# RFC: Add RISC-V support to ropr Author: Brady Butler Organization: [Assured Information Security](https://www.ainfosec.com/) ## Introduction At present, `ropr` is a Rust-based, multi-threaded ROP-gadget finder for `x86_64` binaries using the...

I was doing this challenge: https://2020.ctf.link/assets/files/kernel-rop-bf9c106d45917343.tar.xz and the gadget `0xffffffff8246dc83: push rax; ret;` is returned for the extracted vmlinux. I used it in a ROP chain and got `[ 2.990604]...