|

提醒:若下载的软件是收费的"请不要付款",可能是骗子,请立即联系本站举报,执意要付款被骗后本站概不负责。(任何交易请走第三方中介,请勿直接付款交易以免被骗!切记).
REtypedef - Reverse typedef substitution for IDA Pro
你好,
retypedef是IDA Pro插件我写道,允许自定义替换功能名称定义。它配备了一个默认的规则集对许多常见的STL类型提供替换。如果你反软件使得STL类的大量使用,你可以了解你为什么会需要这样的一个插件。:P
没有retypedef:
- .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<char, struct std::char_traits<char>, class std::allocator<char>>::swap(class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> &) proc near
- .text:0040142E
- .text:0040142E _Right = dword ptr 4
- .text:0040142E
- .text:0040142E jmp std::basic_string<char,std::char_traits<char>,std::allocator<char>>::swap(std::basic_string<char,std::char_traits<char>,std::allocator<char>> &)
- .text:0040142E public: void __thiscall std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>>::swap(class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> &) 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<char, struct std::char_traits<char>, class std::allocator<char>> & __thiscall std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>>::insert(unsigned int, class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> 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<char,std::char_traits<char>,std::allocator<char>>::insert(uint,std::basic_string<char,std::char_traits<char>,std::allocator<char>> const &)
- .text:00401433 public: class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> & __thiscall std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>>::insert(unsigned int, class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> const &) endp
复制代码 With REtypedef:
- .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
复制代码
release-1.0.1.zip
(885.66 KB, 下载次数: 2)
联系我时,请说是在 挂海论坛 上看到的,谢谢! |
上一篇: Microsoft Runtime Type Information下一篇: (Android)ADB plugin for Ida Pro
免责声明:
1、本主题所有言论和图片纯属会员个人意见,与本论坛立场无关。一切关于该内容及资源商业行为与www.52ghai.com无关。
2、本站提供的一切资源内容信息仅限用于学习和研究目的;不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。
3、本站信息来自第三方用户,非本站自制,版权归原作者享有,版权争议与本站无关。您必须在下载后的24个小时之内,从您的电脑或手机中彻底删除上述内容。
4、如果您喜欢该程序,请支持正版,购买注册,得到更好的正版服务。如有侵犯你版权的,请邮件与我们联系删除(邮箱:xhzlw@foxmail.com),本站将立即改正。
|