home.social

#idaprotip — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #idaprotip, aggregated by home.social.

fetched live
  1. 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.

    #ida #idapro #idaprotip

  2. 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.

    #IDAProTip #IDAtips