ASM Community
Home
»
Forums
»
MAIN
»
Bzip decompress algo
Bzip decompress algo
I'm looking for bzip2 decompress algo in asm source. Can anyone help?
Posted on 2007-01-24 20:54:55 by b0yb4w4n9
Re: Bzip decompress algo
It would be insane rewriting the algorithm in assembly. Instead, just link against the existing bzip2 library, I'm pretty sure it's not going to be too hard.
Posted on 2007-01-25 03:51:32 by f0dder