Introduction to using x64dbg to reverse engineer programs using graphical static analysis
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 behavior
Reversing jumps
Changing register values
Patching programs