Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 430 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 430 Bytes

lz4_decompress

A simple python script to decompress LZ4 DLLs.

Check out the below link for a full post explaining why this is necessary and under what circumstances it will be helpful. https://securitygrind.com/reverse-engineering-a-xamarin-application/

Usage:

./lz4_decompress input.dll

This outputs a file in the form of input_out.dll, this assembly can now be decompiled using tools such as ILSpy.