搜索资源列表
addsection
- 为PE可执行文件添加一个区段,以方便在其中写入汇编代码。-To add a section of the PE executable files to facilitate the writing assembly code in one.
20069171948783
- 这个小软件通过在可执行文件(.exe)的尾部添加一个新节(Section),并且修改PE的入口地址,使可执行文件在运行时,跳出一个输入密码的对话框,从而实现了简单的加密。 源程序采用Delphi 6.0编写, 兼有少量的asm代码,用於可执行文件的加密。作者在[大富翁论坛]的ID为smokingroom, 希望能和大家交流^_^ 如需传播,请保留作品的完整性!-This small software executable file by (. Exe) Add a new tail
Delphi_277212
- Delphi:Delphi仿Windows计算器,实现从右向左输入内容的计算器,从界面上来看,似乎与Windows计算器很一样,为了演示从右到左输入字符,写了这个用于演示功能的计算器,在计算器的数据输入窗口中,你可看到是从右边输入数据的。 相关的源代码说明:operator = (Emp,add,sub,mul,divid) 定义空、加、减 、乘、除,Operate1: Operator = emp 记录上一次用户按下的运算符,Pointed: Boolean = False 作用是定
RequestAdmin
- best and simple way to get Adminstrator Privilege is to use this .res file just you must set Runtime Themes to None Project Option and add {$R RequestAdmin.RES} under implementation section dont forget: copy RequestAdmin.RES in .dpr folder(p
