网络安全编程:C语言逆向之函数的识别

复制#include <stdio.h> #include <windows.h> int test(char *szStr,网络 int nNum) { printf("%s, %d rn", szStr, nNum); MessageBox(NULL, szStr, NULL, MB_OK); return 5; } int main(int argc, char ** argv) { int nNum = test("hello", 6); printf("%d rn", nNum); return 0; } 1.2.3.4.5.6.7.8.9.10.11.12.13.14.
本文地址:http://www.bzve.cn/news/608b67698715.html
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。