Skip to content

Instantly share code, notes, and snippets.

View Taardisaa's full-sized avatar

Hao Ren Taardisaa

  • University of Utah
  • Salt Lake City, Utah, United States
  • 06:06 (UTC -06:00)
View GitHub Profile
@icecr4ck
icecr4ck / idapython_ctree.md
Last active March 11, 2025 06:44
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 24, 2025 00:05
Some notes about the IDA Microcode (intermediate language).