View Single Post
  #471  
Old 07-08-2020, 11:34
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post

@BLACKFIRE69.
You could share modifyed "Precomp 0.48" without compressing with UPX. Removing the compression of these compatible precomp.exe executables they stop working.
Your project's executables (also the changed Precomp 0.48 version) don't support compiling with older versions of delphi (like DELPHI 2010), this would make executables smaller, without the need to use UPX.
Although when compiling setup.exe the compression of Inno Setup will make setup.exe close to the size when used with UPX exe, the extraction time of the executable when starting the installation process will increase.
Only the 32-bit + 64-bit of Precomp.exe and PrecompX.exe executables add up to 13.8 MB (very large size).

PrecompX

ithink CIUv3 uses the initail version of PrecompX (v.1.0).
Code:
PrecompX v1.0 (x86):  449 kb  (with UPX))
PrecompX v1.0 (x86):  1.26 mb (without UPX)
but the story of version 2.0.0.1 is different. i was able to manage it..
Code:
PrecompX v2.0.0.1 (x86):  200 kb (with UPX))
PrecompX v2.0.0.1 (x86):  862 kb (without UPX)
but anyway, i'll upload the PrecompX of version v2.0.0.1 without UPX.


Modified version of Precomp 0.4.8

the modified version of "Precomp0.48" is not detected as a virus. (i think so ). so you can use the compressed (precomp048 modified) file.

i've changed it using "Visual Studio 2019". then the result was terrible.
Code:
Precomp 0.4.8 (x86): 5.07 mb (modified) (without UPX)
but UPX gave it a size of 706 kb.


if anyone knows of a tool instead of UPX, please share it with me.
Attached Files
File Type: rar PrecompX_v2.0.0.1 x64 and x86 without UPX.rar (528.1 KB, 15 views)
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
Cesar82 (07-08-2020)