发信人: rufi (如飞), 信区: Arch_Compiler 标 题: 最短小的PE文件之破译 发信站: 日月光华 (2004年03月24日23:45:03 星期三), 站内信件 最
PE文件格式详解(下) 作者:MSDN 译者:李马 () 预定义段 一个Windows NT的应用程序典型地拥有9个预定义段,它们是.text、.bss、.rdata
PE文件格式详解(上) 作者:MSDN 译者:李马 () 摘要 Windows NT 3.1引入了一种名为PE文件格式的新可执行文
.386 .model flat,stdcall option casemap:none include C:\masm32\include\windows.inc include C:\masm32
// myfindgo.cpp : Defines the entry point for the console application. // #include "stdafx.h" #incl
// find_path.cpp: implementation of the find_path class. // ////////////////////////////////////////
传统A*算法有一个估价函数int judge(int x,int y) // 估价函数,估价 x,y 到目的地的距离,估计值必须保证比实际值小 本程序算法假设估价函数估价值总为0,因而抛弃了函数i
桂林电子工业学院 专业文献翻译(译文) 计算机系计算机及应用专业 文章Peering Inside the PE: A Tour of the Win32 Po
--------给PE文件打补丁-------- ------njhhack 我们都知道在PE文件中有很多空隙,所以我们就有可能给PE文件打补
用Java将大图片文件转换出小的缩略图文件,要求使用JDK1.4, 大家可以将这段程序代码改为JavaBean,以便在WEB环境中使用, 转换出的小缩略图效果不错! import jav