forked from 0xZ0F/Z0FCourse_ReverseEngineering
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finally going to take on something real.
- Loading branch information
Showing
5 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Chapter 8 - Real DLL | ||
This chapter is going to cover reversing parts of a real DLL. The DLL covered is going to be NTDLL.dll, specifically the Generic Table (GT) functions. I'm choosing the generic table functions because they are semi-documented (so we can check our work), there are multiple functions, and they cover a variety of concepts. | ||
|
||
* ### [Chapter 8 - Real DLL](8.00%20RealDLL.md) | ||
* [8.00 - Real DLL.md](8.00%20RealDLL.md) | ||
|
||
[<- Previous Lesson]() - WIP | ||
[Next Lesson ->]() - WIP | ||
|
||
[Chapter Home](8.00%20RealDLL.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Real Windows DLL examples. | ||
|
||
## Chapter 3 - Assembly | ||
**Give more and better asm + C examples** | ||
rep movs(b/w/d) | ||
|