Skip to content

Commit

Permalink
Corrected link
Browse files Browse the repository at this point in the history
  • Loading branch information
gtworek committed Apr 30, 2021
1 parent 910dacd commit 455fa49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FakeCmdLine/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Simple demonstration (C source code and compiled .exe) of a less-known (but documented) behavior of [`CreateProcess()`](https://docs.microsoft.com/en-us/windows/win32/api/processthreadsapi/ nf-processthreadsapi-createprocessa) function. Effectively you can put any string into the child process *Command Line* field.
Simple demonstration (C source code and compiled .exe) of a less-known (but documented) behavior of [`CreateProcess()`](https://docs.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-createprocessa) function. Effectively you can put any string into the child process *Command Line* field.
<p>
<img src="https://github.com/gtworek/PSBits/blob/master/FakeCmdLine/fakecmd.gif" width="640" height="480" />

0 comments on commit 455fa49

Please sign in to comment.