- 授权协议: GPLv2
- 开发语言: Python
- 操作系统: Windows
- 软件首页: http://code.google.com/p/mynav/
- 软件文档: http://code.google.com/p/mynav/w/list
软件介绍
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).
Imperfect C++中文版
威尔逊 / 荣耀、刘未鹏 / 人民邮电出版社 / 2006-1 / 75.0
汇集实用的C++编程解决方案,C++虽然是一门非凡的语言,但并不完美。Matthew Wilson使用C++十年有余,其间发现C++存在一些固有的限制,需要一些颇具技术性的工作进行弥补。本书不仅指出了C++的缺失,更为你编写健壮、灵活、高效、可维护的代码提供了实用的技术和工具。Wilson向你展示了如何克服C++的复杂性,穿越C++庞大的范式阵列。夺回对代码的控制权,从而获得更理想的结果。一起来看看 《Imperfect C++中文版》 这本书的介绍吧!
