Name substitution plugin for IDA Pro
REtypedef is an IDA PRO plugin that allows defining custom substitutions for function names. It comes with a default ruleset providing substitutions for many common STL types.
.text:0040142E ; =============== S U B R O U T I N E ======================================= .text:0040142E .text:0040142E ; Attributes: thunk .text:0040142E .text:0040142E public: void __thiscall std::basic_string, class std::allocator>::swap(class std::basic_string, class std::allocator> &) proc near .text:0040142E .text:0040142E _Right = dword ptr 4 .text:0040142E .text:0040142E jmp std::basic_string,std::allocator>::swap(std::basic_string,std::allocator> &) .text:0040142E public: void __thiscall std::basic_string, class std::allocator>::swap(class std::basic_string, class std::allocator> &) endp .text:0040142E .text:00401433 .text:00401433 ; =============== S U B R O U T I N E ======================================= .text:00401433 .text:00401433 ; Attributes: thunk .text:00401433 .text:00401433 public: class std::basic_string, class std::allocator> & __thiscall std::basic_string, class std::allocator>::insert(unsigned int, class std::basic_string, class std::allocator> const &) proc near .text:00401433 .text:00401433 _Off = dword ptr 4 .text:00401433 _Right = dword ptr 8 .text:00401433 .text:00401433 jmp std::basic_string,std::allocator>::insert(uint,std::basic_string,std::allocator> const &) .text:00401433 public: class std::basic_string, class std::allocator> & __thiscall std::basic_string, class std::allocator>::insert(unsigned int, class std::basic_string, class std::allocator> const &) endp
.text:0040142E ; =============== S U B R O U T I N E ======================================= .text:0040142E .text:0040142E ; Attributes: thunk .text:0040142E .text:0040142E public: void __thiscall std::string::swap(class std::string &) proc near .text:0040142E .text:0040142E _Right = dword ptr 4 .text:0040142E .text:0040142E jmp std::string::swap(std::string &) .text:0040142E public: void __thiscall std::string::swap(class std::string &) endp .text:0040142E .text:00401433 .text:00401433 ; =============== S U B R O U T I N E ======================================= .text:00401433 .text:00401433 ; Attributes: thunk .text:00401433 .text:00401433 public: class std::string & __thiscall std::string::insert(unsigned int, class std::string const &) proc near .text:00401433 .text:00401433 _Off = dword ptr 4 .text:00401433 _Right = dword ptr 8 .text:00401433 .text:00401433 jmp std::string::insert(uint,std::string const &) .text:00401433 public: class std::string & __thiscall std::string::insert(unsigned int, class std::string const &) endp
Download latest binary version from github. Currently only the Windows version of IDA is supported.
Place
REtypedef.plXinto the
pluginsdirectory of your IDA installation.