https://github.com/memflow/memflow-cmake-example
example project integrating memflow-ffi with cmake
https://github.com/memflow/memflow-cmake-example
Last synced: 5 months ago
JSON representation
example project integrating memflow-ffi with cmake
- Host: GitHub
- URL: https://github.com/memflow/memflow-cmake-example
- Owner: memflow
- Created: 2020-10-16T00:07:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T09:27:32.000Z (about 1 year ago)
- Last Synced: 2025-05-12T10:42:48.857Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# memflow-cmake-example
A simple example project showcasing memflow integration with CMake.
## Build requirements
Building requires the following tools:
- cmake
- make
- gcc/g++ (with C++11 support)
- cargo / rustc
## Building
Just run
```make all```
in the projects root directory.
The resulting binary can be found in the `./build/release/` folder.