Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #16  
Old 07-10-2014, 20:27
chronos
 
Posts: n/a
Thanks, does this decompiler even work on newer verisons?
Reply With Quote
  #17  
Old 07-11-2014, 04:01
sendersu sendersu is offline
VIP
 
Join Date: Oct 2010
Posts: 1,066
Rept. Given: 332
Rept. Rcvd 223 Times in 115 Posts
Thanks Given: 234
Thanks Rcvd at 512 Times in 288 Posts
sendersu Reputation: 200-299 sendersu Reputation: 200-299 sendersu Reputation: 200-299
@chronos
let it be your home work
try it and tell the community!
Reply With Quote
  #18  
Old 07-23-2014, 10:11
dario_es
 
Posts: n/a
ther is a SID imporved version can decompile higher version installshield
Reply With Quote
  #19  
Old 08-06-2014, 21:33
atomix atomix is offline
Friend
 
Join Date: Aug 2004
Posts: 50
Rept. Given: 2
Rept. Rcvd 3 Times in 3 Posts
Thanks Given: 0
Thanks Rcvd at 4 Times in 2 Posts
atomix Reputation: 3
Question

Quote:
Originally Posted by dario_es View Post
ther is a SID imporved version can decompile higher version installshield
Do you mean an update to this old (but gold) tool? If so, can you provide more details about it? TIA.

[sid] - installshield 6/7 script decompiler
v1.0 written by sn00pee
Reply With Quote
  #20  
Old 02-06-2018, 16:44
Masoud Masoud is offline
Friend
 
Join Date: Dec 2014
Location: Underground
Posts: 16
Rept. Given: 2
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 7
Thanks Rcvd at 1 Time in 1 Post
Masoud Reputation: 0
Can someone upload isDcc31 to somewhere else please?
Reply With Quote
  #21  
Old 02-07-2018, 05:03
sendersu sendersu is offline
VIP
 
Join Date: Oct 2010
Posts: 1,066
Rept. Given: 332
Rept. Rcvd 223 Times in 115 Posts
Thanks Given: 234
Thanks Rcvd at 512 Times in 288 Posts
sendersu Reputation: 200-299 sendersu Reputation: 200-299 sendersu Reputation: 200-299
here we go -

isDcc v3.1, (c) 1998 Andrew de Quincey
isDcc v2.00, (c) 2000 Mr. Smith
isDcc v2.10, (c) 2001 Mr. Smith
isDcc v3.10, (c) 2001 Mr Won't tell
Syntax : isDcc -u filename.inx //To Unscramble the script file
Syntax : isDcc -s filename.inx.dec //To Scramble the script file
Syntax : isDcc filename.inx.dec //To desassemble the script file


https://www.sendspace.com/file/qpfb1y
Reply With Quote
The Following 7 Users Say Thank You to sendersu For This Useful Post:
backdoor_b (06-02-2018), Git (11-10-2018), gsaralji (02-07-2018), niculaita (02-07-2018), ontryit (02-08-2018), Zeokat (02-12-2018), zeuscane (02-07-2018)
  #22  
Old 10-17-2020, 05:22
markmorrick markmorrick is offline
Friend
 
Join Date: Apr 2013
Posts: 35
Rept. Given: 1
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 55
Thanks Rcvd at 13 Times in 11 Posts
markmorrick Reputation: 0
Is there any way to add the modified files to *.cab package ?
ISCAB.exe is discontinued and doesn't work with newer versions :-(
Reply With Quote
  #23  
Old 10-17-2020, 17:50
user1 user1 is offline
Family
 
Join Date: Sep 2012
Location: OUT
Posts: 1,041
Rept. Given: 547
Rept. Rcvd 120 Times in 67 Posts
Thanks Given: 695
Thanks Rcvd at 566 Times in 337 Posts
user1 Reputation: 41
repack it

with advanced installer

capture before and after and generate msi NEW installer

no other solution no one have updated version of that tool, anyway was useless.
Reply With Quote
The Following User Says Thank You to user1 For This Useful Post:
Rasmus (10-17-2020)
  #24  
Old 10-17-2020, 19:25
Rasmus Rasmus is offline
Friend
 
Join Date: Jul 2019
Posts: 174
Rept. Given: 0
Rept. Rcvd 8 Times in 7 Posts
Thanks Given: 106
Thanks Rcvd at 102 Times in 60 Posts
Rasmus Reputation: 8
Quote:
Originally Posted by markmorrick View Post
Is there any way to add the modified files to *.cab package ?
ISCAB.exe is discontinued and doesn't work with newer versions :-(
Tool is 7 years old. Now there are better tools to unpack installers. That tool was very good in its time.
Reply With Quote
  #25  
Old 10-19-2020, 00:16
markmorrick markmorrick is offline
Friend
 
Join Date: Apr 2013
Posts: 35
Rept. Given: 1
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 55
Thanks Rcvd at 13 Times in 11 Posts
markmorrick Reputation: 0
Thanks Guys;

I will try with AI .

Rasmus - can you recommend something ?

PS. I have setup & *.cab - not *.msi
That's why I want to update *.cab (file extract is possible, but how to exchange a modified file ?)

Last edited by markmorrick; 10-19-2020 at 20:03.
Reply With Quote
  #26  
Old 01-08-2024, 23:17
QuakeGamer QuakeGamer is offline
Friend
 
Join Date: Sep 2010
Posts: 65
Rept. Given: 2
Rept. Rcvd 8 Times in 6 Posts
Thanks Given: 3
Thanks Rcvd at 50 Times in 27 Posts
QuakeGamer Reputation: 8
I'm sorry for resurrecting this old topic. I am currently trying to decompile some custom actions in a msi installer. With ORCA, I see that the custom action is located in issetup.dll.

Am I right to assume that the function that is called from the installer actually then resides in setup.inx? I am trying to decompile with some older SID version, but can't find any other tools...
Reply With Quote
  #27  
Old 02-03-2024, 06:28
TempoMat TempoMat is offline
Friend
 
Join Date: Jan 2006
Posts: 87
Rept. Given: 10
Rept. Rcvd 6 Times in 6 Posts
Thanks Given: 4
Thanks Rcvd at 28 Times in 21 Posts
TempoMat Reputation: 6
Quote:
Originally Posted by QuakeGamer View Post
I'm sorry for resurrecting this old topic. I am currently trying to decompile some custom actions in a msi installer. With ORCA, I see that the custom action is located in issetup.dll.

Am I right to assume that the function that is called from the installer actually then resides in setup.inx? I am trying to decompile with some older SID version, but can't find any other tools...
The setup.inx may contain the called functions.
Can you share a copy of the "setup.inx" file?
Reply With Quote
The Following User Says Thank You to TempoMat For This Useful Post:
tonyweb (02-04-2024)
  #28  
Old 02-04-2024, 00:40
QuakeGamer QuakeGamer is offline
Friend
 
Join Date: Sep 2010
Posts: 65
Rept. Given: 2
Rept. Rcvd 8 Times in 6 Posts
Thanks Given: 3
Thanks Rcvd at 50 Times in 27 Posts
QuakeGamer Reputation: 8
Quote:
Originally Posted by TempoMat View Post
The setup.inx may contain the called functions.
Can you share a copy of the "setup.inx" file?
Unfortunately I cannot the share the .inx file. But I succeeded using https://github.com/darknesswind/IsDcc.git and fixing its compilation errors. With that, i was able to see which DLL-Functions where called from the script code.

Fixes were:

https://github.com/darknesswind/IsDcc/blob/master/common.h#L29

Changing that to TYPE_UNDEF5, instead of TYPE_AUTOSTRING - if I recall correctly.
Reply With Quote
The Following 2 Users Say Thank You to QuakeGamer For This Useful Post:
niculaita (02-15-2024), tonyweb (02-04-2024)
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
New InstallShield script format? MrHalo General Discussion 21 01-12-2006 04:32


All times are GMT +8. The time now is 17:52.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2024 )