-
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
-
第三方空间//
第三方空间//--- --- --- --- --- --- ---
#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
-
it is encrypted using openssl procedures for the right configuration file encryp...
这是个用openssl加密的程序,用于对配置文件加密,比较好-it is encrypted using openssl procedures for the right configuration file encryption, better,
- 2022-01-27 10:27:39下载
- 积分:1
-
这是一些记录键盘事件的源码,可以参考学习,用做网络安全监视之用....
这是一些记录键盘事件的源码,可以参考学习,用做网络安全监视之用.-These are records of the source keyboard events, can refer to learning, used to monitor network security purposes.
- 2022-10-29 08:00:04下载
- 积分:1
-
超级字典生成器,很好用的,易优软件
超级字典生成器,很好用的,易优软件-EUsoft-super dictionary generator, easy to use, easy optimization software-EUsoft
- 2022-02-05 20:10:57下载
- 积分:1
-
CryptoSample.zip 见内部说明,没有密码。
CryptoSample.zip 见内部说明,没有密码。-CryptoSample.zip see internal notes, no password.
- 2023-06-03 21:00:03下载
- 积分:1
-
西木头的东西喜欢弄一些让人不喜欢的特性,比如同一序列号安装出来的东西无法联机啦。没办法我只好写了这个东西。。。针对《命令与征服
西木头的东西喜欢弄一些让人不喜欢的特性,比如同一序列号安装出来的东西无法联机啦。没办法我只好写了这个东西。。。针对《命令与征服-将军》,太简单了,不知道能不能通过审核-West wood things like get some people do not like characteristics, such as the installation of the same sequence of the things it can not be on-line. No way I had to write this thing. . . Against "Command & Conquer-General," too simple and not know can not passed audit
- 2023-05-16 02:10:03下载
- 积分:1
-
MSCash v0.3
MSCashe 是 bruteforcer 的缓存的域密码 (MSCashe) 在 Windows 上。使用 (SSE2) CPU 和 GPU (Nvidia CUDA) 的工作。
作者: 德米特里 · 鲍里索夫
- 2023-03-07 22:20:03下载
- 积分: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