Table Of Contents: License Contributing Credit FAQ Lingo Readme @BeforeYouBegin TableOfContents Documentation DOC Plan TODO Files Needed Files Needed Chapter 6 - DLL Chapter WIP - Malware 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.00 DLL 6.01 BeforeWeBegin 6.02 DLLBasics 6.03 Exports 6.04 SayHello 6.05 PrintArray 6.06 InitializePlayer 6.07 PrintPlayerStats 6.08 MysteryFunc 6.09 ImplementingPlayer 6.10 FinalNotes Chapter 7 - Windows - WIP 7.0 Windows 7.1 Virtual Memory 7.2 Privileges 7.3 Architecture - WIP Chapter 8 - Generic Table - WIP 8.00 Generic Table 8.01 InitializeTable 8.02 NumberGenericTableElements.md 8.03 IsGenericTableEmpty.md 8.04 GetElement