Rad studio xe10.3.0 iso directly from embarcadero

emailx45

Premium
Joined
May 5, 2008
Messages
2,478
Reaction score
2,222
Location
here and there
Some changes in RAD Studio XE10.3 (in Chinese ) :)

http://blog.qdac.cc/?p=4977

1, Delphi language supports the inference of inline variables and inline variables, indicating that the memory management of Linux has no longer used the ARC model, and changed to the same as Windows, NEXTGEN definition has been invalid on the Linux platform
Linux platform AnsiString / AnsiChar is supported, but the official prompts need to be aware that the ANSI code pages for Linux and Windows are not consistent.

2, C++ Win32 C++ compiler supports C++ 17, and has become the default setting (formerly BCC32), faster code, better third-party C++ library compatibility.
The C++ compiler can be set to be backward compatible with C++ 14/11/98/03 using cquery (requires Win64 installation, only with 64-bit version)
Enhanced C++ code completion, faster and better than previous versions,
Now that this code is done using asynchronous mode, the input won't feel like a stuck. Better mathematical performance under Win64, many math functions are re-implemented twice as fast as before.
Support for Error Insight, which allows you to preview errors in your code (red underline) at any time, like Delphi, to support debug-optimized builds (that is, Release).
Support for installing a large number of C++ libraries via GetIt.

3. Public part
... continue!
 

emailx45

Premium
Joined
May 5, 2008
Messages
2,478
Reaction score
2,222
Location
here and there
Delphi 10.3 Rio Community Edition

Thank you for choosing Embarcadero's award-winning Delphi 10.3 Rio Community Edition. You have joined the millions of developers worldwide who are creating amazing apps with our tools. We appreciate your business and welcome you to our community.


Product: Delphi 10.3 Community Edition

Serial Number(s): xxxxxxxxxx
Login Name:xxxxxxxxx
First Name: ldm

Last Name: mig

If you haven’t already downloaded the software or need to download again, click the link below:

Delphi 10.3 Rio - 127mb online installer of course
http://altd.embarcadero.com/download/radstudio/10.3/radstudio10_3_0_esd_94364.exe

Useful links to help you get started:

Documentation
http://docs.embarcadero.com/

Embarcadero Community
http://community.embarcadero.com/
 
  • Like
Reactions: xe2

emailx45

Premium
Joined
May 5, 2008
Messages
2,478
Reaction score
2,222
Location
here and there
possible changes in Keygen from Tokyo to new Keygen to 10.3 RIO
...need more tests!


[hide="20"]

2018/11/27 14:41:19
3楼: 楼: 根据 楚凡的破解工具 得出破解源码。

根据大神 tonzi 的 提示。再次修改。

大家找来 10.2.3 的破解代码。
修改如下地方。

RadVersion.pas

TRadStudioVersion
Dll5FEValue: Byte; 这个删除,不用增加了。

New(RadStudioVersion);
with RadStudioVersion^ do
begin
Name:='Rad Studio 10.3.0.4364 Rio RTM Enterprise/Architect/Ultimate';
Ver:= '26.0.32429.4364';
BDSVersion:='20.0';
LicVerStr:= '10.3 Rio';
LicHostPID:= 8220;
LicHostSKU:= 53;
LicDelphiPID:='2026';
LicCBuilderPID:='4023';
LicDelphiVer:='26';
LicCBuilderVer:='20';

////50 bds.exe
// BdsPatchInfo.Crc:=$E85844F6;
// BdsPatchInfo.Sha1:='8CB7F626D64A36541AD0C3E5416A33828AE671FA';
// BdsPatchInfo.PatchOffset:=$1F724; //by http://www.2ccc.com/member.asp?membername=win2003

//53 bds.exe
BdsPatchInfo.Crc:=$C426EC4A;
BdsPatchInfo.Sha1:='43BB879FE9EFD7B8752F2B5D99DF31F7CD948D68';
BdsPatchInfo.PatchOffset:=$1F724; //by http://www.2ccc.com/member.asp?membername=win2003

////52 bds.exe
// BdsPatchInfo.Crc:=$626F70A4;
// BdsPatchInfo.Sha1:='7583BBFCED1088305E7E579DEAF9751A4832DFDE';
// BdsPatchInfo.PatchOffset:=$1F724; //by http://www.2ccc.com/member.asp?membername=win2003

BdsPatchInfo.FinalizeArrayOffset:=$11EF7C;

LicenseManagerPatchInfo.Crc:=$0D512F70;
LicenseManagerPatchInfo.Sha1:='8D16D4521BCC12D537EB20B33864654E7A5B81C0';
LicenseManagerPatchInfo.PatchOffset:=$1F002C; //by http://www.2ccc.com/member.asp?membername=win2003
LicenseManagerPatchInfo.FinalizeArrayOffset:=$6227A4;

mOasisRuntimePatchInfo.Sha1:='101FC6D71A1DDEAF3B079477560DD0307ADE3C80';
mOasisRuntimePatchInfo.PatchOffset:=$0016CFE9;
SetupGUID:='{426A3606-6CB8-4CF8-87A8-44388377C47D}';
ISOUrl:='http://altd.embarcadero.com/download/radstudio/10.3/delphicbuilder10_3_0_94364.iso';
ISOMd5:='0882D58CB53A7D0A828CC45D06C6ECD0';
end;
VerList.AddObject(RadStudioVersion^.Name,TObject(RadStudioVersion));

SHFolderDll.pas
第 105 行
// //$B4 is a bug
$50, $A1, $54, $45, $00, $10, $3B, $44, $24, $04, $75, $06, $8B, $45, $2C, $C6,

主窗体上,增加 一项 10.3 的项目。

52 53 50 随便各位都能破解了。

再次 感谢 破解者 楚凡 。
感谢 tonzi。

注意
LicHostSKU:= 53;
这个地方,要对应。
----------------------------------------------
(C)(P)Flying Wang
+++++++++++++++++++++++++++++

2018/11/27 14:41:19
3rd floor: Building: According to Chu Fan's cracking tool, the source code is cracked.

According to the tips of the great god tonzi. Modify it again.

Everyone is looking for the crack code for 10.2.3.
Modify the following places.

RadVersion.pas

TRadStudioVersion
Dll5FEValue: Byte; This deletion, no need to add.

New(RadStudioVersion);
With RadStudioVersion^ do
Begin
Name:='Rad Studio 10.3.0.4364 Rio RTM Enterprise/Architect/Ultimate';
Ver:= '26.0.32429.4364';
BDSVersion:='20.0';
LicVerStr:= '10.3 Rio';
LicHostPID: = 8220;
LicHostSKU:= 53;
LicDelphiPID:='2026';
LicCBuilderPID:='4023';
LicDelphiVer:='26';
LicCBuilderVer:='20';

////50 bds.exe
// BdsPatchInfo.Crc:=$E85844F6;
// BdsPatchInfo.Sha1:='8CB7F626D64A36541AD0C3E5416A33828AE671FA';
// BdsPatchInfo.PatchOffset:=$1F724; //by http://www.2ccc.com/member.asp?membername=win2003

//53 bds.exe
BdsPatchInfo.Crc:=$C426EC4A;
BdsPatchInfo.Sha1:='43BB879FE9EFD7B8752F2B5D99DF31F7CD948D68';
BdsPatchInfo.PatchOffset:=$1F724; //by http://www.2ccc.com/member.asp?membername=win2003

////52 bds.exe
// BdsPatchInfo.Crc:=$626F70A4;
// BdsPatchInfo.Sha1:='7583BBFCED1088305E7E579DEAF9751A4832DFDE';
// BdsPatchInfo.PatchOffset:=$1F724; //by http://www.2ccc.com/member.asp?membername=win2003

BdsPatchInfo.FinalizeArrayOffset:=$11EF7C;

LicenseManagerPatchInfo.Crc:=$0D512F70;
LicenseManagerPatchInfo.Sha1:='8D16D4521BCC12D537EB20B33864654E7A5B81C0';
LicenseManagerPatchInfo.PatchOffset:=$1F002C; //by http://www.2ccc.com/member.asp?membername=win2003
LicenseManagerPatchInfo.FinalizeArrayOffset:=$6227A4;

mOasisRuntimePatchInfo.Sha1:='101FC6D71A1DDEAF3B079477560DD0307ADE3C80';
mOasisRuntimePatchInfo.PatchOffset:=$0016CFE9;
SetupGUID:='{426A3606-6CB8-4CF8-87A8-44388377C47D}';
ISOUrl:='http://altd.embarcadero.com/download/radstudio/10.3/delphicbuilder10_3_0_94364.iso';
ISOMd5:='0882D58CB53A7D0A828CC45D06C6ECD0';
End;
VerList.AddObject(RadStudioVersion^.Name, TObject(RadStudioVersion));

SHFolderDll.pas
Line 105
// //$B4 is a bug
$50, $A1, $54, $45, $00, $10, $3B, $44, $24, $04, $75, $06, $8B, $45, $2C, $C6,

On the main form, add a 10.3 project.

52 53 50 Anyone can crack it.

Thanks again to the cracker Chu Fan.
Thanks to tonzi.

note
LicHostSKU:= 53;
This place should correspond.
----------------------------------------------
(C)(P) Flying Wang
[/hide]
 

BuilderFan

Member
Joined
Aug 20, 2011
Messages
39
Reaction score
23
Cheers for the keygen source - package does include an EXE though ;-)
One question if I may: did you (or anyone) test it in action?
Does it work?
Thank you!
 

emailx45

Premium
Joined
May 5, 2008
Messages
2,478
Reaction score
2,222
Location
here and there
when you compile in your IDE maybe your Antivirus will show that the EXE is one
...new Kaspersky Internet Security 2019 show this alert: HEUR:Trojan-Banker.Win32.Generic

same that you use your IDE to compile the source
then is one false/positive
 

Git

Member
Joined
Feb 9, 2010
Messages
55
Reaction score
41
Age
34
Cheers for the keygen source - package does include an EXE though ;-)
One question if I may: did you (or anyone) test it in action?
Does it work?
Thank you!

I have had the same problem with 2 different keygens now. At the end of stage 2 I have tried choosing "I have a seril number" or leaving all three buttons unchecked - it makes no difference for me. I go <Back, generate a serial, go to >Next. Now it differs for 10.2.3 compared to 10.3. 10.2.3 at this stage has Delphi 1.2 and CBuilder 1.2 checked and ready to install - it seems to have found the slip file and used it. 10.3 though acts differently. When I get back to the page, it still looks the same, aking which of the three license choices I want to make. I fI choose serial number and proceed, I get a dialog to enter the serial (it already has reg code), but it also wants to activate it online. If I try to go past there without activating it will not proceed. I I tell it to activate it complains about no net connection and suggests I use there web activation service. If I choose Advanced from that dialog and enter the license activation/manager dialog, then checking the generated serial number it says it is invalid.

I have tried several times using two different keygens. Each time I have uninstalled, cleared out files (including slip and license files) and the results are the same. The same procedure with 10.2.3 works fine. As I don't have a "readme" with either keygen, I am probably missing out a stage, I only have the notes in the memo of the keygen.

Does anybody have any ideas please?

If this question doesn't belong here please move it or let me know, thanks.

Later... I have tried again with akeygen compiled myself with the source from here with the same results.

Git
 

emailx45

Premium
Joined
May 5, 2008
Messages
2,478
Reaction score
2,222
Location
here and there
any problem with keygen...
Always...
1) delete all folders Embarcadero ( include hidden and GUID folders name) on system folders mswindows
2) delete all keys Embarcadero on registry
3) restart mswindows and run installer +keygen again as Admin

luck
 

Git

Member
Joined
Feb 9, 2010
Messages
55
Reaction score
41
Age
34
Thanks, I'm doing 2 & 3, and most of 1, but do you mean specific folders hidden by embacardero ?. I'm doing a fairly thorough search using effective file search. I've had hidden files and folders visible for so long, I cannot remember which system folders are hidden! I'm also not sure if EFS searches hidden folders. I doubt it's governed by explorers visibility settings.

Git
 

emailx45

Premium
Joined
May 5, 2008
Messages
2,478
Reaction score
2,222
Location
here and there
Thanks, ...
Git
uninstall RAD Studio, first...

System Folders:

ProgramData -> Embarcadero save data in folders with name like GUID (alphanumeric chars) see the files into and rigthclick->property and see if is from "Embarcadero" then delete all.

Users...\AppData\Local and Roaming

Windows Explorer mark "show hidden" option

see all names used by Embarcadero ... delete all

Registry... HCU and HLM delete all keys "Embarcadero, Borland, Inprise"

later, try new install
 

Git

Member
Joined
Feb 9, 2010
Messages
55
Reaction score
41
Age
34
Yes, that is almost exactly what I have been doing, time after time, also including *.slip in the searches. The 'show hidden' option I have used since Windows NT 3.1 :)

Anyway, I have been getting further but the patch always fails after finish of install. After some investigation, I have found that the CRC32 and SHA1 of the two main files to be patched, are different to the expected CRC32 and SHA1 values stored in the kg source under the appropriate RadStudioVersion record. The ISO MD5 is correct.

Now to find why....

Later... I found the file describing changed made to the kg source by "flying wang" which I think you uploaded. It contains some references to the SHA1 values I am getting in the installed exes. I will study that file further, but ity seems maybe I have to update the kg source.

Bad keygen, see below

Git
 
Last edited:

Git

Member
Joined
Feb 9, 2010
Messages
55
Reaction score
41
Age
34
There's a bad keygen out there in archive RadStudioKeygen 10.3 Rio 4364.rar with wrong values for the RadStudioVersion entry for 10.3.

It has the wrong BDSVersion, LicVerStr, LicHostSKU, LicDelphiPID and LicCBuilderPID, as well as some of the SHA1 values being wrong. That versions presents 'Rad Studio 10.3 Rio 4364 Architect' at the top of the list. The version that worked for me with delphicbuilder_10_3_0_94364.iso presents just 'Rad Studio 10.3 Rio 4364' at the top. The working version also has has 11 total entries, and does not have the angry message at the end.

Rad Studio 10.3 Rio 4364
Rad Studio 10.2 Tokyo Update 3 Inline
Rad Studio 10.2 Tokyo Update 3
.
.
Rad Studio 10 Seattle

Git
 
Top