Update README.MD

This commit is contained in:
Sh0ckFR
2022-10-10 11:32:21 +02:00
committed by GitHub
parent 0f6864c330
commit 9d771b7b0e
+2
View File
@@ -36,6 +36,7 @@ Single stub direct and indirect syscalling with runtime SSN resolving for window
---
## Example:
```rust
#![allow(non_snake_case)]
use ntapi::ntapi_base::CLIENT_ID;
use rust_syscalls::syscall;
@@ -104,6 +105,7 @@ Single stub direct and indirect syscalling with runtime SSN resolving for window
println!("\t[-] NtClose status: {:#02X}", status);
}
```
## Implementing new SSN and syscall addresses runtime resolving methods: