qira icon indicating copy to clipboard operation
qira copied to clipboard

keep names in sync with ida using the ida plugin

Open geohot opened this issue 9 years ago • 4 comments

consider switching to the python ida plugin only as well

geohot avatar Mar 21 '15 21:03 geohot

This is a feature that will sell me on trunk QIRA for CTFs

geohot avatar Mar 23 '15 08:03 geohot

And sadly, the python plugin doesn't work well, add_bpt isn't good from the other thread

geohot avatar Mar 23 '15 09:03 geohot

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.

Maroc-OS avatar Feb 05 '16 02:02 Maroc-OS

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.

Maroc-OS avatar Feb 05 '16 03:02 Maroc-OS