Introduction to using x64dbg to reverse engineer programs using graphical static analysis

What you will 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

Description

If you had always wanted to learn how  to reverse engineer a program and understand how it works from the inside out, then this is the course for you. Except for IDA Pro, many other debuggers out there are not capable of performing graphical representation of a disassembled software. x64dbg however can do it. It can disassemble a program and also represent it as a graphical representation.  This makes it ideal as a free tool to perform what IDA Pro can do – i.e. static analysis.

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

Money back guarantee:

This course is backed by a 30-day money back guarantee.  So, go ahead and enroll in this course now and start reverse engineering programs the fun and easy way using graphical static analysis!

English

Language

Content

Introduction

Introduction

Introduction to Static Analysis

Introduction to static analysis


Get Instant Notification of New Courses on our Telegram channel.


Installing x64dbg and xAnalyzer plugin and using it

Download x64dbg

Installing xAnalyzer plugin

Setting up xanalyzer

Graphical Static analysis

How to use x64dbg to disassemble and generate graphical view

Practice on graphical static analysis and file patching

More practice on static analysis and file patching

Static analysis on 64-bit programs

Introduction to 64-bit registers

Practice on 64-bit programs (easy peasy)

Solving easy peasy 64-bit crackme

Useful commands for x64 graphical tool

Resources for further studies

Bonus Lecture