11 lines
135 B
PHP
11 lines
135 B
PHP
struc COFFFileHdr {
|
|
.f_magic dw ?
|
|
.f_nscns dw ?
|
|
.f_timdat dd ?
|
|
.f_symptr dd ?
|
|
.f_nsyms dd ?
|
|
.f_opthdr dw ?
|
|
.f_flags dw ?
|
|
}
|
|
|