Package ghidra.app.util.bin.format.pdb
Interface PdbInfoIface
-
- All Superinterfaces:
StructConverter
public interface PdbInfoIface extends StructConverter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAge()
byte[]
getMagic()
int
getOffset()
java.lang.String
getPdbName()
int
getSig()
-
Methods inherited from interface ghidra.app.util.bin.StructConverter
toDataType
-
-