This commit is contained in:
parent
dbc865ee67
commit
12e0ccf7b2
36 changed files with 738 additions and 42 deletions
6
src/pe/DataDirectory.go
Normal file
6
src/pe/DataDirectory.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package pe
|
||||
|
||||
type DataDirectory struct {
|
||||
VirtualAddress uint32
|
||||
Size uint32
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue