(01 October, 2023 - 11:18 AM)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
- Functionrivate bool VerifyLicense(License license, string publicKey)
- How: make sure it returns boolean true
Tested:
- Put license filein %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 blocked by overwriting the function, pretty sure there is no other counterfeit measure in place that forces the app to crash.