Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
TUP
AsmResolver
DataDirectory
C# Class TUP.AsmResolver.DataDirectory
Represents a data directory in the executable.
Mostrar archivo
Open project: Rex-Hays/GNIDA
Public Methods
Method
Description
GetBytes
( ) :
byte[]
Gets the contents of the data directory.
Private Methods
Method
Description
DataDirectory
(
DataDirectoryName
name
,
Section
assemblySections
,
uint
offset
,
Structures
rawDataDir
) :
System
Method Details
GetBytes()
public
method
Gets the contents of the data directory.
public
GetBytes
( ) :
byte[]
return
byte[]