Interface IPEDataDirectory
public interface IPEDataDirectory
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
-
Method Summary
Modifier and TypeMethodDescriptionlong
Get the relative virtual address of a directory entry.long
getSize()
Get the size of a directory entry.
-
Method Details
-
getPosition
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
-
getSize
long getSize()Get the size of a directory entry.- Returns:
- a size in bytes
-