-
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
-
通过C编程来获取WIN2000操作系统管理员密码的一个程序
通过C编程来获取WIN2000操作系统管理员密码的一个程序-through C Programming Windows 2000 operating system to gain an administrator password procedures
- 2022-08-16 12:22:31下载
- 积分: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
-
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
-
decryption and prepared by the加密算法
编写了加密解密算法
- 2023-02-06 09:35:04下载
- 积分:1
-
专用解包Vb脚本
专用解包Vb脚本-Dedicated unpack Vb Script
- 2023-01-04 16:30:03下载
- 积分: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
-
有关抓获网页密码的一个源代码程序,内容翔实,有一定的帮助...
有关抓获网页密码的一个源代码程序,内容翔实,有一定的帮助-arrested on a website password source code procedures, informative, helpful to a certain extent
- 2023-06-04 02:50:03下载
- 积分:1
-
获取asp源代码的程序“白鸽 v0.2”源码
获取asp源代码的程序“白鸽 v0.2”源码-access to the source code of procedure "pigeon V0.2" FOSS
- 2023-06-26 23:15:02下载
- 积分:1
-
一个实例程序,能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改).程序有很好的容错设计,这是我们应该学习的....
一个实例程序,能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改).程序有很好的容错设计,这是我们应该学习的.-a sample program, capable of an arbitrary file encryption, password request user input limit within eight (of course you can change). Procedures have a good fault-tolerant design, that is what we should learn.
- 2022-04-18 07:59:21下载
- 积分:1