Properly parsing resource infos and implementing XexGetModuleSection.
This commit is contained in:
@@ -33,3 +33,9 @@ XModule::XModule(KernelState* kernel_state, const char* path) :
|
||||
|
||||
XModule::~XModule() {
|
||||
}
|
||||
|
||||
X_STATUS XModule::GetSection(
|
||||
const char* name,
|
||||
uint32_t* out_section_data, uint32_t* out_section_size) {
|
||||
return X_STATUS_UNSUCCESSFUL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user