搜索资源列表
Exe2bat(Delphi)
- Exe2Bat是挺早的一个小工具了(有ASM源码),能把任意文件转化成bat,可惜问题还是不少 我无聊用Delphi写个 (网上似乎还流传这VC/VB版本) 修正原版转化速度离奇慢/NT下不能运行/转化后Bat有误等问题 核心代码都在Exe2BatUnit.Pas里面 Demo程序我写了2个,一个是仿造原版Exe2Bat的命令行程序,HkeExeToBat是用KOL加界面的 注意: (1).bat遇到重名文件临时文件会不能删除(具体你试试就知道,喜欢的话你多
kolgdiplus
- KOL simple GDI+ components for Delphi, with full source code.
RRC4-DelpphiC
- RC4 加密解密单元delphi版附件压缩包里有两个单元文件,其中Rc4_Kol_Unit.pas是在delphi KOL编程时引用。若只是delphi编程只须引用Rc4_Unit.pas单元即可。函函数名: Rc4_StrEncrypt()描 述: RC4 Based string encryption参 数: i_Encrypt ——为 1 是加密, 0 是解密(integer类型); s_En -RC4 encryption decryption unit annex to the d
FakeVariants
- 配合KOL减小程序大小的系统文件,制造超级小程序的配套设施-Fake variants.pas unit for Delphi6/Delphi7. Place it in a directory with your KOL/MCK (or other non-VCL) project, and this will save about 70K of code in the executable. Certainly, do it so, if you actually do not
kolftp
- This is a full FTP client written in Delphi with the KOL library.