Add Pin: Dynamic binary instrumentation tool (#67)

This commit is contained in:
Amanpreet Singh 2017-10-22 23:49:51 -04:00 committed by GitHub
parent 163cb889f7
commit 2719ecc903
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ Check solve section for steganography.
- [Java Decompilers](http://www.javadecompilers.com) - An online decompiler for Java and Android APKs
- [Krakatau](https://github.com/Storyyeller/Krakatau) - Java decompiler and disassembler
- [PEDA](https://github.com/longld/peda) - GDB plugin (only python2.7)
- [Pin](https://software.intel.com/en-us/articles/pin-a-dynamic-binary-instrumentation-tool) A dynamic binary instrumentaion tool by Intel
- [Plasma](https://github.com/joelpx/plasma) - An interactive disassembler for x86/ARM/MIPS which can generate indented pseudo-code with colored syntax.
- [Pwndbg](https://github.com/pwndbg/pwndbg) - A GDB plugin that provides a suite of utilities to hack around GDB easily.
- [radare2](https://github.com/radare/radare2) - A portable reversing framework