angr_ctf
angr_ctf copied to clipboard
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' has changed,no longer to need file_options, and it can't load SimSymbolicMemory now. Other change is just adjustable.
I think it might help if you describe the changes you made.
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' has changed,no longer to need file_options, and it can't load SimSymbolicMemory now. Other change is just adjustable.
What I meant was to add describe whatever you changed (and why you changed it) into the pull request. It makes it alot easier for the repo owner to evaluate your code and see if he wants to accept or reject your pull request. When you leave no description at all, no one knows what you're doing.
Well....Alright. I'm sorry about this...