public interface

IPEDataDirectory

com.pnfsoftware.jeb.core.units.codeobject.IPEDataDirectory

Class Overview

This interface describes the data directory header of PE executable files.

Reference: https://msdn.microsoft.com/en-us/library/windows/desktop/ms680547(v=vs.85).aspx

Summary

Public Methods
abstract long getPosition()
Get the relative virtual address of a directory entry.
abstract long getSize()
Get the size of a directory entry.

Public Methods

public abstract long getPosition ()

Get the relative virtual address of a directory entry. For Certificate entries, the returned value is an offset.

Returns
  • an RVA, or an offset

public abstract long getSize ()

Get the size of a directory entry.

Returns
  • a size in bytes