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

Reply
 
Thread Tools Display Modes
  #1  
Old 19-05-2021, 00:51
GaMEr_2077 GaMEr_2077 is offline
Banned
 
Join Date: Apr 2021
Location: Los Santos, Spain.
Posts: 87
Thanks: 159
Thanked 28 Times in 22 Posts
GaMEr_2077 is on a distinguished road
Compiledcode.bin

Hey forum members......
Actually today i was installing a repack of a famous repacker
I found that their .bins are encrypted and thus the password must be in compiledcode.bin
But to my surprise i wasnt able to find the password in Compiledcode.bin

So what i wanted that is can anyone tell me how can i also make the extractor program to generate this type of Compiledcode.bin to protect my password of archievs from other people
LIKE ME, TRYING TO OPEN OTHERS ARCHIEVES
Attached Files
File Type: rar Compiledcode.rar (9.9 KB, 39 views)

Last edited by GaMEr_2077; 19-05-2021 at 07:05.
Reply With Quote
Sponsored Links
  #2  
Old 19-05-2021, 10:01
pratikpatel8982 pratikpatel8982 is offline
Registered User
 
Join Date: Sep 2020
Location: India
Posts: 116
Thanks: 105
Thanked 47 Times in 29 Posts
pratikpatel8982 is on a distinguished road
Quote:
Originally Posted by GaMEr_2077 View Post
Hey forum members......
Actually today i was installing a repack of a famous repacker
I found that their .bins are encrypted and thus the password must be in compiledcode.bin
But to my surprise i wasnt able to find the password in Compiledcode.bin

So what i wanted that is can anyone tell me how can i also make the extractor program to generate this type of Compiledcode.bin to protect my password of archievs from other people
LIKE ME, TRYING TO OPEN OTHERS ARCHIEVES
I think Inno does it by default.BTW, It's not function of innosetup but it's actually a process done by Pascal (the language used to write Inno setup scripts) It compiles the [CODE] section of the iss script to CompiledCode.bin to protect the source code.
Reply With Quote
The Following User Says Thank You to pratikpatel8982 For This Useful Post:
GaMEr_2077 (19-05-2021)
  #3  
Old 19-05-2021, 10:16
GaMEr_2077 GaMEr_2077 is offline
Banned
 
Join Date: Apr 2021
Location: Los Santos, Spain.
Posts: 87
Thanks: 159
Thanked 28 Times in 22 Posts
GaMEr_2077 is on a distinguished road
So how can i achieve that?
Reply With Quote
  #4  
Old 19-05-2021, 15:02
FitGirl FitGirl is offline
Registered User
 
Join Date: Dec 2014
Location: Riga
Posts: 204
Thanks: 20
Thanked 243 Times in 131 Posts
FitGirl is on a distinguished road
Quote:
Originally Posted by GaMEr_2077 View Post
Hey forum members......
Actually today i was installing a repack of a famous repacker
I found that their .bins are encrypted and thus the password must be in compiledcode.bin
But to my surprise i wasnt able to find the password in Compiledcode.bin

So what i wanted that is can anyone tell me how can i also make the extractor program to generate this type of Compiledcode.bin to protect my password of archievs from other people
LIKE ME, TRYING TO OPEN OTHERS ARCHIEVES
It would be useless, the password is always visible in RAM dump.
Reply With Quote
The Following User Says Thank You to FitGirl For This Useful Post:
GaMEr_2077 (19-05-2021)
  #5  
Old 19-05-2021, 18:10
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,036
Thanks: 1,743
Thanked 2,221 Times in 760 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by GaMEr_2077 View Post
Hey forum members......
Actually today i was installing a repack of a famous repacker
I found that their .bins are encrypted and thus the password must be in compiledcode.bin
But to my surprise i wasnt able to find the password in Compiledcode.bin

So what i wanted that is can anyone tell me how can i also make the extractor program to generate this type of Compiledcode.bin to protect my password of archievs from other people
LIKE ME, TRYING TO OPEN OTHERS ARCHIEVES
If you want to test:
Code:
Password := Chr($3) + Chr($1) + Chr($13) + Chr($1) + Chr($4) + Chr($1) + Chr($13) + Chr($1) + Chr($3) + Chr($3) + Chr($1) + Chr($13) + Chr($1) + Chr($3) + Chr($1) + Chr($4) + Chr($1) + Chr($3);
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
GaMEr_2077 (19-05-2021), Harsh ojha (19-05-2021)
  #6  
Old 19-05-2021, 21:40
GaMEr_2077 GaMEr_2077 is offline
Banned
 
Join Date: Apr 2021
Location: Los Santos, Spain.
Posts: 87
Thanks: 159
Thanked 28 Times in 22 Posts
GaMEr_2077 is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
If you want to test:
Code:
Password := Chr($3) + Chr($1) + Chr($13) + Chr($1) + Chr($4) + Chr($1) + Chr($13) + Chr($1) + Chr($3) + Chr($3) + Chr($1) + Chr($13) + Chr($1) + Chr($3) + Chr($1) + Chr($4) + Chr($1) + Chr($3);
What will it do exactly
Reply With Quote
  #7  
Old 19-05-2021, 21:41
GaMEr_2077 GaMEr_2077 is offline
Banned
 
Join Date: Apr 2021
Location: Los Santos, Spain.
Posts: 87
Thanks: 159
Thanked 28 Times in 22 Posts
GaMEr_2077 is on a distinguished road
Quote:
Originally Posted by FitGirl View Post
It would be useless, the password is always visible in RAM dump.
And where can i find the RAM dump?
Reply With Quote
  #8  
Old 20-05-2021, 00:33
PsYcHo_RaGE's Avatar
PsYcHo_RaGE PsYcHo_RaGE is offline
Registered User
 
Join Date: Mar 2018
Location: DarckSide
Posts: 238
Thanks: 193
Thanked 158 Times in 77 Posts
PsYcHo_RaGE is on a distinguished road
Quote:
Originally Posted by GaMEr_2077 View Post
And where can i find the RAM dump?
Hex Editor
__________________
“WE ALL GO A LITTLE MAD SOMETIMES”
Reply With Quote
The Following User Says Thank You to PsYcHo_RaGE For This Useful Post:
GaMEr_2077 (20-05-2021)
  #9  
Old 20-05-2021, 00:45
GaMEr_2077 GaMEr_2077 is offline
Banned
 
Join Date: Apr 2021
Location: Los Santos, Spain.
Posts: 87
Thanks: 159
Thanked 28 Times in 22 Posts
GaMEr_2077 is on a distinguished road
Can You tell in detail
I hadnt tried messing up with hex or anything before
Reply With Quote
  #10  
Old 20-05-2021, 00:52
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,036
Thanks: 1,743
Thanked 2,221 Times in 760 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by GaMEr_2077 View Post
What will it do exactly
This is the password obtained from compiledcode.bin that you shared and was used in the Data1bin file.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
GaMEr_2077 (20-05-2021)
  #11  
Old 20-05-2021, 00:58
GaMEr_2077 GaMEr_2077 is offline
Banned
 
Join Date: Apr 2021
Location: Los Santos, Spain.
Posts: 87
Thanks: 159
Thanked 28 Times in 22 Posts
GaMEr_2077 is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
This is the password obtained from compiledcode.bin that you shared and was used in the Data1bin file.
How did u got that
Reply With Quote
  #12  
Old 20-05-2021, 01:05
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,036
Thanks: 1,743
Thanked 2,221 Times in 760 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by GaMEr_2077 View Post
How did u got that
See the attached file.
The tool used is included in the Inno Setup Repack (FULL).
Attached Files
File Type: 7z Compiledcode.7z (20.6 KB, 32 views)

Last edited by Cesar82; 20-05-2021 at 01:08.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
ffmla (20-05-2021)
  #13  
Old 21-05-2021, 08:14
GaMEr_2077 GaMEr_2077 is offline
Banned
 
Join Date: Apr 2021
Location: Los Santos, Spain.
Posts: 87
Thanks: 159
Thanked 28 Times in 22 Posts
GaMEr_2077 is on a distinguished road
Quote:
Originally Posted by FitGirl View Post
It would be useless, the password is always visible in RAM dump.
hey fitgirl or psycho rage
can anyone from u both take a minute to tell me how to create a ram dump and where to find the password in it??
Reply With Quote
  #14  
Old 21-05-2021, 09:15
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is offline
Senior forum member
 
Join Date: Nov 2000
Location: Hungary
Posts: 9,803
Thanks: 16
Thanked 329 Times in 214 Posts
Joe Forster/STA is on a distinguished road
Quote:
Originally Posted by GaMEr_2077 View Post
can anyone from u both take a minute to tell me how to create a ram dump and where to find the password in it??
RAM dump: WinHex, Alt-F9, find the process, open its Entire memory. No, it won't find the password for you.
__________________
Joe Forster/STA
For more information, see the FileForums forum rules and the PC Games forum FAQ!
Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply!
Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back!
Reply With Quote
The Following User Says Thank You to Joe Forster/STA For This Useful Post:
GaMEr_2077 (21-05-2021)
  #15  
Old 21-05-2021, 09:28
GaMEr_2077 GaMEr_2077 is offline
Banned
 
Join Date: Apr 2021
Location: Los Santos, Spain.
Posts: 87
Thanks: 159
Thanked 28 Times in 22 Posts
GaMEr_2077 is on a distinguished road
HAHAHAHA
Like the way u used shortcuts

Code:
No, it won't find the password for you
Will try to figure out
Reply With Quote
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 On
HTML code is Off

Forum Jump



All times are GMT -7. The time now is 14:10.


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