From 9d771b7b0e7d3a08092661226d9d886e0a21139b Mon Sep 17 00:00:00 2001 From: Sh0ckFR <10033649+Sh0ckFR@users.noreply.github.com> Date: Mon, 10 Oct 2022 11:32:21 +0200 Subject: [PATCH] Update README.MD --- README.MD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.MD b/README.MD index c09431f..139163a 100644 --- a/README.MD +++ b/README.MD @@ -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: