Bioruebe / UniExtract2

Universal Extractor 2 is a tool to extract files from any type of archive or installer.
GNU General Public License v2.0
3.53k stars 334 forks source link

Add support for extracting ARM32 executables #356

Open kristibektashi opened 1 year ago

kristibektashi commented 1 year ago

More specifically, the Visual Studio C++ Redist 2012 and 2013 ARM32 version (the vcredist_arm.exe file) extracts incorrectly and shows a bunch of files with no extension that don't do anything when extracted instead of the MSI files that should normally be extracted.

I tested both x86/x64 versions of the same program as well as the ARM64 version of the latest Visual C++ Redist 2022 and they all extract properly. Only the ARM32 version has this issue

I am using the latest beta version of UniExtract (2.0.0 RC4)