modifiedmethod:
getPcode
added throws MemoryAccessException; added throws IOException; added throws UnknownInstructionException; added throws NotFoundException
- ghidra.program.model.pcode.PcodeOp[] getPcode(ghidra.program.model.listing.Program program, ghidra.program.model.lang.InjectContext con)
+ ghidra.program.model.pcode.PcodeOp[] getPcode(ghidra.program.model.listing.Program program, ghidra.program.model.lang.InjectContext con) throws MemoryAccessException, IOException, UnknownInstructionException, NotFoundException
modifiedmethod:
inject
added throws MemoryAccessException; added throws IOException; added throws UnknownInstructionException; added throws NotFoundException
- void inject(ghidra.program.model.lang.InjectContext context, ghidra.app.plugin.processors.sleigh.PcodeEmit emit)
+ void inject(ghidra.program.model.lang.InjectContext context, ghidra.app.plugin.processors.sleigh.PcodeEmit emit) throws MemoryAccessException, IOException, UnknownInstructionException, NotFoundException