angr_ctf
angr_ctf copied to clipboard
fix typo
One Dockerfile to do it all! See README.md for further details about this update. Given that the project is under the GPL-v3 License, I created this PR for you to...
angr 8.0 has dropped python 2 support, so this should probably be updated accordingly.
Scaffold and solution challenge 07 are not working with latest angr, because SimFile class changed. This is working code with latest version of angr for the filesystem part: ``` filename...
Fix 07
The original script doesn't work ,and I think it caused by angr's upgrade. I just fix some code to make it work on again. For example, the usage of 'angr.storage.SimFile'...
The generate.py script in 14_angr_shared_library wasn't working for me. It was building the library, but wasn't building the binary file. I believe this update corrects the issue. Also I added...
I updated the README file. I've added pointers to online resources for solving the challenges and a troubleshooting section. It ain't much work but it will save some time for...
fix typo
Running `python3 scaffold11.py 11_angr_sim_scanf` produces `1448564819 1398294103` on an ubuntu environment and yields the correct password for the challenge. Running the script on windows produces `1179604559 1146114388` and fails on...
Hello, I would like to contribute to the project. I would like to add instructions for (at least) the local installation and also present a walkthrough for the few first...