1
0
mirror of synced 2025-01-31 12:03:46 +01:00

patterns: Fixed base_address pragma not working correctly

This commit is contained in:
WerWolv 2022-08-28 17:53:33 +02:00
parent 60b5842e94
commit cc7dc3597b

View File

@ -13,6 +13,8 @@ namespace hex::plugin::builtin {
auto baseAddress = strtoull(value.c_str(), nullptr, 0);
ImHexApi::Provider::get()->setBaseAddress(baseAddress);
runtime.setDataBaseAddress(baseAddress);
return true;
});