Skip to content

Commit

Permalink
docs: add special mention
Browse files Browse the repository at this point in the history
  • Loading branch information
darfink committed Jun 17, 2017
1 parent 0c7e273 commit f9df60a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ libc = "0.2"
matches = "0.1.6"
region = "0.0.7"
slice-pool = "0.3.4"
mmap-fixed = "0.1.2"
mmap-fixed = "0.1"

[dev-dependencies]
volatile_cell = "1.0.0"
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ fn main() {
}
```

## Mentions

Much of the library's external user interface was inspired by
[minhook-rs][minhook], created by [Jascha-N][minhook], and it contains
derivative code of his work.

## Appendix

- *EIP relocation*
Expand Down Expand Up @@ -111,4 +117,6 @@ fn main() {
[rust-shield]: https://img.shields.io/badge/powered%20by-rust-blue.svg?style=flat-square
[rust]: https://www.rust-lang.org
[docs-shield]: https://img.shields.io/badge/docs-github-green.svg?style=flat-square
[docs]: https://darfink.github.io/detour-rs/detour/index.html
[docs]: https://darfink.github.io/detour-rs/detour/index.html
[minhook-author]: https://github.com/Jascha-N
[minhook]: https://github.com/Jascha-N/minhook-rs/

0 comments on commit f9df60a

Please sign in to comment.