Skip to content

Installation Guide.md

Wolf edited this page Jul 2, 2023 · 1 revision

Installation Guide

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.

Prerequisites

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)

Installation Steps

To integrate WolfLtd into your project, follow these steps:

  1. Download the latest release of WolfLtd from the releases page.

  2. Extract the downloaded archive to a location of your choice.

  3. Add the following files from the extracted archive to your project:

    • code.asm
    • Function.h
    • Function.cpp
    • Memory.h
    • Memory.cpp

    Make sure to place the files in the appropriate directories of your project.

  4. In your source file(s), include the Memory.h header file.

    #include "Memory.h"

Clone this wiki locally