Implementing XamGetExecutionId.

This commit is contained in:
Ben Vanik
2015-02-11 16:26:07 -08:00
parent 31bec99cbb
commit c846ec30c3
3 changed files with 43 additions and 2 deletions

View File

@@ -27,6 +27,8 @@ class XUserModule : public XModule {
xe_xex2_ref xex();
const xe_xex2_header_t* xex_header();
uint32_t execution_info_ptr() const { return execution_info_ptr_; }
X_STATUS LoadFromFile(const char* path);
X_STATUS LoadFromMemory(const void* addr, const size_t length);
@@ -42,6 +44,7 @@ class XUserModule : public XModule {
int LoadPE();
xe_xex2_ref xex_;
uint32_t execution_info_ptr_;
};
} // namespace kernel