-
1、优化整站程序 2、具有自动保存刷新的页面网址,将自动出现在左边的快捷网址栏目中 3、防止长时间刷新导致出错 4、服务器在线人数统计功能 5 新增多网页同时刷...
1、优化整站程序 2、具有自动保存刷新的页面网址,将自动出现在左边的快捷网址栏目中 3、防止长时间刷新导致出错 4、服务器在线人数统计功能 5 新增多网页同时刷新程序 6 增加ALEXA既时刷新连接-1, optimize the entire two stations with automatic update pages preservation site will automatically appear in the left column of the website quick 3 prevent long set contributed to the error four, the number of servers online statistical five new multi-functional website also set procedures to increase 6 at both high ALEXA Link
- 2023-06-09 21:50:03下载
- 积分:1
-
arpd will be designated IP addresses not used within the scope of the IP used ho...
arpd 将对指定的IP 地址
范围内未使用的IP 用honeyd 主机的MAC 地址做出arp 应答-arpd will be designated IP addresses not used within the scope of the IP used honeyd host to the MAC Response site made arp
- 2022-02-09 15:37:48下载
- 积分:1
-
一个对PE文件加壳的简单的例子
一个对PE文件加壳的简单的例子-one pair of PE document shell of a simple example
- 2022-10-06 17:35:02下载
- 积分:1
-
获取access密码
获取access密码-obtain access passwords
- 2023-06-26 15:55:03下载
- 积分:1
-
个是我开始接触编程时的想法,想通过仅用数据库,不采用sock来实现一个简单的在局域网内的聊天室,我想这个想法很多人都有过。这个程序本身没什么价值,只是一来把自己
个是我开始接触编程时的想法,想通过仅用数据库,不采用sock来实现一个简单的在局域网内的聊天室,我想这个想法很多人都有过。这个程序本身没什么价值,只是一来把自己当初的设计与大家分享,二来是有鉴于网上对ADO控件的使用这方面的介绍不是很多,自己算是抛砖引玉吧。-were I started programming when contact with the idea, wants only database, do not use sock to achieve a simple LAN in the chat room, I think a lot of people have ideas too. This procedure itself no value, but one to their original design to share with you, to the Internet is given the right to use ADO this presentation is not very large, is to initiate it themselves.
- 2022-05-21 06:20:10下载
- 积分:1
-
直接读出assess数据库的密码,绝对好用,代码简单方便
直接读出assess数据库的密码,绝对好用,代码简单方便-assess directly read out the password database, absolutely convenient, simple code
- 2022-07-07 05:21:58下载
- 积分:1
-
steps to check a shell two steps Shelling three steps trial operation procedures...
步骤一 查壳步骤二 脱壳步骤三 试运行程序 发现突破点步骤四 W32DASM 寻找突破点(可以跳过)步骤五 查询软件的编译类型步骤六 采用GetVBRes v0.51 对付VB程序步骤七 用W32Dasm载入修改后的文件步骤八 制作内存补丁 KeyMake v1.73-steps to check a shell two steps Shelling three steps trial operation procedures found breakthrough steps to find a breakthrough W32DASM four points (can skip) Step 5 inquiries software compiler used six types of steps to deal with VB GetVBRes v0.51 procedural steps included seven NodeManager Professional with the revised document produced eight steps memory patch KeyMake v1 .73
- 2022-07-05 08:23:38下载
- 积分:1
-
和WINDOWS的进程一样,但比哪个好用
和WINDOWS的进程一样,但比哪个好用-WINDOWS and the same process, which uses more than
- 2023-09-05 19:40:04下载
- 积分:1
-
有关抓获网页密码的一个源代码程序,内容翔实,有一定的帮助...
有关抓获网页密码的一个源代码程序,内容翔实,有一定的帮助-arrested on a website password source code procedures, informative, helpful to a certain extent
- 2023-06-04 02:50:03下载
- 积分:1
-
readmem
单元
unit ReadMem
interface
uses
TLHelp32,Windows
function GetMems(PID:longword baseaddress:string= len:integer=0):string //获取指定进程中的~内存数据
implementation
function UpperCase(const S: string): string
var
Ch:Char
L:Integer
Source,Dest: PChar
begin
L := Length(S)
SetLength(Result, L)
Source := Pointer(S)
Dest := Pointer(Result)
while L 0 do
begin
Ch := Source^
if (Ch >= a ) and (Ch
- 2022-06-01 01:48:35下载
- 积分:1