Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1020 Bytes

File metadata and controls

21 lines (17 loc) · 1020 Bytes

Chapter 6 - DLL

This chapter will introduce you to slightly more realistic reversing with a DLL. We're going to reverse a DLL because we can see the names of the functions. This makes reversing a little easier. Also, once we reverse the DLL we can use it in our own program fairly easily.

<- Previous Lesson
Next Lesson ->

Chapter Home