mnadareski / WiseUnpacker

C# Wise installer unpacker based on HWUN and E_WISE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WiseUnpacker

C# port of the Wise installer extractors E_WISE and Heuristic Wise-Setup Unpacker. This currently compiles as a library so it can be used in any C# application. For an example of usage, see Binary Object Scanner.

Of note, the majority of the code implementation stems from HWUN. The exception to this is the non-heuristic detection of archives based on the signatures detected by E_WISE. This should provide a stable combination of extraction for any unknown variants.

Contributions

Contributions to the project are welcome. Please follow the current coding styles.

About

C# Wise installer unpacker based on HWUN and E_WISE

License:MIT License


Languages

Language:C# 87.1%Language:PowerShell 6.5%Language:Shell 6.4%