Skip to content

Commit

Permalink
docs: add link to syscall table
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Apr 12, 2024
1 parent 7c24ddb commit d87e855
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fn main() {
| x86 *(32-bit)* | :x: No *(on request)*
| AArch64 | :x: No *(on request)*

*This crate only implements calls to `ntoskrnl` services, if you require `win32k` services or an additional architecture please [create an issue][create-issue] and let me know!*
*This crate only implements calls to [`ntoskrnl` services][syscall-table-nt], if you require [`win32k` services][syscall-table-win32k] or an additional architecture please [create an issue][create-issue] and let me know!*


**crate version:** 0.0.x aka work-in-progress.
Expand All @@ -52,4 +52,7 @@ fn main() {
[windows-syscall]: https://github.com/oberrich/windows-syscall
[create-issue]: https://github.com/oberrich/windows-syscall/issues/new

[x86-syscall]: https://www.felixcloutier.com/x86/syscall
[x86-syscall]: https://www.felixcloutier.com/x86/syscall

[syscall-table-nt]: https://j00ru.vexillium.org/syscalls/nt/64/
[syscall-table-win32k]: https://j00ru.vexillium.org/syscalls/win32k/64/

0 comments on commit d87e855

Please sign in to comment.