From ca6eca5a1eb26aa385e9524c93251a5c516c48e3 Mon Sep 17 00:00:00 2001 From: joaoviictorti Date: Sun, 22 Sep 2024 22:46:48 -0300 Subject: [PATCH] Small fix --- docs/process.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/process.md b/docs/process.md index 3bfa0d3..25531a6 100644 --- a/docs/process.md +++ b/docs/process.md @@ -60,16 +60,16 @@ shadow.exe process signature --pt --sg --pid * `sg`: The protection signer. * Possible values: - - `none`: No signer - - `authenticode`: Authenticode signer - - `code-gen`: Code generation signer - - `antimalware`: Antimalware signer - - `lsa`: LSA signer - - `windows`: Windows signer - - `win-tcb`: WinTcb signer - - `win-system`: WinSystem signer - - `app`: Application signer - - `max`: Maximum value for signers + - `none`: No signer + - `authenticode`: Authenticode signer + - `code-gen`: Code generation signer + - `antimalware`: Antimalware signer + - `lsa`: LSA signer + - `windows`: Windows signer + - `win-tcb`: WinTcb signer + - `win-system`: WinSystem signer + - `app`: Application signer + - `max`: Maximum value for signers * `pid`: The PID of the process you want to modify PP / PPL. @@ -114,8 +114,8 @@ shadow.exe process enumerate -l -t * `-l / --list`: List the protected or hidden process. * `-t / --type`: Specify which type you want to list * Possible values: - - hide: List of hidden targets - - protection: List of protected targets + - hide: List of hidden targets + - protection: List of protected targets Example of use: