vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
PecoffObj.fromBytesLazy
vox
be
pecoff
PecoffObj
Returns obj without actual parsing. Call load before accessing
struct
PecoffObj
static
PecoffObj
fromBytesLazy
(
ubyte
[]
fileData
,
string
filename
= null
)
Meta
Source
See Implementation
vox
be
pecoff
PecoffObj
functions
load
print
printRelocations
printSectionTable
printStringTable
printSymbolTable
toBytes
toFile
static functions
fromBytes
fromBytesLazy
fromFile
fromFileLazy
variables
fileData
filename
header
isLoaded
sectionHeaders
sections
stringTable
symbols
totalRelocations
Returns obj without actual parsing. Call load before accessing