xboxpy/ke.py can be used to retrieve pointers to kernel variables, or call kernel functions.
However, a lot of those are not implemented yet.
For an overview of all kerne exports, see our article in XboxDevWiki.
This issue can be implemented in smaller steps. It's an ideal beginner task as it's mostly copy/paste.
The conversion / interface creation could also be automated. @mborgerson has made a tool for OpenXBOX which can parse kernel functions (including type information).
xboxpy/ke.py can be used to retrieve pointers to kernel variables, or call kernel functions.
However, a lot of those are not implemented yet.
For an overview of all kerne exports, see our article in XboxDevWiki.
This issue can be implemented in smaller steps. It's an ideal beginner task as it's mostly copy/paste.
The conversion / interface creation could also be automated. @mborgerson has made a tool for OpenXBOX which can parse kernel functions (including type information).