随笔分类 - 逆向代码
通过汇编代码还原源代码
摘要:代码: 1 #include <Windows.h> 2 #include <stdio.h> 3 #include <stdlib.h> 4 5 #define SERVICENAME "\\svchost.exe" 6 #define NAME "LOCALIZATION" 7 #define
阅读全文
摘要:代码逆向之旅2 1 // Lab01-02_Reverse.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 2 // 3 4 #include<windows.h> 5 #include<stdio.h> 6 #include<stdlib.h> 7 #include<Wi
阅读全文
摘要:代码逆向之旅1 1 // EjectDll_逆向.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 2 // 3 4 #include<windows.h> 5 #include<stdio.h> 6 #include<stdlib.h> 7 #include<Tlhelp3
阅读全文