protectaccount
Advanced Member
- Joined
- December 27, 2025
- Messages
- 383
- Reaction score
- 333
- Points
- 63
- Thread Author
- #1
Unfortunately, there is not much information on the Internet on how to use x64dbg to do static analysis, hence this course. You can use its powerful graphical tool for Reverse Engineering, Malware Analysis and Software Debugging. In this course we will learn how to disassemble a program and represent it an a graphical view so as to be able to easily analyse and understand how the program works – and also to patch programs. The hidden power of x64dbg lies in its ability to run a live debugging session simultaneously with graphical static analysis. And I will show you how to do it in this course.
What you will learn:
How to disassemble programs into assembly code and show it in a graphical representation
Graphical Static Analysis
Setting breakpoints and stepping through code
Modify program behaviour
Reversing jumps
Changing register values
Patching programs
Who this course is for:
Programmers who want to learn how to debug software using x64dbg
Computing students interested to learn how software works from the inside
Anyone interested in learning reverse engineering
Reversers who want to learn how to use the graphical tool in x64dbg
Requirements
Windows PC
Interest to solve crackme challenges
Background in Assembly and C Programming would be helpful but not compulsory
What you’ll learn
Use x64dbg to do static analysis
Graphical analysis of code
Reverse engineer software
Debug and fix errors in programs
Patch programs
Mod software
View code in graphical form like flowchart
To see this hidden content, you must reply and react with one of the following reactions :
Like