Advertisement
Guest User

Untitled

a guest
May 27th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. 0x00 dword = #AMB
  2.  
  3. 0x04 to 0x0F = unknown, seems to be part of the header.
  4.  
  5. 0x10 dword = number of files
  6.  
  7. 0x14 dword = unknown
  8.  
  9. 0x1C dword = address to the filenames
  10.  
  11. 0x20 dword = address to beginning of the first file
  12.  
  13. 0x24 dword = size of file
  14.  
  15. Followed by FF FF FF FF 00 00 00 00, then new file start address, and file size, check the dword at 0x10 for amount of files.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement