ferrobrew / pyxis

A DSL for describing types for existing structures and classes in memory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IDA import/export

philpax opened this issue · comments

This requires further consideration, especially around the semantics of modules / renaming types, but it'd be fantastic to automatically convert IDA type defs (in C form) to Pyxis definitions and vice versa, to make keeping them in sync easier.

A distant future solution would be to build an IDA extension, but that seems quite tedious and would require reworking the Pyxis compiler to support that kind of workflow.