文件名称:delphifr_MEMORISER-DONNEES-DANS-EXE___Page
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:173.62kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Demo simple writing of data in the EXE itself.
These data are in the area of initialized variables, where you can book almost as much space as you want.
Established from the following remarks:
- You can rename the EXE current (and it does not care)
- Can not write in the current file name or ANY (Windows XP uses a "pointer" on the disk and not the name, to block access)
- You can make a copy of the EXE current (therefore changeable writing)
So:
1 - BAK is renamed EXE (we still can not write in this BAK)
2 - it makes a copy of BAK in EXE (you can write in this EXE !!!!)
3 - we write everything you want in this EXE (he will be launched next call!)
4 - it erases any BAK (in fact FormCreate ())
Written in Delphi 5 Pro.
Tested Windows XP.
TESTING OUT OF IDE (of course since it resets the zone by creating a new EXE)
-Demo simple writing of data in the EXE itself.
These data are in the area of initialized variables, where you can book almost as much space as you want.
Established from the following remarks:
- You can rename the EXE current (and it does not care)
- Can not write in the current file name or ANY (Windows XP uses a "pointer" on the disk and not the name, to block access)
- You can make a copy of the EXE current (therefore changeable writing)
So:
1 - BAK is renamed EXE (we still can not write in this BAK)
2 - it makes a copy of BAK in EXE (you can write in this EXE !!!!)
3 - we write everything you want in this EXE (he will be launched next call!)
4 - it erases any BAK (in fact FormCreate ())
Written in Delphi 5 Pro.
Tested Windows XP.
TESTING OUT OF IDE (of course since it resets the zone by creating a new EXE)
These data are in the area of initialized variables, where you can book almost as much space as you want.
Established from the following remarks:
- You can rename the EXE current (and it does not care)
- Can not write in the current file name or ANY (Windows XP uses a "pointer" on the disk and not the name, to block access)
- You can make a copy of the EXE current (therefore changeable writing)
So:
1 - BAK is renamed EXE (we still can not write in this BAK)
2 - it makes a copy of BAK in EXE (you can write in this EXE !!!!)
3 - we write everything you want in this EXE (he will be launched next call!)
4 - it erases any BAK (in fact FormCreate ())
Written in Delphi 5 Pro.
Tested Windows XP.
TESTING OUT OF IDE (of course since it resets the zone by creating a new EXE)
-Demo simple writing of data in the EXE itself.
These data are in the area of initialized variables, where you can book almost as much space as you want.
Established from the following remarks:
- You can rename the EXE current (and it does not care)
- Can not write in the current file name or ANY (Windows XP uses a "pointer" on the disk and not the name, to block access)
- You can make a copy of the EXE current (therefore changeable writing)
So:
1 - BAK is renamed EXE (we still can not write in this BAK)
2 - it makes a copy of BAK in EXE (you can write in this EXE !!!!)
3 - we write everything you want in this EXE (he will be launched next call!)
4 - it erases any BAK (in fact FormCreate ())
Written in Delphi 5 Pro.
Tested Windows XP.
TESTING OUT OF IDE (of course since it resets the zone by creating a new EXE)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Unit1.pas
DansExe.dpr
DansExe.ex
Unit1.dfm
@Readme-CodeS-SourceS-FR.txt
@Source telecharge depuis ce lien.url
DansExe.dpr
DansExe.ex
Unit1.dfm
@Readme-CodeS-SourceS-FR.txt
@Source telecharge depuis ce lien.url
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.