Skip to content

Add ida specific RTTI export to RTTI explorer tool #161

Description

@FransBouma

Emit a .idc file from the found RTTI data. This file should have the format:

#include <ida.idc>

static main() {
   MakeName(vtableAddress, "mangled RTTI name");
   MakeName... 
}

vtableAddress should be rooted to 0x14000000 as image base, even if the image is 0x7fff... based.
(So at export, subtract image base from address, add 0x14000000. )

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions