An open API service indexing awesome lists of open source software.

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

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