• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Reverse Engineering Z0FCourse ReverseEngineering

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,602
Solutions
2
Reputation
32
Reaction score
100,443
Points
2,313
Credits
32,540
‎6 Years of Service‎
 
76%
reverse-engineering.png


What We’ll Do/Learn:

This course is going to teach anyone how to reverse engineer x64 Windows. We will start by covering some basics of binaries, then reverse some small samples, reverse a DLL and implement it into our own program, reverse some malware, then look at some realistic situations.

Table Of Contents:

    Chapter 1 – Introduction
        1.0 Introduction
        1.1 HowTo
        1.2 Setup
    Chapter 2 – BinaryBasics
        2.0 BinaryBasics
        2.1 NumberSystems
        2.2 ASCII
        2.3 BitsAndBytes
        2.4 ProgrammingLanguages
        2.5 Bitwise Operations
        2.6 Mindset
    Chapter 3 – Assembly
        3.0 Assembly
        3.1 Registers
        3.2 MemoryLayout
        3.3 Instructions
        3.4 Flags
        3.5 CallingConventions
        3.6 FinalNotes
    Chapter 4 – Tools
        4.0 Tools
        4.1 ToolTypes
        4.2 Debugging
        4.3 ToolGuides
    Chapter 5 – Basic Reversing
        5.0 BasicReversing
        5.1 BeforeWeBegin
        5.2 FunctionCall
        5.3 HelloWorld
        5.4 Loops
    Chapter 6 – DLL
        6.0 DLL
        6.1 BeforeWeBegin
        6.2 DLLBasics
        6.3 Exports
        6.4 SayHello
        6.5 PrintArray
        6.6 InitializePlayer
        6.7 PrintPlayerStats
        6.8 MysteryFunc
        6.9 ImplementingPlayer
        6.10 FinalNotes
    Chapter 7 – Windows – WIP
        7.0 Windows
        7.1 Virtual Memory

To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top