Package ghidra.feature.vt.api.db
Class VTMatchSetTableDBAdapterV0
java.lang.Object
ghidra.feature.vt.api.db.VTMatchSetTableDBAdapter
ghidra.feature.vt.api.db.VTMatchSetTableDBAdapterV0
-
Nested Class Summary
Nested classes/interfaces inherited from class ghidra.feature.vt.api.db.VTMatchSetTableDBAdapter
VTMatchSetTableDBAdapter.ColumnDescription
-
Constructor Summary
ConstructorDescriptionVTMatchSetTableDBAdapterV0
(db.DBHandle dbHandle) VTMatchSetTableDBAdapterV0
(db.DBHandle dbHandle, ghidra.framework.data.OpenMode openMode) -
Method Summary
Modifier and TypeMethodDescriptiondb.DBRecord
createMatchSetRecord
(long key, VTProgramCorrelator correlator) ghidra.program.model.address.AddressSet
getDestinationAddressSet
(db.DBRecord record, ghidra.program.database.map.AddressMap addressMap) long
db.DBRecord
getRecord
(long key) db.RecordIterator
ghidra.program.model.address.AddressSet
getSourceAddressSet
(db.DBRecord record, ghidra.program.database.map.AddressMap addressMap)
-
Constructor Details
-
VTMatchSetTableDBAdapterV0
- Throws:
IOException
-
VTMatchSetTableDBAdapterV0
public VTMatchSetTableDBAdapterV0(db.DBHandle dbHandle, ghidra.framework.data.OpenMode openMode) throws ghidra.util.exception.VersionException - Throws:
ghidra.util.exception.VersionException
-
-
Method Details
-
createMatchSetRecord
public db.DBRecord createMatchSetRecord(long key, VTProgramCorrelator correlator) throws IOException - Specified by:
createMatchSetRecord
in classVTMatchSetTableDBAdapter
- Throws:
IOException
-
getRecords
- Specified by:
getRecords
in classVTMatchSetTableDBAdapter
- Throws:
IOException
-
getRecord
- Specified by:
getRecord
in classVTMatchSetTableDBAdapter
- Throws:
IOException
-
getDestinationAddressSet
public ghidra.program.model.address.AddressSet getDestinationAddressSet(db.DBRecord record, ghidra.program.database.map.AddressMap addressMap) throws IOException - Specified by:
getDestinationAddressSet
in classVTMatchSetTableDBAdapter
- Throws:
IOException
-
getSourceAddressSet
public ghidra.program.model.address.AddressSet getSourceAddressSet(db.DBRecord record, ghidra.program.database.map.AddressMap addressMap) throws IOException - Specified by:
getSourceAddressSet
in classVTMatchSetTableDBAdapter
- Throws:
IOException
-
getNextMatchSetID
public long getNextMatchSetID()- Specified by:
getNextMatchSetID
in classVTMatchSetTableDBAdapter
-