Merge pull request #15 from antoniobianchi333/virtualsocket

adding virtualsocket
This commit is contained in:
Yan 2015-08-02 09:35:26 -07:00
commit be2f072a05
2 changed files with 4 additions and 0 deletions

View file

@ -19,6 +19,7 @@ Installers for the following tools are included:
| binary | [villoc](https://github.com/wapiflapi/villoc) | Visualization of heap operations. | | binary | [villoc](https://github.com/wapiflapi/villoc) | Visualization of heap operations. |
| binary | [qemu](http://qemu.org) | Latest version of qemu! | | binary | [qemu](http://qemu.org) | Latest version of qemu! |
| binary | [pathgrind](https://github.com/codelion/pathgrind) | Path-based, symbolically-assisted fuzzer. | | binary | [pathgrind](https://github.com/codelion/pathgrind) | Path-based, symbolically-assisted fuzzer. |
| binary | [virtualsocket](https://github.com/antoniobianchi333/virtualsocket) | A nice library to interact with binaries. |
| binary | [pwntools](https://github.com/Gallopsled/pwntools) | Useful CTF utilities. | | binary | [pwntools](https://github.com/Gallopsled/pwntools) | Useful CTF utilities. |
| binary | [python-pin](https://github.com/blankwall/Python_Pin) | Python bindings for pin. | | binary | [python-pin](https://github.com/blankwall/Python_Pin) | Python bindings for pin. |
| binary | [radare2](http://www.radare.org/) | Some crazy thing crowell likes. | | binary | [radare2](http://www.radare.org/) | Some crazy thing crowell likes. |

3
virtualsocket/install Executable file
View file

@ -0,0 +1,3 @@
git clone git@github.com:antoniobianchi333/virtualsocket.git
pip install -e virtualsocket/