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

https://github.com/wenzel/ntdll-sys

Rust unsafe bindings to ntdll
https://github.com/wenzel/ntdll-sys

Last synced: about 1 month ago
JSON representation

Rust unsafe bindings to ntdll

Awesome Lists containing this project

README

          

# ntdll-sys

[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[![Build Status](https://travis-ci.com/Wenzel/ntdll-sys.svg?branch=master)](https://travis-ci.com/Wenzel/ntdll-sys)

> Rust unsafe bindings for ntdll

## Table of Contents

- [Requirements](#requirements)
- [References](#references)
- [Maintainers](#maintainers)
- [Contributing](#contributing)
- [License](#license)

## Requirements

- `cargo`
- `rustc`
- `clang`

## References

- [ReactOS](https://github.com/reactos/reactos)

## Maintainers

[@Wenzel](https://github.com/Wenzel)

## Contributing

PRs accepted.

Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.

## License

[GNU General Public License v3.0](https://github.com/Wenzel/pyvmidbg/blob/master/LICENSE)