Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 442 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 442 Bytes

libz-unpack

This is a simple tool to unfold assemblies that have been merged using LibZ.

Usage:

libz-unpack.exe <input> <output>

Where:

  • <input> (required) is the path to an exe or dll or a directory containing them
  • <output> (required) is the path to the output directory
  • -r (optional) recursive mode, which searches every unpacked assembly for more merged assemblies