Skip to content

Instantly share code, notes, and snippets.

View Taardisaa's full-sized avatar

Hao Ren Taardisaa

View GitHub Profile
@icecr4ck
icecr4ck / idapython_ctree.md
Last active May 22, 2024 04:06
Notes on CTREE usage with IDAPython

IDAPython CTREE

Important links

Description

The CTREE is built from the optimized microcode (maturity at CMAT_FINAL), it represents an AST-like tree with C statements and expressions. It can be printed as C code.

@icecr4ck
icecr4ck / ida_mc_notes.md
Last active May 3, 2024 09:25
Some notes about the IDA Microcode (intermediate language).