Used to extract configuration data from SMB stage files.

The lzs tool at http://bobjrsenior.pw/smb/ can be used to decompress lz files (slower decompression is built-in to this tool).

To use, just drag an lz file on top of the exe.

Source: https://github.com/bobjrsenior/SMB_Config_Extractor

Command Line:
Usage: ./SMB_LZ_Tool [(FLAG | FILE)...]
Flags:
    -help        Show this help
    -h

    -legacy      Use the old config extractor for smbcnv style configs
    -l

    -new         Use the new config extractor for xml style configs (default)
    -n

    -collision   Extract collision from the LZ files (only supported in XML configs)
    -c

    -nocollision Don't extract collision (default)
    -nc