Skip to content

Instantly share code, notes, and snippets.

View Taardisaa's full-sized avatar
🏠
Working from home

Hao Ren Taardisaa

🏠
Working from home
  • University of Utah
  • Salt Lake City, Utah, United States
  • 03:17 (UTC -06:00)
View GitHub Profile
@icecr4ck
icecr4ck / idapython_ctree.md
Last active September 8, 2025 01:56
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 February 21, 2026 08:32
Some notes about the IDA Microcode (intermediate language).