angr_ctf
angr_ctf copied to clipboard
Solution for challenge 11 outputs different results on a Windows environment versus Ubuntu Environment
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 the challenge. Any idea why this could happen?