All Projects → lifenjoiner → ISx

lifenjoiner / ISx

Licence: MIT License
ISx is an InstallShield installer extractor

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to ISx

CTR-tools
Crash Team Racing (PS1) tools - a C# framework by DCxDemo and a set of tools to parse files found in the original kart racing game by Naughty Dog.
Stars: ✭ 93 (+17.72%)
Mutual labels:  extractor, unpacker
Uniextract2
Universal Extractor 2 is a tool to extract files from any type of archive or installer.
Stars: ✭ 1,966 (+2388.61%)
Mutual labels:  extractor, unpacker
npk-tools
Mikrotik's NPK files managing tools
Stars: ✭ 63 (-20.25%)
Mutual labels:  extractor, unpacker
meta-extractor
Super simple and fast html page meta data extractor with low memory footprint
Stars: ✭ 38 (-51.9%)
Mutual labels:  extractor
N-Gage stuff
Some N-Gage stuff for translation and modding
Stars: ✭ 21 (-73.42%)
Mutual labels:  unpacker
gust tools
A set of utilities for dealing with Gust (Koei Tecmo) PC games files
Stars: ✭ 117 (+48.1%)
Mutual labels:  unpacker
H2PC TagExtraction
A application made to extract assets from cache files of H2v using BlamLib by KornnerStudios.
Stars: ✭ 12 (-84.81%)
Mutual labels:  extractor
Unpackers
My collection of unpackers for malware packers/crypters
Stars: ✭ 25 (-68.35%)
Mutual labels:  unpacker
OpenBackupExtractor
A free program for extracting data (like voicemails) from iPhone and iPad backups.
Stars: ✭ 111 (+40.51%)
Mutual labels:  extractor
PowerPointAudio-Extractor
Python script which extracts and joins audio files from powerpoints
Stars: ✭ 12 (-84.81%)
Mutual labels:  extractor
cstruct-go
a fast c-style struct packer & unpacker for golang
Stars: ✭ 28 (-64.56%)
Mutual labels:  unpacker
Unity-Studio
UnityStudio Stable版本分支,支持U3D 5.x。
Stars: ✭ 33 (-58.23%)
Mutual labels:  unpacker
parquet-usql
A custom extractor designed to read parquet for Azure Data Lake Analytics
Stars: ✭ 13 (-83.54%)
Mutual labels:  extractor
gettext-extractor
A flexible and powerful Gettext message extractor with support for JavaScript, TypeScript, JSX and HTML.
Stars: ✭ 82 (+3.8%)
Mutual labels:  extractor
.NetReactorStringDecryptor
A string decryptor for .NET Reactor.
Stars: ✭ 20 (-74.68%)
Mutual labels:  unpacker
crohme-data-extractor
A modified extractor for the CROHME handwritten math symbols dataset.
Stars: ✭ 18 (-77.22%)
Mutual labels:  extractor
ingredients
Extract recipe ingredients from any recipe website on the internet.
Stars: ✭ 96 (+21.52%)
Mutual labels:  extractor
NetReactorSlayer
An open source (GPLv3) deobfuscator for Eziriz .NET Reactor
Stars: ✭ 260 (+229.11%)
Mutual labels:  unpacker
.NetReactorCfCleaner
A control flow cleaner for .NET Reactor.
Stars: ✭ 42 (-46.84%)
Mutual labels:  unpacker
WoWHead-PHP-Extractors
Compare your database with WoWHead and find missing data
Stars: ✭ 14 (-82.28%)
Mutual labels:  extractor
ISx is an InstallShield installer extractor.

Why I made it?
There is a program which is old but needed. It's packaged by InstallShield.
It is no longer maintained. I need to change some actions of the installation,
and make the installation work well.

What doest this program do?
It focuses on why it is created.
It extracts ALL the components of the InstallShield installer.

The capability?
DevStudio 9 (2003) to InstallShield 2016, based on my limited tests.

Usage?
ISx <file>

Compile?
It's coded on Windows, and has been compiled by tcc/gcc/msvc. Read the comments.

Dependency?
miniz's tinfl. Of course you can make your preferred wrapper.

Further information?
1. You can use 'ISCab' from InstallShield (2009) to modify the cab file(s).
2. You can use 'Orca' to modify the msi files.
3. You can use 'isd'/'sid' to the inx/ins file.
4. You can run the extracted '*_sfx.exe' file to launch the installation.
5. For the older version installer, try 'IsXunpack'.
6. More? Read the source file!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].