qira
qira copied to clipboard
keep names in sync with ida using the ida plugin
consider switching to the python ida plugin only as well
This is a feature that will sell me on trunk QIRA for CTFs
And sadly, the python plugin doesn't work well, add_bpt isn't good from the other thread
Hummmm! i have a little fix on qira.py plugin that needs to be checked, but i cannot send now cause it will go into the current PR.
breakpoint works now with this little fix. qira_address was not checked very well and IDA API was not happy with that variable. also the bpt was not checked if it's already there or not, so! deleting it cannot be done if there was no pbt.
add_pbt was having an int value (not ea) so it will give you an error.