angr / angrop

BSD 2-Clause "Simplified" License
606 stars 71 forks source link

Update mem_changer.py to address logic bug in add_to_mem. #84

Closed astewart-bah closed 8 months ago

astewart-bah commented 8 months ago

Fixed logic error with a for loop in a try block, where each loop could raise an exception causing only the first gadget to ever be checked if the first gadget fails one of the checks.

Reference #81

Kyle-Kyle commented 8 months ago

thank you so much for the contribution!