Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:it-security:blog:shellcode_injection-4 [2024/09/01 22:41] – created psycoreen:it-security:blog:shellcode_injection-4 [2024/09/01 23:05] (current) – [WinExec] psycore
Line 194: Line 194:
 We need a string for the command line and an integer for the window display. We need a string for the command line and an integer for the window display.
  
-However, there are more things to consider when we use the WinAPI aufrufen.<sup>[https://learn.microsoft.com/en-us/cpp/build/x64-calling-convention?view=msvc-170]</sup>[https://print3m.github.io/blog/x64-winapi-shellcoding#execute-winexec-function]+However, there are more things to consider when we use the WinAPI aufrufen.((https://learn.microsoft.com/en-us/cpp/build/x64-calling-convention?view=msvc-170))((https://print3m.github.io/blog/x64-winapi-shellcoding#execute-winexec-function))
  
   * Argument Register (from left to right): ''RCX (lpCmdLine), RDX (uCmdShow), R8, R9, Stack''   * Argument Register (from left to right): ''RCX (lpCmdLine), RDX (uCmdShow), R8, R9, Stack''