Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [filemask="*.dat", preload]
- struct PEHeader
- {
- bitfield(1)
- {
- u8 end [frombit=0, tobit=0];
- u8 job [frombit=1, tobit=1];
- u8 jobType [frombit=2, tobit=2];
- ...
- [hidden] u8 Reserv1 [frombit=7, tobit=7];
- }
- i32 IP;
- if (CurOffset < FileSize)
- {
- sibling;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement