hugsy / gef-extras

Extra goodies for GEF to (try to) make GDB suck even less
https://hugsy.github.io/gef-extras
MIT License
148 stars 50 forks source link

make sure the on-write function takes an argument #94

Closed hugsy closed 8 months ago

hugsy commented 8 months ago

Description/Motivation/Screenshots

hugsy/gef#1000 introduced a callback signature change for on-write hooks, which broke capstone.py (reported on discord). This PR fixes that

How Has This Been Tested ?

"Tested" indicates that the PR works and the unit test (i.e. make test) run passes without issue.

Checklist