Method | Description | |
---|---|---|
IMAGE_BASE_RELOCATION ( byte buff, uint offset, uint relocSize ) : System |
Create a new IMAGE_BASE_RELOCATION object.
|
|
ToString ( ) : string |
Convert all object properties to strings.
|
Method | Description | |
---|---|---|
ParseTypeOffsets ( ) : void |
public IMAGE_BASE_RELOCATION ( byte buff, uint offset, uint relocSize ) : System | ||
buff | byte | PE binary as byte array. |
offset | uint | Offset to the relocation struct in the binary. |
relocSize | uint | Size of the complete relocation directory. |
return | System |