GigaTexel
Royal
Royal
Elite member
Premium
- Thread Author
- #2
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 blocked. 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
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 blocked. 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