Inline assembly calls MessageBox. #include <windows.h> int main() { LoadLibraryA("user32.dll");//Load the specified dynamic link library and map it to the ...
確定! 回上一頁