We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e97e14 + 08491e5 commit b69f677Copy full SHA for b69f677
1 file changed
README.md
@@ -9,7 +9,11 @@ A tool for managing glibc pwn environments using containers.
9
It uses docker to manage the tools you might need, so you have separete environment, and you do all the debugging with the shared folder.
10
11
## swpwn
12
+### install
13
14
+`python3 -m pip install swpwn`
15
+
16
+### usage
17
This is a simplified version of [ancypwn](https://github.com/Escapingbug/ancypwn)
18
Contains only the container management parts.
19
- run
0 commit comments