Modifier and Type | Field and Description |
---|---|
short |
e_checksum |
short |
e_cs |
short |
e_hdrsize |
short |
e_ip |
short |
e_lastsize |
short |
e_maxalloc |
short |
e_minalloc |
short |
e_nblocks |
short |
e_noverlay |
short |
e_nreloc |
short |
e_relocoffs |
byte[] |
e_signature |
short |
e_sp |
short |
e_ss |
static int |
EXEHDRSZ |
Modifier | Constructor and Description |
---|---|
|
ExeHeader(byte[] hdr,
boolean little) |
protected |
ExeHeader(RandomAccessFile file) |
protected |
ExeHeader(RandomAccessFile file,
long offset) |
|
ExeHeader(ReadMemoryAccess memory) |
public static final int EXEHDRSZ
public byte[] e_signature
public short e_lastsize
public short e_nblocks
public short e_nreloc
public short e_hdrsize
public short e_minalloc
public short e_maxalloc
public short e_ss
public short e_sp
public short e_checksum
public short e_ip
public short e_cs
public short e_relocoffs
public short e_noverlay
protected ExeHeader(RandomAccessFile file) throws IOException
IOException
protected ExeHeader(RandomAccessFile file, long offset) throws IOException
IOException
public ExeHeader(byte[] hdr, boolean little) throws IOException
IOException
public ExeHeader(ReadMemoryAccess memory) throws IOException
IOException
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.