![]() |
|
#1
|
|||
|
|||
|
InstallShield 12 Script decompiler ?
Exist some new tool that can handle InstallShield 12 script files (setup.inx)? I can't process it with old tools (ISDGoBack, ISDHelper, SID ...)
|
|
#2
|
|||
|
|||
|
A 'friend' contributed this to me recently. I will also be posting it to my site shortly but will make it available here. Feedback appreciated.
Regards, CrackZ. |
| The Following User Gave Reputation+1 to CrackZ For This Useful Post: | ||
DARKER (03-27-2010) | ||
| The Following 2 Users Say Thank You to CrackZ For This Useful Post: | ||
alekine322 (02-20-2024) | ||
|
#3
|
|||
|
|||
|
Thanks, that's what i need! It must be some private modification, because i don't hear about it ;-)
|
|
#4
|
|||
|
|||
|
Summary: isDcc31 decrypt script - OK, but decompile only part of file and then exit as usually (no error, output only 150kb of 3,2mb listing). I finish it with sid (installshield 6/7 script decompiler v1.0 written by sn00pee). Maybe some bug that can be corrected. PM me for example. It will be good fix this nice tool :-)
|
|
#5
|
|||
|
|||
|
I am the "Friend" who hacked away that version and indeed it is some private modification
![]() I needed the tool for something so I wrote it. Unfortunately I had very little samples to test it with so I am not surprised that it is crashing half-way. DARKER, If you can drop me a pm, we can discuss how I can test your file and hopefully provide a fixed version. Regards, shsan. |
|
#6
|
|||
|
|||
|
Thanks to DARKER I have an updated version.
It seems that in some case one of the value I was relying on was 0 when it was supposed to be an offset telling me the end of the code segment. Well in that case I treat the end of the file as the end of the code segment and it seems to do the trick. ![]() Enjoys.
|
|
#7
|
|||
|
|||
|
please upload rapidshare :S
|
|
#9
|
||||
|
||||
|
This nice decompiler still works with .inx of v14 out of year 2008...
![]() But ist there a tool for extracting .cab for installshield 2008 v14? ![]() I can't find anything, so may be someone can help.
__________________
The three worst enemies of the reversers: sun , fresh air and especially this unbearable roar of birds ...
|
|
#10
|
|||
|
|||
|
Hi,
i can create setup.inx.dec but unable to make any changes in unencrypted setup.inx with isdcc31? Any clues? |
|
#11
|
|||
|
|||
|
Limited patching avaible by this tool:
[sid] - installshield 6/7 script decompiler v1.0 written by sn00pee introduction ------------ sid is designed to decompile installshield .inx scripts created with installshield 6 or 7. additionally it allows the user to take a few changes to the code and patch the script. features: - decompiles every .inx script file - automatically detects IS standard lib functions - patch parts of the script - easy to use program environment |
|
#12
|
|||
|
|||
|
recompile setup.inx
I decrypted the inx file with isdcc31 but when I tried to decompile with sid (sn00pee) it crashed.
Finally, I decompiled with nekosuki, I patched but I don't know how to recompile to setup.inx Any idea, please. |
|
#13
|
|||
|
|||
|
As far as I know the *.inx should be "decompiled" with other programs. I will post it when I find it (it has been some time in my collection).
|
|
#14
|
|||
|
|||
|
SID does not complete decompiling and crashes in my case. Any updates for SID ?
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New InstallShield script format? | MrHalo | General Discussion | 21 | 01-12-2006 04:32 |