mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-13 09:24:16 -09:00
GP-4241: Discoverable per-arch userop-lib framework and AARCH64 port.
This commit is contained in:
@@ -141,7 +141,8 @@ public class DebuggerEmuExampleScript extends GhidraScript implements FlatDebugg
|
||||
PcodeEmulator emulator = new PcodeEmulator(access.getLanguage(), writer.callbacks()) {
|
||||
@Override
|
||||
protected PcodeUseropLibrary<byte[]> createUseropLibrary() {
|
||||
return new DemoPcodeUseropLibrary(language, DebuggerEmuExampleScript.this);
|
||||
return super.createUseropLibrary().compose(
|
||||
new DemoPcodeUseropLibrary(language, DebuggerEmuExampleScript.this));
|
||||
}
|
||||
};
|
||||
// Conventionally, emulator threads are named after their trace thread's path.
|
||||
|
||||
Reference in New Issue
Block a user