Found this nugget today - set
STORE_USER_INFO = NO
in your idauser.cfg to have IDA not store your user info in the idb upon the idb's creation.
For pre-existings idbs use `del_user_info()` to remove user into.
Found this nugget today - set
STORE_USER_INFO = NO
in your idauser.cfg to have IDA not store your user info in the idb upon the idb's creation.
For pre-existings idbs use `del_user_info()` to remove user into.
One of my favorite #IDAPro tricks, go to the location at offset from cursor (in the jump to address popup window).
Make sure to use `get_screen_ea()` as `here()` does not work in this window.