mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-01-29 07:59:26 -06:00
patterns: Fixed base_address pragma not working correctly
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user