-
Notifications
You must be signed in to change notification settings - Fork 41
FileNotFoundError #5
Comments
Hi @naweiss, Sorry, I cannot reproduce it. I see pwntools spawning You can try ipdb to debug this. I would put a breakpoint at pwnlib/tubes/process.py#L275 Example of debugging session:
|
Sorry I accidentally tested But I don't have access to Update: used the |
python3-pwntools is way behind the original pwntools in terms of commits. This is because I have to merge manually pwntools into python3-pwntools, and this is a bit painful. I get tons on conflicts, and then I have to rewrite part of the python2 stuff in python3. I don't plan to keep doing this indefinitely. I would like to work directly on the official repo and make it python3-compatible. I didn't find the time and motivation yet.. |
Trying to run 32bit elf on 64bit ubuntu, gives you the following erroe:
Used multiple ways, for example:
Note: using
qemu-i386 ./program
manualy works fineThe text was updated successfully, but these errors were encountered: