View Single Post
  #6  
Old 09-23-2021, 05:16
countryboy countryboy is offline
Family
 
Join Date: Sep 2021
Location: in the country
Posts: 38
Rept. Given: 0
Rept. Rcvd 34 Times in 17 Posts
Thanks Given: 40
Thanks Rcvd at 181 Times in 36 Posts
countryboy Reputation: 34
Smile FILE CRC, and FILE Certificate ...

Quote:
Originally Posted by Hexcode View Post
Hi guys, I have a big problem where I can't find a solution or an idea, I try to crack a program but the idea is the next, when I change even a letter in the strings with Resource Hacker for example and save the changes, when I start the program becomes instant DEMO VERSION and a WATERMARK appear when i save a photo,this watermark i don't find ,or how i can remove
I'm waiting for an opinion or an idea on how I could get over this check.
Hi Hexcode, the program is checking it's File Certificate to see if changes to File, or it's doing a CRC Check of code for changes. Look for code where exe BASE loading offset is used as address to start CRC Check.

It is possible to crack the code that calls the Win Verify Trust Windows Function, as I have done this before, or you can use a Loader to Patch it in memory unless it also does a Memory CRC check.
I POSTED A LOADER on exetools ...
https://forum.exetools.com/showthread.php?t=19945

You can also remove the Certificate from a File, and replace it with one that contains the Cracked File CRC.

After cracking a file Certificate is XXXX !
Right Click File select properties to check Certificate.
Reply With Quote
The Following User Gave Reputation+1 to countryboy For This Useful Post:
chessgod101 (09-23-2021)
The Following User Says Thank You to countryboy For This Useful Post:
Mendax47 (09-23-2021)