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?
Running
python3 scaffold11.py 11_angr_sim_scanf
produces1448564819 1398294103
on an ubuntu environment and yields the correct password for the challenge. Running the script on windows produces1179604559 1146114388
and fails on the challenge. Any idea why this could happen?