We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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).
The text was updated successfully, but these errors were encountered:
A couple of kernel functions / symbols which are insanely useful and should be prioritized:
Sorry, something went wrong.
No branches or pull requests
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).
The text was updated successfully, but these errors were encountered: