Completed
Add Functions
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
When Virtual Hell Freezes Over - Reversing C++ Code
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Who am I
- 3 Dynamic Object Creation
- 4 Summary
- 5 Constructor
- 6 Vtable
- 7 Multiple Inheritance
- 8 Reverse C
- 9 IDC
- 10 How it all began
- 11 Automating
- 12 Dynamic Solution
- 13 Breakpoints
- 14 Variable Pointers
- 15 Conditional Breakpoint
- 16 The Problem
- 17 The Hook Location
- 18 The Hook Example
- 19 Get Functions from Vtable
- 20 Create Structure
- 21 Add Functions
- 22 Add Comments
- 23 Offset and False
- 24 Hook Finished
- 25 Hook Condition
- 26 Before
- 27 Disassembly
- 28 Laser
- 29 Structural Offset
- 30 Future Improvements
- 31 Questions