My course on Cracking Software has hit the highest-rated course category on Udemy and has more than 12,000 students: Unfortunately udemy banned this course saying it is restricted topic. However,
Category: Reversing
Reverse Engineering Software
Embarcadero C++ Builder Application Appearance StylesEmbarcadero C++ Builder Application Appearance Styles
Below are the application appearance styles which you can set for your programs.
How to install FLARE VMHow to install FLARE VM
Flare VM is the virtual machine script that installs all the necessary reversing tools you will ever need. This video shows you the correct initial settings for your Oracle Virtual
UPX 3.91 packerUPX 3.91 packer
This is the latest version that works for windows 10. Version 3.92 to the current one 3.96 all not working. Download it here
dup2 loaderdup2 loader
Loaders are runtime patchers. It waits for the main executable to run then once it is in memory, it will patch it. dup2 by diablo2oo2 is a popular patcher. You
Anti-anti-debugging plugin: ScyllaHideAnti-anti-debugging plugin: ScyllaHide
Below is the recommended settings for ScyllaHide Thanks to Cheat The Game: You can get ScyllaHide here Installation instructions:
crackmes.one walkthrough solution: VIP_acccess_mecrackmes.one walkthrough solution: VIP_acccess_me
Here’s the walktrough for crackmes.one’s VIP_acccess_me Download this crackme : https://crackmes.one/crackme/5d0251c133c5d41c6d56e0c3 DIE (Detect It Easy): http://ntinfo.biz/index.html x64dbg: https://x64dbg.com
How to assemble in DOS DebugHow to assemble in DOS Debug
How to do assembly programming in dos.
Correct configuration properties for building CrackMe’s in Visual Studio 2017 win32Correct configuration properties for building CrackMe’s in Visual Studio 2017 win32
If you want to build CrackMe’s for newbies reversers, then you should make sure it is easy to debug. This video shows you the correct settings for Visual Studio 2017
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
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.