This commit is contained in:
huoji
2025-03-20 19:56:39 +08:00
parent 662e2398eb
commit 8e2e0c19ec
7 changed files with 268 additions and 180 deletions

View File

@@ -1000,6 +1000,10 @@ struct moudle_import {
void* function_callback;
bool is_delayed_import;
};
struct moudle_import_ordinal {
uint64_t function_address;
uint64_t ordinal;
};
struct moudle_section {
char name[9];
ULONG base;