摘要: 10/31 1.文件检测 解决方法 改掉文件名字 2.端口检测法 改掉端口号即可 阅读全文
posted @ 2022-10-31 17:06 逆向狗 阅读(16) 评论(0) 推荐(0)
摘要: #include<stdio.h> class 生物 { public: 生物() { printf("我是构造函数\n"); } int id1; int id2; float x; float y; void mov() { printf("我是这个类的对象函数\n"); } }; int ma 阅读全文
posted @ 2022-10-31 17:06 逆向狗 阅读(41) 评论(0) 推荐(0)