/pycobj

Experimental accessing of C data as python objects, based on types from an m2c context header.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

pycobj

Experimental accessing of C data as python objects, based on types from an m2c context header.

Features

  • Memory types
    • RAM dump or other binary file
    • live dolphin memory
    • live console memory over network
  • Object types
    • Integers
    • Floats
    • Void
    • Structs
    • Unions
    • Enums
    • Pointers
    • Arrays
    • Functions
    • Strings