Closed AravGarg closed 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
ropper --file ./vmlinux --detailed --all --search "pop rdi" | less
Hi, what exactly does not work? However, since the output is colored, you should use the option --nocolor
Here's the output! Worked fine with -nocolor thanks!!!
Piping the output of ropper to less doesn't seem to work. For example:
ropper --file ./vmlinux --detailed --all --search "pop rdi" | less