mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-601: Generic configuration + change of base for IDs
This commit is contained in:
parent
314c58e941
commit
92017b9f7d
27 changed files with 602 additions and 111 deletions
|
@ -66,4 +66,9 @@ public class DbgModel2TargetAvailableImpl extends DbgModel2TargetObjectImpl
|
|||
return pid;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setBase(Object value) {
|
||||
// Nothing for now
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue