mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 00:10:02 -05:00
impr: Refactor disassembler system to make it more modular
This commit is contained in:
@@ -24,7 +24,7 @@ namespace hex::plugin::disasm {
|
||||
if (shouldReset) {
|
||||
auto pattern = arguments[0].toPattern();
|
||||
auto baseAddress = arguments[1].toUnsigned();
|
||||
const auto [arch, mode] = Disassembler::stringToSettings(arguments[2].toString());
|
||||
const auto [arch, mode] = CapstoneDisassembler::stringToSettings(arguments[2].toString());
|
||||
|
||||
disassembly.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user