-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Guide.md
Wolf edited this page Jul 2, 2023
·
1 revision
Thank you for choosing WolfLtd, a library designed to provide basic functionality for Windows API function discovery. While there are many excellent libraries available, WolfLtd aims to provide a simple and lightweight solution for those who require basic Windows API function hiding.
Before you begin, ensure that you have the following prerequisites:
- Windows operating system (compatible with your target environment)
- Compiler and development environment set up for your chosen programming language (e.g., Visual Studio, GCC)
To integrate WolfLtd into your project, follow these steps:
-
Download the latest release of WolfLtd from the releases page.
-
Extract the downloaded archive to a location of your choice.
-
Add the following files from the extracted archive to your project:
code.asmFunction.hFunction.cppMemory.hMemory.cpp
Make sure to place the files in the appropriate directories of your project.
-
In your source file(s), include the
Memory.hheader file.#include "Memory.h"