mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 22:12:32 +00:00
Merge pull request #15 from antoniobianchi333/virtualsocket
adding virtualsocket
This commit is contained in:
commit
be2f072a05
2 changed files with 4 additions and 0 deletions
|
@ -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. |
|
||||
|
|
3
virtualsocket/install
Executable file
3
virtualsocket/install
Executable file
|
@ -0,0 +1,3 @@
|
|||
git clone git@github.com:antoniobianchi333/virtualsocket.git
|
||||
pip install -e virtualsocket/
|
||||
|
Loading…
Reference in a new issue