sashs / Ropper

Display information about files in different file formats and find gadgets to build rop chains for different architectures (x86/x86_64, ARM/ARM64, MIPS, PowerPC, SPARC64). For disassembly ropper uses the awesome Capstone Framework.
https://scoding.de/ropper
BSD 3-Clause "New" or "Revised" License
1.87k stars 206 forks source link

can't pipe ropper output to less #134

Closed AravGarg closed 4 years ago

AravGarg commented 4 years ago

Piping the output of ropper to less doesn't seem to work. For example: ropper --file ./vmlinux --detailed --all --search "pop rdi" | less

sashs commented 4 years ago

Hi, what exactly does not work? However, since the output is colored, you should use the option --nocolor

AravGarg commented 4 years ago
Screenshot 2020-11-23 at 11 04 40

Here's the output! Worked fine with -nocolor thanks!!!