diff --git a/README.md b/README.md index 84650f0..949f22b 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Installers for the following tools are included: | binary | [villoc](https://github.com/wapiflapi/villoc) | Visualization of heap operations. | | binary | [qemu](http://qemu.org) | Latest version of qemu! | | 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 | [python-pin](https://github.com/blankwall/Python_Pin) | Python bindings for pin. | | binary | [radare2](http://www.radare.org/) | Some crazy thing crowell likes. | diff --git a/virtualsocket/install b/virtualsocket/install new file mode 100755 index 0000000..acb93b8 --- /dev/null +++ b/virtualsocket/install @@ -0,0 +1,3 @@ +git clone git@github.com:antoniobianchi333/virtualsocket.git +pip install -e virtualsocket/ +