17 February, 2024 - 11:31 AM
Thank you so much !!!!
This post is by a banned member (Kaayna) - Unhide
17 February, 2024 - 11:31 AM
Thank you so much !!!!
This post is by a banned member (Testdownload) - Unhide
17 February, 2024 - 10:05 PM
(15 February, 2024 - 01:12 PM)bluebits Wrote: Show MoreThanks a lot
This post is by a banned member (rodrigo5) - Unhide
18 February, 2024 - 12:29 AM
(15 February, 2024 - 09:57 PM)bluebits Wrote: Show More Thank you! I also used it by editing values at runtime. I tried editing the software but didn't got it to work :p
This post is by a banned member (HunterVMT) - Unhide
18 February, 2024 - 08:36 AM
idk whats this app or what to use for but thx
This post is by a banned member (jeroentwee) - Unhide
18 February, 2024 - 09:01 AM
Hi, also usef the app while modding it at runtime... Some more technical explanation would be interesting though. Thanks
This post is by a banned member (Knapneder) - Unhide
18 February, 2024 - 11:46 AM
Thank you for your work !
I've been using the free version and QElectrotech for some time, but Trikker still is the easiest.
This post is by a banned member (bluebits) - Unhide
OP 18 February, 2024 - 12:59 PM
(This post was last modified: 18 February, 2024 - 02:06 PM by bluebits. Edited 1 time in total.)
(18 February, 2024 - 09:01 AM)jeroentwee Wrote: Show More It took a python script that searches for binary patterns and patches them to crack this program. You have to approach this program the same as you do an obfuscated program. Don't look at the class and function names but see what the code is doing or which system calls it's making. For example look at BorderSetterMain::SetStyleInBackground(). It looks like an innocent function that sets the window style, but is a time bomb. Code: private void SetStyleInBackground() So if the system time is more than 01/07/2025, it sleeps for a while and exits the program. Search for PerformanceProfiler to find many classes with presumably anti-debugging code. Poembak, GrondplanInfoCalculator and RenderCalculator classes contain file checksum checks for the main assemblies. The md5 checksum is hidden in the file WW.DirectX.dll Bluebits.GdiHelpers32.dll and Bluebits.GdiHelpers64.dll are natively compiled libraries that contains a file checksum check and time bomb for 01/01/2026. The md5 checksum is hidden in logo.png Class App contains a time bomb for 01/01/2025. Class BorderSetterMain and BorderSetterPopUp contain a time bomb for 01/07/2025. There are some more patches I can't think of right now. You can compare Bluebits.Trikker.exe and Bluebits.GdiHelpers64.dll to the original to see all the patches I applied. |
Create an account or sign in to comment | ||
You need to be a member in order to leave a comment | ||
Create an account
Sign up for a new account in our community. It's easy!
|
or |
Sign in
Already have an account? Sign in here.
|