2008年10月8日 星期三
三线程..进程保护@远线程直接代码注入 for Delphi
狐狸| 狐狸Hack-Delphi |09:57:21
上篇文章讲了进程保护原理的实现,在这里详细讲解在Delphi中如何实现~声明:本文只在于技术讨论,希望不要被一些无聊的人来做无聊的事......一.用到的主要技术1.多线程技术2.动态定位API3.非DLL的远线程代码注入二.本程序写在控制台下,主要功能都在main_pas单元文件...
在Delphi中捕获控制台程序的输出
幸福苹果| 幸福苹果-delphi |09:47:00
本文实现了在Delphi中运行控制台程序,并将控制台程序的输出在Memo控件中显示出来。工作中需要手工编译J2ME的程序,开始编写了一个批处理程序,但是感觉使用中非常繁琐,于是想用Delphi做一个集成编译工具,但是java的编译工具都是console程序,怎么捕获到console程?..
调用CMD命令行并取得返回结果
幸福苹果| 幸福苹果-delphi |09:46:00
procedure CheckResult(b: Boolean);beginif not b thenRaise Exception.Create(SysErrorMessage(GetLastError));end;function RunDOS(const CommandLine: String): String;varHRead,HWrite:THandle;StartInfo:TStartupInfo;ProceInfo:TProcessI...
Delphi实现对注册表的监控和扫描
幸福苹果| 幸福苹果-delphi |09:45:00
Delphi自带的TRegistry类只能实现注册表的基本操作,假如我们要实时监控注册表的变化或扫描注册表特定项下的任何子项,TRegistry类就无能为力了。我啃了半天SDK,终于实现了Delphi对注册表的监控和扫描,不敢独享,拿来献给广大的Delphi爱好者。监控注册表相关项的改...
实时监视硬盘
幸福苹果| 幸福苹果-delphi |09:43:00
喜欢玩软件的朋友都知道,由于Windows 反安装程序的缺陷,如果你不停地安装与删除程序,就会在Windows 系统中留下一些垃圾文件,而你又不可能完全清楚哪一些文件是垃圾文件,无法手动删除,结果我们硬盘的空间就越用越少了。为了解决这个问题,如Uninstaller Manager...
Delphi 调用外部程序并等待其运行结束
幸福苹果| 幸福苹果-delphi |09:41:00
http://hi.baidu.com/xgymcnuses Windows, SysUtils, Classes, ShellAPI;function RunWait(FileName: string; Visibility: Integer): THandle;var zAppName: array...
Dr.Explain
CodeGear| CodeGear-CodeCentral Delphi |01:36:41
Dr.Explain is a help authoring tool for rapid creation of help files and user guides. Using its unique auto capture and annotation technology, developers can document their software interfaces almost hands down. When set to work, Dr.Explain parses...
2008年10月7日 星期二
DeCAL2009 (Generic Delphi Container and Algorithm Library)
CodeGear| CodeGear-CodeCentral Delphi |18:29:54
Stepanov's Standard Template Library for C++ demonstrated the power of generic programming. I purchased ObjectSpace's implementation of STL and, after climbing the learning curve, came to appreciate the leverage it gave me when tackling tough prob...
Sqlite Tool预览版
rarnu| 橙子的Delphi技术专区-delphi |18:25:00
Sqlite Tool是一个用于对Sqlite 数据库进行可视化管理的工具,它可以方便的创建,修改,删除表和数据,还可以像SQL的企业管理器那样,对表进行可视化的设计,比如说联合主键,可以很方便的实现。它还能支持触发器,视图,索引的可视化建立,输出指定语句的日志,帮助...
Delphi:划词-外部程序获取IE页面选择文本
幸福苹果| 幸福苹果-delphi |18:22:00
http://borland.mblogger.cn/jinjazz/uses SHDocVw_TLB;{$R *.dfm}function GetSelectedIEtext: string;varx: Integer;Sw: IShellWindows;IE: HWND;beginIE := FindWindow('IEFrame', nil);sw := CoShellWindows.Create;for x := SW.Count - 1 downto 0 do &nbs...
MSSQL to MySQL Database Conversion
delphi3000| delphi3000.com |12:00:00
Convrsion of database MSSQL otMySQL Db????????????????????
下一版本的 Delphi.NET 将是一个 Visual Studio 插件
Admin| 二十年前旧板桥 |07:06:33
YES,你没有看错!刚刚看到的这个消息,综合整理一下Marco Cantu和Dr.Bob的 Blog 文章如下:下一版 Delphi.NET 名为 Delphi Prism。Nick 在论坛中证实这是正式名称,而非代码名;这是一个全新的产品,用 Visual Studio Shell 开发,将是一个 Visual Studio 插件;Del...
Snake Game - Fancy Delphi Application Contest #42
About.com| About.com Delphi Programming |05:01:11
in FDAC :: Snake game has its history roots in the late 1970s. The player controls a snake which gets bigger by every piece of food it "eats". Snake must...
Full ObjAuto.pas
CodeGear| CodeGear-CodeCentral Delphi |02:59:34
This is a full ObjAuto.pas. It contains the method of GetParams and GetParamInfo. It can be used from Delphi6 to Delphi2009
2008年10月6日 星期一
Some newsworthy items
Allen Bauer| The Oracle at Delphi |17:09:38
In case you’ve missed it, while at the SDN conference in the Netherlands, Nick Hodges has dropped some information about Delphi Prism, the next release of Delphi on the .NET platform hosted inside the Visual Studio Shell. Dr. Bob, Marco Cant...





冀公网安备 13098202000212号