Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 29-03-2024, 06:25
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,077
Thanks: 1,835
Thanked 2,311 Times in 789 Posts
Cesar82 is on a distinguished road
I arrived at code like this:
Code:
function CX(lpKey: String): String;
var
  I, Y: Integer;
  S1, S2: String;
begin
  S1 := lpKey;
  for I := 0 to 17 do
  begin
    for Y := 16 to 47 do
    begin
      S2 := S2 + S1[(I + Y) mod 63 + 1] + lpKey[(I + Y) * 2 mod 63 + 1];
    end;
    S1 := S2;
    S2 := '';
  end;
  Result := S1;
end;

function InitializeSetup(): Boolean;
begin
  SaveStringToFile('Password.txt', CX('2vdJwYqCkY5jWVGs5UerJW3oqk5CM1GznfrzESjWtVm5evLY02RWYsvzUIPnP0mm'), False);
  Result := False;
end;
To obtain the code from CompiledCode.bin, "Inno Setup Decompiler 1.5" was used

P.S: "Inno Setup Decompiler 1.5" is also included in the Inno Setup repack that I shared in the DiskSpan GUI thread.

@BLACKFIRE69, could you tell us which software you used to extract the code from CompiledCode.bin?
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
Behnam2018 (29-03-2024), shazzla (29-03-2024)
Sponsored Links
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Question about extracting, encoding and rebuilding ".usm" files. L33THAK0R Conversion Tutorials 5 22-04-2021 22:41
Inno Setup + ISDone Extracting files buttignol PC Games - CD/DVD Conversions 11 28-02-2013 16:31
How to Edit CAB files Grumpy PC Games 12 24-02-2013 09:47
Having problems extracting .001-.0?? files... Tamahome_ DC Games 2 03-09-2003 19:16
HOW CAN I CORRECT CRC ERRORS ON .ZIPS & SELF EXTRACTING FILES? thetamal PC Games 1 05-11-2001 17:23



All times are GMT -7. The time now is 11:49.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com