https://github.com/lovasko/libtak
Type-aware Kernel Virtual Memory Library
https://github.com/lovasko/libtak
Last synced: 11 months ago
JSON representation
Type-aware Kernel Virtual Memory Library
- Host: GitHub
- URL: https://github.com/lovasko/libtak
- Owner: lovasko
- License: other
- Created: 2015-06-14T19:41:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-05T02:07:40.000Z (almost 11 years ago)
- Last Synced: 2025-02-16T19:48:25.174Z (over 1 year ago)
- Language: C
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# libtak
C89 library that implements the type-aware kernel virtual memory access based
on the CTF data set.
## Build & install
```
$ ninja
$ sudo ./install.sh
```
## Dependencies
* `m_list`
* `libctf`
## License
2-clause BSD license. For more information please consult the
[LICENSE](LICENSE.md) file. In the case that you need a different license, feel
free to contact me.
## Author
Daniel Lovasko lovasko@freebsd.org