FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Compiledcode.bin (https://fileforums.com/showthread.php?t=104428)

GaMEr_2077 18-05-2021 23:51

Compiledcode.bin
 
1 Attachment(s)
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

pratikpatel8982 19-05-2021 09:01

Quote:

Originally Posted by GaMEr_2077 (Post 492088)
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.

GaMEr_2077 19-05-2021 09:16

So how can i achieve that?

FitGirl 19-05-2021 14:02

Quote:

Originally Posted by GaMEr_2077 (Post 492088)
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.

Cesar82 19-05-2021 17:10

Quote:

Originally Posted by GaMEr_2077 (Post 492088)
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);

GaMEr_2077 19-05-2021 20:40

Quote:

Originally Posted by Cesar82 (Post 492111)
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

GaMEr_2077 19-05-2021 20:41

Quote:

Originally Posted by FitGirl (Post 492110)
It would be useless, the password is always visible in RAM dump.

And where can i find the RAM dump?

PsYcHo_RaGE 19-05-2021 23:33

Quote:

Originally Posted by GaMEr_2077 (Post 492114)
And where can i find the RAM dump?

Hex Editor ;)

GaMEr_2077 19-05-2021 23:45

Can You tell in detail
I hadnt tried messing up with hex or anything before

Cesar82 19-05-2021 23:52

Quote:

Originally Posted by GaMEr_2077 (Post 492113)
What will it do exactly

This is the password obtained from compiledcode.bin that you shared and was used in the Data1bin file.

GaMEr_2077 19-05-2021 23:58

Quote:

Originally Posted by Cesar82 (Post 492120)
This is the password obtained from compiledcode.bin that you shared and was used in the Data1bin file.

How did u got that

Cesar82 20-05-2021 00:05

1 Attachment(s)
Quote:

Originally Posted by GaMEr_2077 (Post 492121)
How did u got that

See the attached file.
The tool used is included in the Inno Setup Repack (FULL).

GaMEr_2077 21-05-2021 07:14

Quote:

Originally Posted by FitGirl (Post 492110)
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??:confused::confused:

Joe Forster/STA 21-05-2021 08:15

Quote:

Originally Posted by GaMEr_2077 (Post 492264)
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.

GaMEr_2077 21-05-2021 08:28

HAHAHAHA
Like the way u used shortcuts:D

Code:

No, it won't find the password for you
Will try to figure out:p


All times are GMT -7. The time now is 20:36.

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