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
IOExceptionpublic Coff64(RandomAccessFile file, long offset) throws IOException
IOExceptionpublic Coff64.FileHeader getFileHeader() throws IOException
IOExceptionpublic Coff64.OptionalHeader getOptionalHeader() throws IOException
IOExceptionpublic Coff64.SectionHeader[] getSectionHeaders() throws IOException
IOExceptionpublic Coff64.Symbol[] getSymbols() throws IOException
IOExceptionpublic byte[] getStringTable()
throws IOException
IOExceptionpublic static String[] getStringTable(byte[] bytes)
public static void main(String[] args)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.