Skip to content

Commit

Permalink
FilesNeeded
Browse files Browse the repository at this point in the history
Added DLLLib.
  • Loading branch information
0xZ0F committed Mar 23, 2020
1 parent da5d78f commit ec4bf92
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 19 deletions.
Binary file added FilesNeeded/Chapter 6 - DLL/DLLLib.exe
Binary file not shown.
Binary file removed FilesNeeded/Chapter 6 - DLL/DLLLoader64_2DDA.exe
Binary file not shown.
19 changes: 0 additions & 19 deletions FilesNeeded/Chapter 6 - DLL/DebugFiles/DLL.h

This file was deleted.

Binary file removed FilesNeeded/Chapter 6 - DLL/DebugFiles/DLL.lib
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions FilesNeeded/Chapter 6 - DLL/README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
DLL.dll is the DLL to be reversed.

RunDLL.exe is a program which will call the exported functions of DLL.dll.
DLL.dll needs to be in the same folder as RunDLL.exe.

DLLLib.exe is a program that runs DLL.dll however it uses a .lib and .h file. If you're debugging with RunDLL.exe you may encounter access violation issues due to how it works. If that is the case then use DLLLib.exe instead. To use DLLLib.exe the .h and .lib files need to be in the same location as DLLLib.exe.

The SourceCode folder contains the source code for the programs.

The DebugFiles folder contains debug files that can be used to resolve symbols if you want.
Expand Down

0 comments on commit ec4bf92

Please sign in to comment.