教程
问答
博客
Python源码
Java源码
开源
论坛
教程
问答
博客
Python源码
Java源码
开源
论坛
登录
注册
开源软件
数据库相关
编译器
MyNav
MyNav
- 逆向工程IDA辅助插件
编译器
授权协议:
GPLv2
操作系统:
Windows
开发语言:
Python
软件简介
MyNav是一个IDA
Pro插件,它能够帮助逆向工程师完成一些最典型的任务。如发现一些特定功能或任务是由哪些函数实现的,找出补丁前后函数的不同之处和数据入口。主要特色:
Differential debugging: Record traces of debugged processes and save them for later analysis and for discovering the specific code responsible of some feature.
Function’s browser: Navigate through functions looking relationships among them, data string references, API calls and discovering code paths between functions.
Code path searching: Automatic code path searching facilities between 2 specific functions or between data entry points (points where we can input data to the application) and target points (functions where you want to reach code execution as for example vulnerable functions).
软件首页