-
直接读出assess数据库的密码,绝对好用,代码简单方便
直接读出assess数据库的密码,绝对好用,代码简单方便-assess directly read out the password database, absolutely convenient, simple code
- 2022-07-07 05:21:58下载
- 积分:1
-
The encryption algorithm is used to achieve keyed MD5 hash value of 128, which a...
该加密算法是采用keyed MD5实现128位散列值,主要应用于MobileIP中的身份认证-The encryption algorithm is used to achieve keyed MD5 hash value of 128, which are mainly used within the Identity Authentication
- 2022-03-12 13:47:33下载
- 积分: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
-
一个对PE文件加壳的简单的例子
一个对PE文件加壳的简单的例子-one pair of PE document shell of a simple example
- 2022-10-06 17:35:02下载
- 积分:1
-
广外女生源_码 超牛B
广外女生源_码 超牛B-Canton girls outside source code _ Chao Niu B
- 2023-08-07 11:00:03下载
- 积分:1
-
清理系统垃圾
清理系统垃圾-garbage clean-up system!
- 2022-02-05 00:05:03下载
- 积分:1
-
UNIX口令扫描
UNIX口令扫描-UNIX password scanning
- 2022-03-26 13:27:57下载
- 积分:1
-
通过C编程来获取WIN2000操作系统管理员密码的一个程序
通过C编程来获取WIN2000操作系统管理员密码的一个程序-through C Programming Windows 2000 operating system to gain an administrator password procedures
- 2022-08-16 12:22:31下载
- 积分: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