0vercl0k / rp

rp++ is a fast C++ ROP gadget finder for PE/ELF/Mach-O x86/x64/ARM/ARM64 binaries.
MIT License
1.78k stars 251 forks source link

Disable colorizing the output if stdout isn't a terminal. #5

Closed jcande closed 9 years ago

jcande commented 9 years ago

Here's the other diff. I was able to test this on a Linux machine and it worked as expected.

0vercl0k commented 9 years ago

Awesome Jared -- thank you! I'll try that today :=)

Cheers, 0vercl0k

2015-01-25 6:31 GMT+00:00 Jared Candelaria notifications@github.com:

Here's the other diff. I was able to test this on a Linux machine and it

worked as expected.

You can view, comment on, or merge this pull request online at:

https://github.com/0vercl0k/rp/pull/5 Commit Summary

  • Disable colorizing the output in the cases where the output isn't printed to a terminal.

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/0vercl0k/rp/pull/5.