python3-pwntools
python3-pwntools copied to clipboard
CTF framework and exploit development library in python3 (pwntools and binjitsu fork)
I was just wondering if this project is still maintained, because the last changes from the main project (somewhen 2017) have not been merged. Kind regards, TheClown
Gnome Terminal recently deprecated the -c option, opting instead for syntax of the style: ``` gnome-terminal -- /usr/bin/gdb ./target_binary ``` to get around this, I had to make the following...
When I run > from pwn import * from Python 3.5 IDLE, it gives me error message like: > Traceback (most recent call last): File "", line 1, in from...
https://travis-ci.org/arthaud/python3-pwntools/builds/321634375
Trying to run 32bit elf on 64bit ubuntu, gives you the following erroe: ``` [x] Starting program './program' [-] Starting program './program': Failed Traceback (most recent call last): File "",...