mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 14:32:34 +00:00
containment note
This commit is contained in:
parent
d644d21d84
commit
6ce2914132
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ manage-tools uninstall gdb
|
|||
manage-tools uninstall all
|
||||
```
|
||||
|
||||
Where possible, the tools keep the installs very self-contained (i.e., in to tool/ directory), and most uninstalls are just calls to `git clean`.
|
||||
To support python dependencies, however, make sure to create a virtualenv before installing and using tools (i.e., `mkvirtualenv ctf`).
|
||||
Installers for the following tools are included:
|
||||
|
||||
| Category | Tool | Description |
|
||||
|
|
Loading…
Reference in a new issue