Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.21 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.21 KB

x64dbg Demonstration

Overview

A series of easy software examples to demonstrate the use of x64dbg.

  • assem_series: Simple "Hello World!" samples to show the similarities between what is written in Assembly Code versus what is seen in x64dbg
  • main_series: Small grouping of samples to show how DLLs are loaded and how DLLs are seen (and dumped) in x64dbg
  • func_0x01: Example of using Ghidra side-by-side to assist in naming function is x64dbg
  • crackme_series: Ten crackme challenges from Shogun Labs to test x64dbg skills

Repository

Programs

DLL Creation and DLL Injection Resources

CrackMe Challenges