-
tss.Huffman with Short dictionary compression algorithm
tss.哈夫曼使用短字典压缩算法
- 2023-01-24 07:45:04下载
- 积分:1
-
DeCSS source code plus 2pre3
DeCSS plus 2pre3 源代码-DeCSS source code plus 2pre3
- 2022-06-02 19:18:21下载
- 积分:1
-
第三方空间//
第三方空间//--- --- --- --- --- --- ---
#include
#pragma hdrstop
USERES("WinSkinC5.res")
USEPACKAGE("vcl50.bpi")
USEUNIT("WinSkinReg.pas")
USERES("WinSkinReg.dcr")
USEPACKAGE("vclx50.bpi")
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1
}
//---------------------------------------------------------------------------
-Third-party space//-------------# Include
- 2023-03-02 17:00:04下载
- 积分:1
-
How to extract information from online sandbox.
Video tutorial.
How to extract information from online sandbox.
Video tutorial.
- 2022-01-28 06:27:10下载
- 积分:1
-
libevent API 提供了一种机制:当一个特殊事件在一个文件描述符上发生或者一个事
先设定的时间到达的时候执行一个callback 函数,另外,cal...
libevent API 提供了一种机制:当一个特殊事件在一个文件描述符上发生或者一个事
先设定的时间到达的时候执行一个callback 函数,另外,callback 也支持由信号或者规则的
timeout 引发的callback.-libevent API provides a mechanism for : When a special event in a file descriptors occurred or a pre-set time when the arrival of the implementation of a ca llback function, addition, callback also supported by signals or rules timeout triggered the callback.
- 2022-03-03 16:18:48下载
- 积分:1
-
酒店管理系统源代码,数据库为acce
酒店管理系统源代码,数据库为acce-hotel management system source code, database acce
- 2023-01-19 21:15:04下载
- 积分: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
-
MSCash v0.3
MSCashe 是 bruteforcer 的缓存的域密码 (MSCashe) 在 Windows 上。使用 (SSE2) CPU 和 GPU (Nvidia CUDA) 的工作。
作者: 德米特里 · 鲍里索夫
- 2023-03-07 22:20:03下载
- 积分:1
-
libdnet 为若干个低层的网络例程提供了一个简单的可移植的接口,包括网络地址处理,
内核arp 缓冲和路由表查找和管理,网络防火墙(IP filter,...
libdnet 为若干个低层的网络例程提供了一个简单的可移植的接口,包括网络地址处理,
内核arp 缓冲和路由表查找和管理,网络防火墙(IP filter, ipfw, ipchains, pf, PktFilter, ...),网
络接口查找和管理,IP 隧道(BSD/Linux tun, Universal TUN/TAP device),未加工的IP 包和
以太网帧的传输。-libdnet for a number of low-level routines network provides a simple portable interface, including network addresses, arp kernel buffer and routing table search and management, network firewall (IP filter, ipfw, ipchains, pf, PktFilter, ...), network interface to search and management, IP tunnels (BSD/Linux tun, Universal TUN/TAP device). unprocessed IP packet and Ethernet frame transmission.
- 2023-06-17 11:50:03下载
- 积分:1
-
检测系统是否运行了Soft
检测系统是否运行了Soft-Ice,防止自己的程序被跟踪破解 -detection system running the Soft-Ice, to prevent its own procedures to be followed crack
- 2022-01-28 21:57:23下载
- 积分:1