论坛


2008年10月4日 星期六

VBS脚本的应用/VBS脚本病毒的编写[转贴]

狐狸| 狐狸Hack-Delphi |21:01:31

VBS脚本的应用/VBS脚本病毒的编写[转贴]VBS脚本病毒的大量流行使我们对VBS的功能有了一个全新的认识,现在大家对它也开始重视起来。VBS代码在本地是通过Windows Script Host(WSH)解释执行的。VBS脚本的执行离不开WSH,WSH是微软提供的一种基于32位Windows平台

定时病毒的编写

狐狸| 狐狸Hack-Delphi |21:01:30

发那科定时病毒的编写很多时候,我们需要这样的东西,因为这个市场决定了这一切!而决定这个市场的是哪些很不道德的经营者们;因此他们将为他们的不道德付出代价.这个东西能满足您的需要,用它来惩罚哪些不道德的经营者吧!让他们把欠您的钱乖乖地送上来.看到他们这样做,我...

AlmDev.BusinessSkinForm.v6.50.for.Delphi.BCB.Full.Source-SSG

DELPHI盒子| Delphi盒子 |16:10:00

外观组件, 有 Vista 风格 Full Vista OS support (SkinData.SkinnableForm = False + VistaTM skin)

用IdHTTP操作Cookies的演示代码

DELPHI盒子| Delphi盒子 |16:10:00

很多人对于Indy的HTTP控件操作Cookies感到很郁闷,在网上也找不到前辈的成功案例可以参考,所以我自己摸索出这个办法来,发给大家分享一下.

Windows Partition Recovery

delphi3000| delphi3000.com |12:00:00

How to recover lost or deleted MDB DOCX XLS PPT MFT MBR TXT files and other multimedia files from your corrupted secondary storage hard disk volume?

USB Drive Data Salvage Software

delphi3000| delphi3000.com |12:00:00

How we recover our lost data from USB drive portable media.

Data Doctor Recovery iPod

delphi3000| delphi3000.com |12:00:00

Data Doctor iPod data retrieval utility easily recovers music, images, photos, digital pictures, audio, video clips lost due to human error or virus corruption. iPod music player data recovery tool quickly rescue deleted song files from damaged iP...

Memory Stick Data Restoration Tool

delphi3000| delphi3000.com |12:00:00

Memory card file restoration tool restores all corrupted or formatted content from your memory card device like SD card, digital card, smart media, MMC Mobile DV Card, Pro Duo Stick, PSP Memory Card, xD-picture card, MMC+, Compact Flash Memory car...

Keystrokes Monitoring Software

delphi3000| delphi3000.com |12:00:00

Keylogger tool record user keystroke activity

delphi:菜单居右放置

幸福苹果| 幸福苹果-delphi |11:57:00

procedure TForm1.Button1Click(Sender: TObject);Var I: TMenuItemInfo;    B: Array[0..79] of Char;beginZeroMemory(@I, SizeOf(I));with I do begin      cbSize := 44;      fMask := MI...

Delphi调用外部程序详解(Shellexecute,Winexec)

幸福苹果| 幸福苹果-delphi |11:27:00

Delphi调用外部程序详解WinExec主要运行EXE文件。如:WinExec(’Notepad.exe Readme.txt’, SW_SHOW);  ShellExecute阅读全文类别:delphi编程 查看评论

Irc client application

CodeGear| CodeGear-CodeCentral Delphi |05:04:56

Irc application, allows multiserver conection where chans, privates and other windows appears in a tree structure, allows dcc chat and server, complete database of irc net view.Scripting by events using a pascal interpreter, able to handle applica...