LightningCreations / OpenDisasm2

Extensible open reverse engineering interface
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Disassembler: Various Compression Formats #12

Open chorman0773 opened 4 years ago

chorman0773 commented 4 years ago

Add the ability to decompress GZip, XZip, BZip2, ZLib, and LZMA files and content.

rdrpenguin04 commented 4 years ago

I'm going to add onto this the PKZip format, as it's used for Zip files, JAR files, and APK files, to name a few.