我想要抓MessageBoxW的位置,所以我寫了以下程式去執行這件事 #include "stdafx.h" #include <stdlib.h> #include <windows.h> int main() { FARPROC addr; ...
確定! 回上一頁