Page 1 of 1

The Maw .hha files

Posted: Thu Dec 23, 2010 12:15 pm
by demolos
The contents of this post was deleted because of possible forum rules violation.

Re: The Maw .hha files

Posted: Thu Dec 23, 2010 9:52 pm
by WRS
compressed with some algorithm i don't know.
written just to test the quickbms array functions really :oops:

Code: Select all

# uses experimental dynamic array functions
goto 8

get STRSIZE long
get STRCOUNT long

for i = 0 < STRCOUNT
  get STR string
  putarray 0 i STR
next i

get UNKNOWN long
get UNKNOWN long

for i = 0 < STRCOUNT
  get UNKNOWN long # compression flag?
  get POINTER long
  get UNSIZE long
  get SIZE long
  get ZUNKNOWN long # true size?
  get UNKNOWN long

  getarray FNAME 0 i
  log FNAME POINTER SIZE

next i
mainly lua scripts though

Re: The Maw .hha files

Posted: Fri Dec 24, 2010 9:29 am
by demolos
too many encrypted files anyway thanks for the script :)