public class Coff64 extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Coff64.FileHeader |
static class |
Coff64.Lineno |
static class |
Coff64.OptionalHeader |
static class |
Coff64.Reloc |
static class |
Coff64.SectionHeader |
static class |
Coff64.Symbol |
Constructor and Description |
---|
Coff64(RandomAccessFile file,
long offset) |
Coff64(String filename) |
Modifier and Type | Method and Description |
---|---|
Coff64.FileHeader |
getFileHeader() |
Coff64.OptionalHeader |
getOptionalHeader() |
Coff64.SectionHeader[] |
getSectionHeaders() |
byte[] |
getStringTable() |
static String[] |
getStringTable(byte[] bytes) |
Coff64.Symbol[] |
getSymbols() |
static void |
main(String[] args) |
String |
toString() |
public static final String NL
public Coff64(String filename) throws IOException
IOException
public Coff64(RandomAccessFile file, long offset) throws IOException
IOException
public Coff64.FileHeader getFileHeader() throws IOException
IOException
public Coff64.OptionalHeader getOptionalHeader() throws IOException
IOException
public Coff64.SectionHeader[] getSectionHeaders() throws IOException
IOException
public Coff64.Symbol[] getSymbols() throws IOException
IOException
public byte[] getStringTable() throws IOException
IOException
public static String[] getStringTable(byte[] bytes)
public static void main(String[] args)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.