Advertisement
krot

Structorian read EOL

Sep 14th, 2016
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. [filemask="*.dat", preload]
  2. struct PEHeader
  3. {
  4. bitfield(1)
  5. {
  6. u8 end [frombit=0, tobit=0];
  7. u8 job [frombit=1, tobit=1];
  8. u8 jobType [frombit=2, tobit=2];
  9. ...
  10. [hidden] u8 Reserv1 [frombit=7, tobit=7];
  11. }
  12. i32 IP;
  13. if (CurOffset < FileSize)
  14. {
  15. sibling;
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement