Skip to content

v0.1.0

Choose a tag to compare

@totekuh totekuh released this 15 Mar 16:42
· 4 commits to main since this release

Initial release

Added

  • One .c file per function with metadata header comments (name, address, size, calling convention, params)
  • Combined all_functions.c for full-text search
  • JSON indexes: types, functions, callgraph, strings, imports, exports, symbols, sections, metadata
  • --base-addr option to rebase the binary before export
  • --timeout option for per-function decompilation timeout (default 60s)
  • Automatic retry with escalated timeout for failed functions
  • Assembly listing fallback for permanently failed functions
  • Ghidra project cache cleanup after each run for atomic, reproducible results
  • User-friendly error messages when Ghidra/pyghidra is not installed