Skip to content

Cracking Lessons

Learn how to crack software legally

Close Button
  • Home
  • Courses
  • Reversing
  • Challenges
  • About
  • Contact

CrackMe #1CrackMe #1

February 14, 2020February 14, 2020| adminadmin| 0 Comment

A gui-based crackme written in Visual Studio 2017 win32 API. Objectives: Find the serial key and enter in the textbox Patch the file to always show the Congrats message when

How to create a basic template for win32API project which static DLL linkingHow to create a basic template for win32API project which static DLL linking

February 13, 2020February 13, 2020| adminadmin| 0 Comment

wn32 API is a good platform for writing CrackMe’s. And this video shows you how to create a basic template for writing statically linked DLL standalone exe’s.

How to statically link your exe to dlls in visual studio 2017How to statically link your exe to dlls in visual studio 2017

February 11, 2020February 11, 2020| adminadmin| 0 Comment

If you are thinking of writing your own crackmes, then you need to statically link your dll to your exe. This video shows you how to do it:

0:00 / 4:17 How to dump a NSPacker file using x64dbg0:00 / 4:17 How to dump a NSPacker file using x64dbg

February 7, 2020February 7, 2020| adminadmin| 0 Comment

How to dump a file packed with NSPacker.

How to create your own packed file and practice dumping itHow to create your own packed file and practice dumping it

February 7, 2020February 7, 2020| adminadmin| 0 Comment

Create your own packed file using MEW and then practice dumping it using x64dbg.

How to dump original PE file and rebuild IAT tableHow to dump original PE file and rebuild IAT table

February 6, 2020February 6, 2020| adminadmin| 0 Comment

How to dump original PE file and rebuild IAT table How to extract original PE file from a file packed with exeExpressor protector and subsequently how to fix the IAT

How to dump PE file with x64dbgHow to dump PE file with x64dbg

February 5, 2020February 5, 2020| adminadmin| 0 Comment

How to extract original PE file from a packed file.

How to modify dialog captions using Resource HackerHow to modify dialog captions using Resource Hacker

January 31, 2020January 31, 2020| adminadmin| 0 Comment

If you want to modify dialog box captions you should not use exeScope. It is outdated as it was written in 2004. Intead use the more current program called Resource

How to build de4dotHow to build de4dot

January 28, 2020January 28, 2020| adminadmin| 0 Comment

Prior to building de4dot you need to build dnlib, then put the dnlib.dll file inside the de4dot project folder. de4dot is used to deobfuscate .NET apps so that we can

How to install dnSpyHow to install dnSpy

January 27, 2020January 27, 2020| adminadmin| 0 Comment

To reverse .NET software, you need to use dnSpy. This video shows you how to download and launch it.

Posts navigation

Previous page Page 1 … Page 4 Page 5 Page 6 Next page

Recent Posts

  • [8] Assembly Language Programming for Reverse Engineering
  • [7] Reverse Engineering & Memory Hacking with Cheat Engine
  • [6] Hacking Windows Programs Using Cheat Engine
  • [5] Game Hacking: Understanding push and pop in scripting
  • [4] Game Hacking: Cheat Engine Game Hacking Basics

Recent Comments

  • A WordPress Commenter on Welcome

Copyright 2025 Cracking Lessons

Scroll Up