Advertisement
x0rzx

CreateProcessA

Jul 22nd, 2021
1,234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.36 KB | None | 0 0
  1. HANDLE hSCManager;
  2.  CreateServiceA(
  3.             hSCManager,
  4.             L"Microsoft SM",,
  5.             L"Microsoft SM",
  6.             0x0002,
  7.             0x00000050,
  8.             0x00000002,
  9.             NULL,
  10.             "C:\Users\\student\\Downloads\\run\\dev.exe",
  11.             NULL,
  12.             NULL,
  13.             NULL,
  14.             L"Misc"
  15.             NULL
  16. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement