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