遠程線程注入shellcode筆記
#include "stdafx.h" #include <windows.h> #include <stdio.h> char shellcode[] = ...
#include "stdafx.h" #include <windows.h> #include <stdio.h> char shellcode[] = ...
詳細參數說明: 當把shellcode寫入代碼shellcode變量的時候,輸入-bin shellcode.bin 將生成二進制文件數據流。 當需要把二進制數 ...