VIDEO LIBRARY
| # | Title | Length | Difficulty | Software Used |
| 1 | Cracking Basics: Finding the Serial Check with x64dbg | 45min | Beginner | x64dbg |
| 2 | Name/Serial Algorithm Reversing (Step-by-Step) | 1h 10min | Beginner+ | x64dbg, Python |
| 3 | Patching Binaries: NOP, JMP, and Conditional Breakpoints | 35min | Beginner | x64dbg, HxD |
| 4 | Unpacking UPX, ASPack & MEW (Manual Methods) | 55min | Intermediate | x64dbg, Scylla |
| 5 | Advanced Unpacking: Themida + VMProtect | 2h 30min | Advanced | IDA Pro, x64dbg, ScyllaHide |
| 6 | Keygen Creation: RSA Algorithm Reversing | 1h 45min | Advanced | IDA Pro, Python |
| 7 | .NET Cracking: dnSpy, de4dot, and SmartAssembly | 1h 00min | Intermediate | dnSpy, de4dot |
| 8 | Anti-Debug Bypass Techniques | 1h 20min | Advanced | x64dbg, ScyllaHide, TitanHide |
| 9 | Dongle Emulation: HASP & Sentinel | 2h 00min | Expert | HASPEmulator, SentinelView |
| 10 | Writing Your First C++ Keygen (GUI) | 1h 30min | Intermediate | Visual Studio, Qt |
| 11 | Automated Cracking with IDA Python | 1h 45min | Advanced | IDA Pro, Python |
| 12 | Cracking for Linux: ELF Binary Reversing | 1h 15min | Advanced | Ghidra, GDB, Radare2 |
FEATURED: THEMIDA UNPACKING (VIDEO 5)
Code:
Video breakdown:
00:00 β Identifying Themida (DIE / ProtectionID)
08:00 β Setting up ScyllaHide (all bypasses on)
15:00 β Loading target in x64dbg
25:00 β Bypassing TLS callbacks (anti-debug)
35:00 β Finding OEP (Original Entry Point)
50:00 β Memory dump with Scylla
1:05:00 β IAT reconstruction (fixing broken imports)
1:25:00 β Testing unpacked binary
1:40:00 β Advanced: Custom Themida profile for auto-unpack
2:10:00 β Cleanup: Removing overlay, optimizing size
2:25:00 β Final test: running unpacked binary without Themida
Tools and scripts:
- ScyllaHide extreme profile (all anti-anti-debug enabled)
- Themida auto-unpack script for IDA Pro
- OEP finder script for x64dbg
- IAT reconstruction automation
- Video resources included in download pack
Key takeaway: Themida unpacks in stages. Set breakpoints on ZwQueryInformationProcess and NtClose (invalid handle trick). When the exception handling chain stabilizes, you're near OEP.
DOWNLOAD
Code:
Full BlackSecTube library: [URL="https://mega.nz/file/BlackSec_BlackSecTube_July2026"]File on MEGA[/URL]
Size: 15 GB | Password: BlackSecTube2026
Includes: 12 videos + exercise files + scripts + tools + CrackMe collection for practice