From ea105e2f9790ca7f3d1b7d604aaa5c7b5f29a184 Mon Sep 17 00:00:00 2001 From: segfault Date: Mon, 12 Oct 2020 11:28:33 -0700 Subject: Added Crypto function bodies, renamed ASM fn to get next RIP after return and improved CRYPTO_* macros. --- KMemDriver/Utils.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'KMemDriver/Utils.asm') diff --git a/KMemDriver/Utils.asm b/KMemDriver/Utils.asm index d95a64e..b7c344e 100644 --- a/KMemDriver/Utils.asm +++ b/KMemDriver/Utils.asm @@ -1,11 +1,11 @@ -PUBLIC getCurrentRIP +PUBLIC getNextRIP .code _text -getCurrentRIP PROC PUBLIC +getNextRIP PROC PUBLIC pop rax push rax ret -getCurrentRIP ENDP +getNextRIP ENDP END \ No newline at end of file -- cgit v1.2.3