CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Delphi Hacker
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Delphi Hacker - List
[
Other resource
]
delphi基础知识
DL : 1
是我在OICQ黑客群里教新手用delphi编制黑客软件的一些教程.由于有很多课程,所以,一次一点.-hacker group in OICQ teach novice hackers with delphi establishment of tutorial software. Since there are so many courses, so little time.
Update
: 2008-10-13
Size
: 735.94kb
Publisher
:
李生
[
Remote Control
]
hxdef100_Delphi
DL : 0
Hacker defender - NT Rootkit - Delphi版-Hacker defender-NT Rootkit-version of Delphi
Update
: 2008-10-13
Size
: 179.63kb
Publisher
:
唐复生
[
Internet-Network
]
hack2
DL : 0
黑客教程.含有端口扫描、IP欺骗、嗅探器、木马等的说明和例子- The hacker course. includes the port scanning, the IP deceit, the sniffer, the wooden horse and so on the explanation and the example
Update
: 2025-02-17
Size
: 34kb
Publisher
:
站长
[
Internet-Network
]
Project1
DL : 0
这是我编的一个黑客软件,用的是Delphi7.0-This is Part I of a hacker software, it was Delphi7.0
Update
: 2025-02-17
Size
: 165kb
Publisher
:
刘林科
[
Remote Control
]
hxdef100_Delphi
DL : 0
Hacker defender - NT Rootkit - Delphi版-Hacker defender-NT Rootkit-version of Delphi
Update
: 2025-02-17
Size
: 179kb
Publisher
:
唐复生
[
Delphi/CppBuilder
]
delphi基础知识
DL : 0
是我在OICQ黑客群里教新手用delphi编制黑客软件的一些教程.由于有很多课程,所以,一次一点.-hacker group in OICQ teach novice hackers with delphi establishment of tutorial software. Since there are so many courses, so little time.
Update
: 2025-02-17
Size
: 736kb
Publisher
:
李生
[
Program doc
]
计算机端口介绍详细
DL : 0
这是我在黑客群里的一个关于计算机端口用途的一个教程,也就是电脑端口对照表.-hacker group's a port on the computer uses a directory is the CRT computer ports.
Update
: 2025-02-17
Size
: 7kb
Publisher
:
李生
[
Delphi VCL
]
pop3agent
DL : 0
pop3代理服务器源代码One of the most powerful features of Pop3 Agent is a naive Bayes filter, that is capable of recognizing spam e-mails after appropriate training. Pop3 Agent uses an embedded Firebird database server. Of course, you can configure Pop3 Agent to work with an existing server if there is another Interbase/Firebird installation available in your network. Open the Pop3 Agent home directory, delete or rename gds32.dll and ib_util.dll, and set the INI file parameter FBembedded=0.-pop3 proxy server source code One of the most powerful feat ures of Pop3 Agent is a naive Bayes filter. that is capable of recognizing spam e-mails c. er appropriate training. Pop3 Agent uses an emb edded Firebird database server. Of course, you can configure Pop3 agent to work with an exis ting server if there is another Interbase/Fire bird installation available in your network. O Pop3 Agent pen the home directory, delete or rename gds32.dll and ib_util.dll. and set the INI file parameter FBembedded = 0.
Update
: 2025-02-17
Size
: 213kb
Publisher
:
linqi07
[
Game Hook Crack
]
Delphi_dll_inject
DL : 0
The dll project hook to dll .if u wanna hacker or cracker.it must help u
Update
: 2025-02-17
Size
: 693kb
Publisher
:
唐小明
[
Delphi VCL
]
ASPdelphi
DL : 0
ASP木马生成器 黑客要的工具哈哈希望大家拿来用着玩不要破坏哦-ASP Trojan generator hacker tools to be used by everyone ha ha I hope not to break the game Oh
Update
: 2025-02-17
Size
: 201kb
Publisher
:
maon
[
Windows Develop
]
ys
DL : 0
黑客编程-如何映射虚拟盘黑客编程-如何映射虚拟盘-Delphi Programming hacker- how to map a virtual disk hackers Delphi Programming- How to map a virtual disk
Update
: 2025-02-17
Size
: 1kb
Publisher
:
所担负
[
Windows Develop
]
webhacker
DL : 0
This program is a mini web brute force hacker. The purpose is not to hack websites but for educational purposes only.
Update
: 2025-02-17
Size
: 38kb
Publisher
:
dion
[
Internet-Network
]
hacker
DL : 0
黑客编程源码,比较简单,希望对大家有帮助-Programming hacking code, relatively simple, we want to help
Update
: 2025-02-17
Size
: 4kb
Publisher
:
liudong
[
Internet-Network
]
open3389
DL : 0
不用重启,开3389,控制台程序,无黑窗口,hacker必备-Do not restart, open 3389, the console program, non-black window, hacker must
Update
: 2025-02-17
Size
: 80kb
Publisher
:
宫炎辉
[
source in ebook
]
ourdev_486937
DL : 0
Delphi能不能开发Windows的驱动程序(这里的驱动程序当然不是指VxD了^_^)一直是广大Delphi fans关注的问题。姑且先不说能或者不能,我们先来看看用Delphi开发驱动程序需要解决哪些技术上问题。 Delphi的链接器是无法生成Windows内核模式程序的,因此用delphi无法直接生成驱动程序。M$的链接器是可以生成Windows内核模式程序的,那么是否可以用Delphi生成目标文件,然后用M$链接呢?要这么做必须要解决以下的问题: Delphi生成的目标文件是OMF格式的,而M$ link虽然声称支持OMF格式的目标文件,但基本无用。最好能将OMF格式转换成COFF格式,EliCZ大侠的OMF2D正好可以解决这个问题。解决了目标格式的问题,一切都OK了吗?远没这么简单。继续之前,让我们先来看一下著名的DDDK吧。 DDDK(Delphi Driver Development Kit)是The Hacker Defender Project team发布的一个用Delphi开发Windows驱动程序的工具包,目前最新版是0.0.4版。DDDK是将常用的驱动API用Delphi做了层包装放在DDDK单元中,就像下面这样:-Delphi research-driven development chapter
Update
: 2025-02-17
Size
: 1.22mb
Publisher
:
YF
[
Delphi VCL
]
TGoogleMaps
DL : 0
Description ------------ Many people have asked me a "trial" version of TGoogleMaps to try it before buy it. I don t want create a "trial" version because for a hacker it s very simple crack it. So a have create a "lite" version. TGoogleMaps LITE is a small version of PROFESSIONAL version with very limitated features, however the structure of LITE version is equal to structure of PROFESSIONALversion so if you can install and use LITE version on your Delphi you can use also PROFESSIONALversion after buy it.
Update
: 2025-02-17
Size
: 945kb
Publisher
:
salim salim
[
Internet-Network
]
tcpview
DL : 0
TCPView是一个查看端口和线程的小工具,只要木马在内存中运行,一定会打开某个端口,只要黑客进入你的电脑,就有新的线程,tcpview虽然是静态表示端口和线程的,但是它方便,占用资源少! -TCPView is a view port and thread a small tool, as long as the Trojan is running in memory, it will certainly open a port, as long as the hacker access to your computer, there is a new thread, tcpview though that is a static port and thread, but it convenient, take up less resources!
Update
: 2025-02-17
Size
: 13kb
Publisher
:
丁斌
[
Delphi VCL
]
xiongmaoshaoxiang
DL : 0
熊猫烧香修改版:这是之前一个黑客朋友给的 说是熊猫烧香病毒的一个变种,我自己也看不大懂,有兴趣研究的可以下来看看。-Panda burning incense modified version: This is given before a hacker friend that is a variant of the virus Panda burning incense, and I see myself not understand, are interested in the study can be down to see.
Update
: 2025-02-17
Size
: 4kb
Publisher
:
xiaojiake
[
Delphi VCL
]
Coolvibes
DL : 0
Coolvibes 汉化版 貌似没人发过吧 黑客学院专用-Coolvibes finished version it looks like no one sent a dedicated hacker College
Update
: 2025-02-17
Size
: 1.72mb
Publisher
:
[
OS program
]
hacker
DL : 0
百款黑客工具源码,包含了C、C++和Delphi编写的各种常见黑客软件。-One hundred source hacking tools, including C, C++ and Delphi written in a variety of common hacker software.
Update
: 2025-02-17
Size
: 9.96mb
Publisher
:
李杰
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.