addedmethod:
programReady
void programReady(ghidra.framework.data.OpenMode openMode, int currentRevision, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
removedmethod:
programReady
void programReady(int openMode, int currentRevision, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
addedmethod:
getContextRegisters
java.util.List<ghidra.program.model.lang.Register> getContextRegisters()
modifiedmethod:
getRegisterNames
return type: java.lang.String[] → List
- java.lang.String[] getRegisterNames()
+ java.util.List<java.lang.String> getRegisterNames()
modifiedmethod:
getRegisters
return type: ghidra.program.model.lang.Register[] → List
- ghidra.program.model.lang.Register[] getRegisters()
+ java.util.List<ghidra.program.model.lang.Register> getRegisters()