From f97b0f0ccacb7b32ba29b19cb59a49ce43c07466 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 22 Aug 2021 13:41:24 +1000 Subject: [PATCH] docs: Fix a few typos There are small typos in: - elevate/modules/UACME/Source/Akagi/methods/hybrids.c - elevate/modules/UACME/Source/Yuubari/logger.h Fixes: - Should read `writer` rather than `writter`. - Should read `hardcoded` rather than `harcoded`. --- elevate/modules/UACME/Source/Akagi/methods/hybrids.c | 2 +- elevate/modules/UACME/Source/Yuubari/logger.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/elevate/modules/UACME/Source/Akagi/methods/hybrids.c b/elevate/modules/UACME/Source/Akagi/methods/hybrids.c index 8c04620..2ebd429 100644 --- a/elevate/modules/UACME/Source/Akagi/methods/hybrids.c +++ b/elevate/modules/UACME/Source/Akagi/methods/hybrids.c @@ -377,7 +377,7 @@ BOOL ucmMMCMethod( } //run mmc console - //because of mmc harcoded backdoor uac will autoelevate mmc with valid and trusted MS command. + //because of mmc hardcoded backdoor uac will autoelevate mmc with valid and trusted MS command. //yuubari identified multiple exploits in msc commands loading scheme. bResult = supRunProcess(MMC_EXE, lpMscFile); diff --git a/elevate/modules/UACME/Source/Yuubari/logger.h b/elevate/modules/UACME/Source/Yuubari/logger.h index 08d2f4c..52591ee 100644 --- a/elevate/modules/UACME/Source/Yuubari/logger.h +++ b/elevate/modules/UACME/Source/Yuubari/logger.h @@ -8,7 +8,7 @@ * * DATE: 13 Feb 2017 * -* Header file for the log file writter. +* Header file for the log file writer. * * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF * ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED