Skip to content
New issue

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

Many kernel exports missing #8

Open
JayFoxRox opened this issue Jun 28, 2018 · 1 comment
Open

Many kernel exports missing #8

JayFoxRox opened this issue Jun 28, 2018 · 1 comment
Labels
easy Good for newcomers or if you don't have much time

Comments

@JayFoxRox
Copy link
Member

JayFoxRox commented Jun 28, 2018

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).

@JayFoxRox JayFoxRox added the easy Good for newcomers or if you don't have much time label Jun 28, 2018
This was referenced Jun 28, 2018
@JayFoxRox
Copy link
Member Author

JayFoxRox commented Jul 20, 2018

A couple of kernel functions / symbols which are insanely useful and should be prioritized:

  • HalReadSMBusValue
  • HalReadWritePCISpace
  • HalReturnToFirmware
  • HalWriteSMBusValue
  • LaunchDataPage
  • READ_PORT_BUFFER_UCHAR
  • READ_PORT_BUFFER_USHORT
  • READ_PORT_BUFFER_ULONG
  • WRITE_PORT_BUFFER_UCHAR
  • WRITE_PORT_BUFFER_USHORT
  • WRITE_PORT_BUFFER_ULONG
  • MmMapIoSpace
  • MmPersistContiguousMemory
  • MmUnmapIoSpace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy Good for newcomers or if you don't have much time
Development

No branches or pull requests

1 participant