資源簡介
VB反編譯工具(VB Decompiler Pro)10.0中文綠色破解專業版,實際應用過了,非常好用,可以看到源代碼。真正的破解版。
代碼片段和文件信息
/*?VBDecC.c
Exapmle?of?usage?VB?Decompiler?API
Internal?API?wrappers?are?in?VBDecPDK.h?don‘t?forget?to?include?this?file.
Support?Unicode?&?ANSI?build?(uncomment?_UNICODE?to?build?Unicode?version)
(C)?2006?by?Jupiter
*/
/*?Only?used?stuff?*/
#define WIN32_LEAN_AND_MEAN
/*?Enable?if?you?need?unicode?build?*/
//#define _UNICODE
#include
#include
#include
#include
/*?Main?PDK?include?*/
#include “VBDecPDK.h“
VBDEC_API VBDecompilerPluginName (HWND?hWndVBDec?HWND?hRichEd?LPSTR?sBuffer?DWORD?lpResVBD1);
VBDEC_API VBDecompilerPluginLoad (HWND?hWndVBDec?HWND?hRichEd?LPSTR?sBuffer?FARPROC?VBDecModEngine);
/*?Name?of?the?Module?-?displayed?in?Plugins?menu?*/
TCHAR *sModuleName=“Sample?Module?[C]“;
/*?Inserted?data?*/
TCHAR *sNewData=“New?Data“;
/*?Module?Handle?*/
HANDLE hInst;
/*
Enable?GUI:?dialog?box
Otherwise?MessageBox?is?used
*/
#define _GUI
#ifdef _GUI
/*?Dialog?id?*/
#define IDD_VBD_MODULE 101
/*?Close?button?*/
#define IDC_EXIT 1003
/*?Output?window?*/
#define IDE_OUTPUT 1000
#endif
static?BOOL?CALLBACK?DlgProc(HWND?hDlgUINT?uMsgWPARAM?wParamLPARAM?lParam);
/*
Module?EntryPoint.?Nothing?special.
*/
BOOL APIENTRY DllMain (HANDLE?hModule?DWORD??fdwReason?LPVOID?lpReserved)
{
????switch?(fdwReason)
{
case?DLL_PROCESS_ATTACH:
hInst=hModule;
case?DLL_THREAD_ATTACH:
case?DLL_THREAD_DETACH:
case?DLL_PROCESS_DETACH:
break;
????}
????return?TRUE;
}
/*
VB?Dec?calls?this?function?to?get?name?of?module.
Syntax
VBDecompilerPluginName (HWND?hWndVBDec?HWND?hRichEd?LPSTR?sBuffer?DWORD?lpResVBD1);
Parameters
HWND hWndVBDec -?handle?to?VB?Decompiler?window
HWND hRichEd -?handle?to?VB?Decompiler?RichEdit?window
LPSTR sBuffer -?buffer?of?100?chars.?Copy?name?of?your?plugin?here
DWORD lpResVBD1 -?Reserved
Return?Value
VB?Dec?doesn‘t?check?return?value?;)
Remarks
Module?name?100?chars?max
*/
VBDEC_API VBDecompilerPluginName (HWND?hWndVBDec?HWND?hRichEd?LPSTR?sBuffer?DWORD?lpResVBD1)
{
/*
Just?copy?our?name?to?VB?Decompiler?buffer
This?name?will?be?displayed?in?‘Plugins‘?menu.
*/
strcpy(sBuffersModuleName);
return TRUE;
}
/*
VB?Dec?calls?this?function?to?execute?module
Syntax
VBDEC_API VBDecompilerPluginLoad (HWND?hWndVBDec?HWND?hRichEd?LPSTR?sBuffer?FARPROC?VBDecModEngine);
Parameters
HWND hWndVBDec -?handle?to?VB?Decompiler?window
HWND hRichEd -?handle?to?VB?Decompiler?RichEdit?window
LPSTR sBuffer -?buffer?of?100?chars.?Copy?name?of?your?plugin?here
FARPROC VBDecModEngine -?address?of?VB?Decompiler?CallBack?function
Return?Value
VB?Dec?doesn‘t?check?return?value?;)
Remarks
Always?check?values?returned?by?VB?Dec!?VB?Dec?can?provide?empty?data.
*/
VBDEC_API VBDecompilerPluginLoad (HWND?hWndVBDec?HWND?hRichEd?LPSTR?sBuffer?FARPROC?VBDecModEngine)
{
#ifndef?_GUI
TCHAR *pStr;
#endif
/*
Initialize?module.
Save?address?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-07-14?18:18??VB?Decompiler?Pro\
?????目錄???????????0??2015-07-04?13:12??VB?Decompiler?Pro\colors\
?????文件?????????197??2006-03-05?16:53??VB?Decompiler?Pro\colors\help.ini
?????文件?????????224??2006-03-05?17:03??VB?Decompiler?Pro\colors\hiew.ini
?????文件????????9728??2010-09-09?10:20??VB?Decompiler?Pro\Force.dll
?????文件??????112361??2015-05-26?15:22??VB?Decompiler?Pro\Help_chs.chm
?????目錄???????????0??2015-07-14?18:16??VB?Decompiler?Pro\lang\
?????文件???????11148??2015-07-04?14:18??VB?Decompiler?Pro\lang\ChineseSimplified.lng
?????文件???????11103??2015-07-04?14:18??VB?Decompiler?Pro\lang\ChineseTraditional.lng
?????目錄???????????0??2015-07-04?13:12??VB?Decompiler?Pro\plugins\
?????目錄???????????0??2015-07-04?13:12??VB?Decompiler?Pro\plugins?sdk\
?????目錄???????????0??2015-07-04?13:12??VB?Decompiler?Pro\plugins?sdk\asm\
?????目錄???????????0??2015-07-04?13:12??VB?Decompiler?Pro\plugins?sdk\asm\fasm\
?????文件????????7759??2013-08-13?15:10??VB?Decompiler?Pro\plugins?sdk\asm\fasm\DecompilerPlugin.ASM
?????文件????????4608??2008-03-01?21:27??VB?Decompiler?Pro\plugins?sdk\asm\fasm\DecompilerPlugin.DLL
?????文件????????1909??2008-02-16?21:16??VB?Decompiler?Pro\plugins?sdk\asm\fasm\readme.txt
?????目錄???????????0??2015-07-04?13:12??VB?Decompiler?Pro\plugins?sdk\asm\masm\
?????目錄???????????0??2015-07-04?13:12??VB?Decompiler?Pro\plugins?sdk\asm\masm\AsmPDK\
?????文件????????4129??2006-10-02?00:14??VB?Decompiler?Pro\plugins?sdk\asm\masm\AsmPDK\VBDecMod.asm
?????文件????????2558??2013-08-13?15:12??VB?Decompiler?Pro\plugins?sdk\asm\masm\AsmPDK\VBDecMod.inc
?????文件????????1946??2014-12-20?20:20??VB?Decompiler?Pro\plugins?sdk\asm\masm\Build.bat
?????目錄???????????0??2015-07-04?13:12??VB?Decompiler?Pro\plugins?sdk\asm\masm\Res\
?????文件?????????766??2006-01-18?23:41??VB?Decompiler?Pro\plugins?sdk\asm\masm\Res\TxtDoc.ico
?????文件??????????74??2006-01-20?11:29??VB?Decompiler?Pro\plugins?sdk\asm\masm\Res\VBDM_SaveRTFRes.rc
?????文件?????????703??2006-01-20?11:46??VB?Decompiler?Pro\plugins?sdk\asm\masm\Res\VBDM_SaveRTFVer.rc
?????文件????????2148??2006-10-02?00:45??VB?Decompiler?Pro\plugins?sdk\asm\masm\SaveRTF.asm
?????文件????????5632??2006-10-02?00:45??VB?Decompiler?Pro\plugins?sdk\asm\masm\SaveRTF.dll
?????文件????????4836??2006-01-22?17:41??VB?Decompiler?Pro\plugins?sdk\asm\masm\SaveRTF_En.rtf
?????文件????????6576??2006-01-19?03:24??VB?Decompiler?Pro\plugins?sdk\asm\masm\SaveRTF_Ru.rtf
?????文件????????3329??2006-10-02?00:40??VB?Decompiler?Pro\plugins?sdk\asm\masm\VBDM_SaveRTF.asm
?????文件??????????74??2006-01-18?23:44??VB?Decompiler?Pro\plugins?sdk\asm\masm\VBDM_SaveRTF.def
............此處省略34個文件信息
- 上一篇:VBS腳本從入門到精通
- 下一篇:VBAForWPS2019.zip
評論
共有 條評論