07-30-2012, 09:02 AM
By the way, I've fixed the aplib decompressor and now it works flawlessly, are you interested? It includes a SUB
Which decompreses an aplib-compressed binary from source to destination. May come handy for all of us
The ASM sources (by dwedit, utopian and metalbrain) have been cleaned and also use a prefix for all labels, so it shouldn't interfere with other libraries.
Code:
Sub aplibUnpack (source as uInteger, destination as uInteger)
Which decompreses an aplib-compressed binary from source to destination. May come handy for all of us
