09-08-2016, 12:49 AM
(09-07-2016 10:19 PM)Blizzard12345 Wrote: [ -> ]Latest version is now 1.26.3
http://download.contentgrabber.com/Conte...rabber.zip
Hi Blizzard12345,
I'm not sure if it's a violation of the forum rules to post cracking method(s) here, however, it seems you need this badly, so I'd like to help.
The tools you need:
1. de4dot, the .net deobfuscator
2. dnspy, the .net disassembler
you can google and download the newest version, they are all free
Steps:
1. Install the ContentGrabber
2. Drog and drop the ContentGrabber.exe to de4dot.exe, it will be deobfuscated automatically, then you get a new exe named ContentGrabber-cleaned.exe, and other new DLL files, about 30 files in total.
3. Drag and drop the ContentGrabber-cleaned.exe into dnspy.
4. Use Search function in dnspy, and search for "lic_0", without the quote.
5. You will see several results, focus on two results with the name of "smethod_4".
6. Now click the first smethod_4, and in the window below, just select any text, then right click, you will see "Edit IL Instructions", choose this.
7. Now you should in the Editing IL Instructions window, it's time to make the changes to the codes
8. First change "ldc.i4.0" to "ldc.id4.1" in line 19
9. Then change "ldc.i4.0" to "ldc.id4.1" in line 21
10. Save the changes by clicking File -> Save Modules in dnSpy. The first smethod_4 is patched OK.
11. Do the same to the poor second smethod_4 in search result.
12. Save the changesBackup the original ContentGrabber.exe, just in case you need it later. Rename ContentGrabber-cleaned.exe to ContentGrabber.exeChange
13. Now the program should be patched, and when you run it, click exit, main program will load, instead of exiting.
14. If you wanna move this to another computer, you need to pack the patched ContentGrabber.exe, BaseEngine.dll and other 30 DLL files generated in the 2 step.
For the problem you mentioned, to be honested, I have no idea how did that happen, I suggest you try again and find some clue, since you know more about Content Grabber than me, I think *_*
Good luck~