mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
GP-4643: Add a JIT-accelerated p-code emulator (API/scripting only)
This commit is contained in:
@@ -270,14 +270,14 @@ public class ModelingScript extends GhidraScript {
|
||||
}
|
||||
|
||||
@Override
|
||||
public Expr modBeforeStore(int sizeout, int sizeinAddress, Expr inAddress, int sizeinValue,
|
||||
Expr inValue) {
|
||||
public Expr modBeforeStore(int sizeinOffset, AddressSpace space, Expr inOffset,
|
||||
int sizeinValue, Expr inValue) {
|
||||
return inValue;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Expr modAfterLoad(int sizeout, int sizeinAddress, Expr inAddress, int sizeinValue,
|
||||
Expr inValue) {
|
||||
public Expr modAfterLoad(int sizeinOffset, AddressSpace space, Expr inOffset,
|
||||
int sizeinValue, Expr inValue) {
|
||||
return inValue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user