2009年1月6日

ms opengl 1.1 source download

摘要: 本贴下载已关闭,详情请察看: http://www.enginedev.net/read.php?tid-7.html 阅读全文

posted @ 2009-01-06 16:03 cgwolver 阅读(1559) 评论(47) 推荐(0)

使用 mapfile 访问 dll 中的变量

摘要: 1)使用 ida 生成 map file 2)使用 GetModuleHandle 获得 dll起始地址 3)使用 ImageNtHeader 获得 Nt 头 4)根据Nt 头中的 Sections 和 NumberOfSections 访问每一个Section 5)根据Section的相对虚拟地址VirtualAddress计算绝对虚拟地址计算出sector 的虚拟地址 使用Image... 阅读全文

posted @ 2009-01-06 12:52 cgwolver 阅读(398) 评论(0) 推荐(0)

Hex-Rays.Decompiler ...

摘要: Hex-Rays.Decompiler适合对二进制代码进行分析的程序员。它把可执行程序解读成类C语言的代码,具有简洁,结构清楚的特点,这是针对DataRescue.IDA.Pro.Advanced.v5.2的版本 DataRescue.IDA.Pro.Advanced.v5.2.windows-YAG.zip Hex-Rays.Decompiler.v1.0.for.DataRescue.IDA... 阅读全文

posted @ 2009-01-06 10:28 cgwolver 阅读(5115) 评论(1) 推荐(0)

导航