Content-Length: 281450 | pFad | http://github.com/0xhardcoder/process-protection/commit/f4d51a0cc5c00b4f2dd60560c2b8adf188e81fac

C0 Fixed typos in README.MD · 0xhardcoder/process-protection@f4d51a0 · GitHub
Skip to content

Commit f4d51a0

Browse files
authored
Fixed typos in README.MD
1 parent 7b3c4a7 commit f4d51a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ class Program
1919
while (true)
2020
{
2121
Console.WriteLine("Enter name of process you want to protect without .exe!");
22-
string prcname = Console.ReadLine();
23-
if (pcrname != "")
22+
string procname = Console.ReadLine();
23+
if (procname != "")
2424
{
25-
ProcessProtection.ProtectProcess(Process.GetProcessesByName(pcrname)[0]);
25+
ProcessProtection.ProtectProcess(Process.GetProcessesByName(procname)[0]);
2626
Console.WriteLine("Protected!");
2727
}
2828
Console.WriteLine("Enter name of process you want to unprotect without .exe!");
29-
prcname = Console.ReadLine();
29+
procname = Console.ReadLine();
3030
if (pcrname != "")
3131
{
32-
ProcessProtection.UnprotectProcess(Process.GetProcessesByName(pcrname)[0]);
32+
ProcessProtection.UnprotectProcess(Process.GetProcessesByName(procname)[0]);
3333
Console.WriteLine("Unprotected!");
3434
}
3535
}

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/0xhardcoder/process-protection/commit/f4d51a0cc5c00b4f2dd60560c2b8adf188e81fac

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy