We (I) recommend you look at the online docs instead. They are much more detailed. You can view them Here
A C library for easy memory management of other processes. Could be used for process hacking and other fun things.
include(FetchContent)
fetchcontent_declare(
MemoryManage
GIT_REPOSITORY https://github.com/Jacoblightning/MemoryManage
GIT_TAG main
)
fetchcontent_makeavailable(
MemoryManage
)
target_link_libraries(<Your executable> PRIVATE MemoryManage<Static or Dynamic>)
#include <MemoryManage/MemoryManage.h>
git clone https://github.com/Jacoblightning/MemoryManage
cd MemoryManage
mkdir build
cd build
cmake ..
cmake --build .
sudo cmake --install .
- Go to the Actions Page
- Click on the latest action
- Scroll to Artifacts and choose the one you want.
- Go to the latest release
- Download the one you want.