SCT-mem-api is a C library for writing memory to external programs on Windows. It uses CMake for building the project.
- CMake: Version 3.5.0 or higher
- Windows OS
- Write to the memory of external processes.
- Designed for Windows.
-
Clone the repository:
git clone https://github.com/SeanProgramming/sct-mem-api.git
-
Go to the project directory:
cd sct-mem-api -
Create a build directory:
mkdir build cd build -
Run CMake to generate build files:
cmake ..
-
Build the project:
cmake --build .
Include the provided header files in your C project and link against the built library. Check the example_program directory for sample usage.
- Fork the repository.
- Create a new branch for your changes.
- Commit your changes.
- Push the branch to your fork.
- Open a Pull Request.
MIT License. See the LICENSE file for details.
For questions, email sean.pilonb@gmail.com