- 授权协议: 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).
算法概论
Sanjoy Dasgupta、Christos Papadimitriou、Umesh Vazirani / 钱枫 注、邹恒明 注 / 机械工业出版社 / 2009-1 / 55.00元
《算法概论(注释版)》源自加州大学伯克利分校和加州大学圣迭戈分校本科生的算法课讲义,以独特的视角展现了算法设计的精巧技术及魅力。在表达每一种技术时,强调每个算法背后的简洁数学思想,分析其时间和空间效率,运用与其他技术类比的方法来说明特征,并提供了大量实例。《算法概论(注释版)》以人类最古老的算法(算术运算)为起点,将各种算法中优美而有代表性的内容囊括书中,并以最前沿的理论(量子算法)结束,构成了较......一起来看看 《算法概论》 这本书的介绍吧!
