![]() |
|
Tutorial Cracking All-About-PDF - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: Tutorial Cracking All-About-PDF (/Thread-Tutorial-Cracking-All-About-PDF) |
Cracking All-About-PDF - miso - 10-19-2020 requirements: dnSpy (using version 6.1.7) All-About-PDF (using version 3.1062) | Softpedia Page Cracking the application: Spoiler:
1: Drag the application into dnspy & Search for the type licenseModel 2: go in the Property IsPerpertual & edit the Get section with the IL editor (Right-Click on the code of the Get part of the property & select "Edit IL Instructions" (this part is based on the screenshot under it) in the IL Editor, you will need to delete index 0, then you will need to change the OpCode of the new index 0 (which was previously index 1) to ldc.i4.1, then click ok to save. ![]() 3: you will now need to go in the licenseController type & select IsSubscriptionValid, when in there, you'll need to open it in the IL Editor (Right-Click on its code & select "Edit IL Instructions" 4: Delete everything in the IL Editor (ctrl+a & delete), then create 2 new instructions (press "a" twice), set the first instruction's (index 0) OpCode to ldc.i4.1 & the second instruction's (index 1) OpCode to ret (you will also need to delete the Exception Handlers, to do so, you will need to go in the Exception Handlers tab & delete all the incorrect ones). (you will also need to do this to getApplicationEdition which is also in licenseController) ![]() ![]() if youve done everthing correctly, the application should now be cracked, enjoy ^^ ![]() RE: Cracking All-About-PDF - mothered - 10-19-2020 Your tutorials are very well documented and Illustrated. I don't see how anyone can go wrong with this. Well done. RE: Cracking All-About-PDF - fsociety - 10-19-2020 i love tutorials.... just guide me up i can use this weapon.. RE: Cracking All-About-PDF - mothered - 10-20-2020 (10-19-2020, 06:26 PM)fsociety Wrote: just guide me up i can use this weapon..I take It you're having difficulty following this guide? RE: Cracking All-About-PDF - fsociety - 10-20-2020 (10-20-2020, 08:28 AM)mothered Wrote:(10-19-2020, 06:26 PM)fsociety Wrote: just guide me up i can use this weapon..I take It you're having difficulty following this guide? i haven't tried , i mean to say if anyone can guide me i can do anything...its always easy with picture and video. Today my laptop will be get delivered in few hours.... let hope they delivered to me... RE: Cracking All-About-PDF - mothered - 10-20-2020 (10-20-2020, 09:47 AM)fsociety Wrote: i haven't tried , i mean to say if anyone can guide me i can do anything...its always easy with picture and video.Got It. Unless It's my own guide (as per my blog), I don't enjoy reading, hence prefer video tutorials. (10-20-2020, 09:47 AM)fsociety Wrote: Today my laptop will be get delivered in few hours.... let hope they delivered to me...It'll be Interesting to read how It worked out. Do post It In your thread and tag me. RE: Cracking All-About-PDF - miso - 10-25-2020 the thing is that i cant record in a good quality with my current setup lol if i ever post a video ill be a fucking joke since ill probably do it with my funny mic RE: Cracking All-About-PDF - CodrutAlex - 10-30-2020 oooh, niceee mann, i love that structure |