메소드 | 설명 | |
---|---|---|
IMAGE_THUNK_DATA ( byte buff, uint offset, bool is64Bit ) : System.Text |
Create a new IMAGE_THUNK_DATA object.
|
|
ToString ( ) : string |
Create a string representation of the objects properties.
|
public IMAGE_THUNK_DATA ( byte buff, uint offset, bool is64Bit ) : System.Text | ||
buff | byte | A PE file as a byte array. |
offset | uint | Raw offset of the thunk data. |
is64Bit | bool | Set to true if the PE file is a x64 application. |
리턴 | System.Text |