资源简介

滴水逆向三期全部课件(海东老师讲)

资源截图

代码片段和文件信息

// InjectDll.cpp : Defines the entry point for the DLL application.
//

#include “stdafx.h“
#include “MyDll.h“
BOOL APIENTRY DllMain( HANDLE hModule 
                       DWORD  ul_reason_for_call 
                       LPVOID lpReserved
 )
{
switch (ul_reason_for_call)
{
case DLL_PROCESS_ATTACH:
Init();
break;
case DLL_PROCESS_DETACH:
Destroy();
break;
    }
    return TRUE;
}


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      25088  2015-01-16 20:05  滴水逆向三期课件\2013-01-15\005通用寄存器(2).xls

     文件      33792  2015-01-16 20:23  滴水逆向三期课件\2013-01-15\006内存.xls

     文件       2093  2015-01-15 18:59  滴水逆向三期课件\2013-01-15\课后练习.txt

     文件     102912  2015-01-12 19:16  滴水逆向三期课件\2015-01-12\001滴水逆向_进制(上).xls

     文件     349696  2015-01-12 15:11  滴水逆向三期课件\2015-01-12\开课说明.ppt

     文件      36864  2015-01-13 17:22  滴水逆向三期课件\2015-01-13\002滴水逆向_进制(下).xls

     文件      35328  2015-01-13 16:11  滴水逆向三期课件\2015-01-13\003数据宽度_逻辑运算.xls

     文件   20315656  2015-01-12 22:14  滴水逆向三期课件\2015-01-13\YoudaoNote_V4.0.0.3_setup.1418982273.exe

     文件       3041  2015-01-13 15:57  滴水逆向三期课件\2015-01-13\练习答案.txt

     文件        282  2015-01-13 16:02  滴水逆向三期课件\2015-01-13\课后练习.txt

     文件      28957  2015-01-14 20:39  滴水逆向三期课件\2015-01-14\003数据宽度_逻辑运算.xls

     文件      19968  2015-01-14 20:49  滴水逆向三期课件\2015-01-14\004通用寄存器(1).xls

     文件    3867075  2015-01-14 15:05  滴水逆向三期课件\2015-01-14\DTDebug.rar

     文件      14336  2015-01-16 02:10  滴水逆向三期课件\2015-01-16\007堆栈.xls

     文件       1031  2015-01-16 02:03  滴水逆向三期课件\2015-01-16\本节练习.txt

     文件      14336  2015-01-18 19:43  滴水逆向三期课件\2015-01-19\007堆栈.xls

     文件     101376  2015-01-20 15:06  滴水逆向三期课件\2015-01-19\008EFLAGS寄存器.xls

     文件      12288  1998-01-09 01:22  滴水逆向三期课件\2015-01-19\CRACKME.EXE

     文件        328  2015-01-19 19:10  滴水逆向三期课件\2015-01-19\调查总结.txt

     文件      14336  2015-01-20 16:33  滴水逆向三期课件\2015-01-20\009 JCC.xls

     文件     104448  2017-04-06 17:36  滴水逆向三期课件\2015-01-21\010堆栈图.xls

     文件      10240  2015-01-21 19:42  滴水逆向三期课件\2015-01-21\C语言逆向学习流程.xls

     文件     172091  2015-01-20 16:26  滴水逆向三期课件\2015-01-21\HelloWorld.exe

     文件      22773  2015-01-23 21:32  滴水逆向三期课件\2015-01-23\2015-01-23.xls

     文件     250305  2015-01-27 20:48  滴水逆向三期课件\2015-01-26\2015-01-26.xls

     文件     151625  2015-01-25 20:32  滴水逆向三期课件\2015-01-26\CallingConvention.exe

     文件      24229  2015-03-23 21:27  滴水逆向三期课件\2015-01-26\CallingConvention.rar

     文件      16651  2015-01-27 21:57  滴水逆向三期课件\2015-01-27\2015-01-27.xls

     文件      53248  2015-01-28 21:10  滴水逆向三期课件\2015-01-28\2015-01-28.xls

     文件      22528  2015-01-29 22:02  滴水逆向三期课件\2015-01-29\2015-01-29.xls

............此处省略284个文件信息

评论

共有 条评论