SeekyCt / pycobj

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%