Files Needed

March 23, 2020 ยท View on GitHub

These are the files you will need for this course. Each folder contains the files needed for the chapter it's named after. For example, the Chapter 6 - DLL folder contains the files needed for the Chapter 6 - DLL chapter.

All files can be downloaded as a .ZIP archive in the releases section.

https://github.com/0xZ0F/Z0FCourse_ReverseEngineering/releases

  • Chapter 6 - DLL

    • Debug Files - pdb and obj files. Helps with debugging.
    • Source Code - Source code of the DLL and a program that uses the DLL.
    • DLL.dll - DLL that will be reverse engineered.
    • RunDLL.exe - Program that uses the DLL.
    • DLLLib.exe - Program that uses the DLL via .lib and .h files.
    • README.txt - Contains the information you just read.

For more information see the README.txt file.

  • Chapter WIP - Malware

    • Debug Files - pdb and obj files. Helps with debugging.
    • Source Code - Source code of the malware and its dropper.
    • THE FOLLOWING ARE TO BE USED AT YOUR OWN RISK. I AM NOT LIABLE FOR ANYTHING DONE:
      • Dropper.Z0F - Program that acts as a dropper for the malware.
      • Malware.Z0F - Malware that wil be reverse engineered.
    • README.txt - Contains the information you just read.