Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.01 KB

0x500-DLL.md

File metadata and controls

21 lines (17 loc) · 1.01 KB

0x500 - 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