摘要: 实验目的 理解编译过程和调试信息,了解debug模式和release模式的exe进行逆向分析的过程。尝试多种方法找到main函数。实验环境系统:Windows 11软件:VS、ollydbg实验代码#include <stdio.h>int main() { printf("hello maqun" 阅读全文
posted @ 2024-10-17 18:59 风花赏秋月 阅读(84) 评论(0) 推荐(0)