StructureMappingInfo

Package: ghidra.app.util.bin.format.golang.structmapping
Type: class

11.4_PUBLIC

addedmethod: getFieldInfo
ghidra.app.util.bin.format.golang.structmapping.FieldMappingInfo<T> getFieldInfo(java.lang.String javaFieldName) throws IOException

10.4_PUBLIC

modifiedmethod: recoverStructureContext
removed throws IOException
- ghidra.app.util.bin.format.golang.structmapping.StructureContext<T> recoverStructureContext(T structureInstance) throws IOException
+ ghidra.app.util.bin.format.golang.structmapping.StructureContext<T> recoverStructureContext(T structureInstance)

10.3_PUBLIC

introducedInitial version