mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 15:57:03 -05:00
feat: Added initial support for custom disassemblers
This commit is contained in:
@@ -18,6 +18,7 @@ namespace hex::plugin::disasm {
|
||||
void registerPatternLanguageTypes();
|
||||
|
||||
void registerCapstoneArchitectures();
|
||||
void registerCustomArchitectures();
|
||||
|
||||
}
|
||||
|
||||
@@ -46,4 +47,5 @@ IMHEX_PLUGIN_SETUP("Disassembler", "WerWolv", "Disassembler support") {
|
||||
registerPatternLanguageTypes();
|
||||
|
||||
registerCapstoneArchitectures();
|
||||
registerCustomArchitectures();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user