mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-25 22:51:03 +00:00
Support for KnownDLLs and Some Refactoring
This commit is contained in:
@@ -32,7 +32,7 @@ int main()
|
||||
printf("EntryOffset: %08lX\n", api_set_map->EntryOffset);
|
||||
printf("HashOffset: %08lX\n", api_set_map->HashOffset);
|
||||
printf("HashFactor: %08lX\n", api_set_map->HashFactor);
|
||||
// print_apiset(apiSetMap);
|
||||
print_apiset(api_set_map);
|
||||
|
||||
// Compress the API-SET binary blob
|
||||
const auto* data_ptr = reinterpret_cast<const std::byte*>(api_set_map);
|
||||
|
||||
Reference in New Issue
Block a user