Skip to content
crifan edited this page Feb 21, 2026 · 1 revision

idaExportFunctionCode Wiki

IDA Pro Plugin, to export specified function(s) code to file.

Supported Address Types

  • sub_xxx : function entry point
  • loc_xxx : code label (non-function address)

Supported Export Types

  • .c : pseudocode (decompiled C code, via Hex-Rays)
  • .asm : assembly code (IDA-style format with XREF, loc labels)
  • .bin : binary code (raw bytes)

Documentation

Clone this wiki locally