首页
社区
课程
招聘
[推荐]The Beginner's Guide to IDAPython - Alexander Hanel
发表于: 2020-6-22 18:01 6556

[推荐]The Beginner's Guide to IDAPython - Alexander Hanel

2020-6-22 18:01
6556

The Beginner's Guide to IDAPython - Alexander Hanel



Hello!


This is a book about IDAPython.


I originally wrote it as a reference for myself - I wanted a place to go to where I could find examples of
functions that I commonly use (and forget) in IDAPython. Since I started this book, I have used it many
times as a quick reference to understand syntax or see an example of some code - if you have read
my blog1 you may notice a few familiar faces - lots of scripts that I cover here are result of sophomoric
experiments that I documented online.


Over the years I have received numerous emails asking what the best guide for learning IDAPython is.
Usually I point them to Ero Carrera's Introduction to IDAPython or the example scripts in the
IDAPython's public repo2. They are excellent sources for learning, but they don't cover some common
issues that I have come across. I wanted to create a book that addresses these issues. I feel this book
is of value for anyone learning IDAPython or wanting a quick reference for examples and snippets.
Being an e-book, it will not be a static document and I plan on updating it in the future on regular
basis.


Updates

Version 1.0

  • Published

Version 2.0

  • Table of Contents and closing added

Version 3.0

  • Grammar fixes provided by Russell V. and added an example of renaming operands.

Version 4.0

  • Support for IDAPython 7.0

Version 4.1

  • Bug fixes provided by Minh-Triet Pham Tran @MinhTrietPT

Version 5.0 

  • Converted format from Markdown to Microsoft Word.
  • Yara chapter added
  • Coloring chapter added
  • Structure chapter added
  • Enumerated Types chapter added
  • What’s next chapter added
  • Fixed bug found by @qmemcpy
  • Added MakeFunction as requested by Minh-Triet Pham Tran

Version 6.0

  • Support for IDAPython 7.4 and Python 3.
  • Extracting Function Arguments chapter added
  • Basic Blocks chapter added
  • PyQt chapter added
  • Unicorn Engine chapter added


https://leanpub.com/IDAPython-Book 



[课程]Android-CTF解题方法汇总!

上传的附件:
收藏
免费 3
支持
分享
最新回复 (3)
雪    币: 5855
活跃值: (438)
能力值: ( LV4,RANK:45 )
在线值:
发帖
回帖
粉丝
2
不错,用IDA必备
2020-6-22 19:14
0
雪    币: 106
活跃值: (1348)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
好的,肉丝姐推荐的书
2020-9-18 00:47
0
雪    币: 210
活跃值: (68)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
研究idapython必备
2021-4-4 13:17
0
游客
登录 | 注册 方可回帖
返回
//