q/src/pe/DLLImport.go
Eduard Urbach 12e0ccf7b2
Some checks failed
/ test (push) Failing after 15s
Added Windows support
2025-07-01 13:37:40 +02:00

11 lines
No EOL
218 B
Go

package pe
const DLLImportSize = 20
type DLLImport struct {
RvaFunctionNameList uint32
TimeDateStamp uint32
ForwarderChain uint32
RvaModuleName uint32
RvaFunctionAddressList uint32
}