public class ImageData extends Object
| Constructor and Description |
|---|
ImageData() |
public byte[] getHeaderPadding()
public void setHeaderPadding(byte[] headerPadding)
public byte[] getPreamble(int directory)
public void put(int directory,
byte[] preamble)
public ExportDirectory getExportTable()
public void setExportTable(ExportDirectory exportTable)
public ImportDirectory getImportTable()
public void setImportTable(ImportDirectory importTable)
public ResourceDirectory getResourceTable()
public void setResourceTable(ResourceDirectory resourceTable)
public byte[] getExceptionTable()
public void setExceptionTable(byte[] exceptionTable)
public AttributeCertificateTable getCertificateTable()
public void setCertificateTable(AttributeCertificateTable certificateTable)
public byte[] getBaseRelocationTable()
public void setBaseRelocationTable(byte[] baseRelocationTable)
public DebugDirectory getDebug()
public void setDebug(DebugDirectory debug)
public byte[] getArchitecture()
public void setArchitecture(byte[] architecture)
public byte[] getGlobalPtr()
public void setGlobalPtr(byte[] globalPtr)
public byte[] getTlsTable()
public void setTlsTable(byte[] tlsTable)
public LoadConfigDirectory getLoadConfigTable()
public void setLoadConfigTable(LoadConfigDirectory loadConfigTable)
public BoundImportDirectoryTable getBoundImports()
public void setBoundImports(BoundImportDirectoryTable boundImports)
public byte[] getIat()
public void setIat(byte[] iat)
public byte[] getDelayImportDescriptor()
public void setDelayImportDescriptor(byte[] delayImportDescriptor)
public byte[] getClrRuntimeHeader()
public void setClrRuntimeHeader(byte[] clrRuntimeHeader)
public byte[] getReserved()
public void setReserved(byte[] reserved)
public byte[] getDebugRawData()
public void setDebugRawData(byte[] debugRawData)
public byte[] getTrailingData()
public void setTrailingData(byte[] trailingData)
public byte[] getDebugRawDataPreamble()
public void setDebugRawDataPreamble(byte[] debugRawDataPreamble)
Copyright © 2018. All Rights Reserved.