Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!

cracked.io | Best Forum Around | Free Premium Accounts




 25075

Trikker - Easiest crack on the planet?

by GigaTexel - 28 September, 2023 - 10:07 AM
This post is by a banned member (GigaTexel) - Unhide
GigaTexel  
Registered
14
Posts
1
Threads
#1
Hi all.
I've been trying for a few weeks now to crack this app: https://www.bluebits.be/releases/Install...fline).zip

It should be the easiest crack ever. Code is very well readable in dnSpy and I managed to find what it takes to trick it in to accepting a license file.

The AutorizationCenter class has a method called VerifyLicense. If you overwrite the return value with boolean True, the app is cracked. This was tested and verified with dnSpy debug mode.

However, opening and saving the app in dnSpy or with Reflexil makes it crash shortly after startup. This even happens with unmodified code!
When trying the same operation on a previous version (1.5.17) this works perfectly (open with dnSpy/Reflexil and save unmodified code).
Can someone help me out or do it for me? It doesn't need any complex investigation or debugging :-)
This post is by a banned member (jpl2023) - Unhide
jpl2023  
Registered
5
Posts
0
Threads
#2
[font][font]P.uvez vous partager svp [/font][/font]
This post is by a banned member (Fo4RaX) - Unhide
Fo4RaX  
Registered
6
Posts
1
Threads
#3
Great work @GigaTexel
Shame you can't get it to work properly. Hope someone manages to fix it and share it with us.
This post is by a banned member (GigaTexel) - Unhide
GigaTexel  
Registered
14
Posts
1
Threads
#4
(This post was last modified: 28 October, 2023 - 01:48 PM by GigaTexel. Edited 2 times in total.)
In the hope that someone manages to help us out:
How to crack: 
  • File: Bluebits.Trikker.exe
  • Namespace: Bluebits.Trikker.Authorization
  • Function: private bool VerifyLicense(License license, string publicKey)
  • How: make sure it returns boolean true
Tested:
  • Put license file in %APPDATA%\Bluebits\Trikker
  • Debug exe with dnSpy
  • Put breakpoint before VerifyLicense return statement
  • Overwrite return value with boolean true
  • App starts and runs perfectly
Tested but does not work:
  • Open and save exe with dnSpy
  • Open and save exe in JustDecompile/Reflexil
Why:
  • App exits after drawing the main form with an TaskCancelled exception. Tried to debug it step by step but very hard to pinpoint what causes the error
Interesting to note: previously crached versions were also cracked by overwriting the function, pretty sure there is no other counterfeit measure in place that forces the app to crash.
This post is by a banned member (ykboy) - Unhide
ykboy  
Registered
4
Posts
1
Threads
#5
ive been using the v1.5.16 for the last 10years now and the license was untill 2051.
 but when i open it now it pop up the trikker site and closes my app after 10sec .

realy need help on this

thx
This post is by a banned member (RealDownloader) - Unhide
6
Posts
0
Threads
2 Years of service
#6
(01 October, 2023 - 01:18 PM)GigaTexel Wrote: Show More
In the hope that someone manages to help us out:
How to crack: 
  • File: Bluebits.Trikker.exe
  • Namespace: Bluebits.Trikker.Authorization
  • Function: private bool VerifyLicense(License license, string publicKey)
  • How: make sure it returns boolean true
Tested:
  • Put license file in %APPDATA%\Bluebits\Trikker
  • Debug exe with dnSpy
  • Put breakpoint before VerifyLicense return statement
  • Overwrite return value with boolean true
  • App starts and runs perfectly
Tested but does not work:
  • Open and save exe with dnSpy
  • Open and save exe in JustDecompile/Reflexil
Why:
  • App exits after drawing the main form with an TaskCancelled exception. Tried to debug it step by step but very hard to pinpoint what causes the error
Interesting to note: previously crached versions were also cracked by overwriting the function, pretty sure there is no other counterfeit measure in place that forces the app to crash.

the second link isn't working anymore for me
This post is by a banned member (GigaTexel) - Unhide
GigaTexel  
Registered
14
Posts
1
Threads
#7
(This post was last modified: 23 October, 2023 - 12:44 PM by GigaTexel.)
Hi, I just updated the URL

(21 October, 2023 - 09:44 PM)RealDownloader Wrote: Show More
(01 October, 2023 - 01:18 PM)GigaTexel Wrote: Show More
In the hope that someone manages to help us out:
How to crack: 
  • File: Bluebits.Trikker.exe
  • Namespace: Bluebits.Trikker.Authorization
  • Function: private bool VerifyLicense(License license, string publicKey)
  • How: make sure it returns boolean true
Tested:
  • Put license file in %APPDATA%\Bluebits\Trikker
  • Debug exe with dnSpy
  • Put breakpoint before VerifyLicense return statement
  • Overwrite return value with boolean true
  • App starts and runs perfectly
Tested but does not work:
  • Open and save exe with dnSpy
  • Open and save exe in JustDecompile/Reflexil
Why:
  • App exits after drawing the main form with an TaskCancelled exception. Tried to debug it step by step but very hard to pinpoint what causes the error
Interesting to note: previously crached versions were also cracked by overwriting the function, pretty sure there is no other counterfeit measure in place that forces the app to crash.

the second link isn't working anymore for me
Should be fixed
This post is by a banned member (RealDownloader) - Unhide
6
Posts
0
Threads
2 Years of service
#8
(23 October, 2023 - 12:43 PM)GigaTexel Wrote: Show More
Hi, I just updated the URL

(21 October, 2023 - 09:44 PM)RealDownloader Wrote: Show More
(01 October, 2023 - 01:18 PM)GigaTexel Wrote: Show More
In the hope that someone manages to help us out:
How to crack: 
  • File: Bluebits.Trikker.exe
  • Namespace: Bluebits.Trikker.Authorization
  • Function: private bool VerifyLicense(License license, string publicKey)
  • How: make sure it returns boolean true
Tested:
  • Put license file in %APPDATA%\Bluebits\Trikker
  • Debug exe with dnSpy
  • Put breakpoint before VerifyLicense return statement
  • Overwrite return value with boolean true
  • App starts and runs perfectly
Tested but does not work:
  • Open and save exe with dnSpy
  • Open and save exe in JustDecompile/Reflexil
Why:
  • App exits after drawing the main form with an TaskCancelled exception. Tried to debug it step by step but very hard to pinpoint what causes the error
Interesting to note: previously crached versions were also cracked by overwriting the function, pretty sure there is no other counterfeit measure in place that forces the app to crash.

the second link isn't working anymore for me
Should be fixed

no sorry man, none of the links work exept the bluebits from trikker itself.

can u try gofile.io or something maybe?

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.


Forum Jump:


Users browsing this thread: 3 Guest(s)