首页
社区
课程
招聘
[转帖]VB Decompiler Lite v9.2 (2012-11-12)
发表于: 2012-11-13 09:10 3531

[转帖]VB Decompiler Lite v9.2 (2012-11-12)

2012-11-13 09:10
3531
VB Decompiler Lite v9.2 (2012-11-12)
Download:
http://www.vb-decompiler.org/files/vb_decompiler_lite.zip 


VB Decompiler v9.2 has been released (12.11.12)
What's new in this version:
- Windows 8 is fully supported
- Decode UTF8 names (.NET)
- Jumping by clicking on a procedure name
- Popup menu for the treeview is now allow to copy a name of the item
- Popup menu for the code view with the Copy and Select All operations
- Show the virtual addresses of the string references in code (.NET)
- Syntax highlighting for branches (.NET)
- Show TypeDef table content (.NET)
- Process filters for SEH handlers (.NET)
- String references dialog is now sizable
- Caching the color highlighted procedures in standard control
- Splash screen (show loading process at decompiler start)
- Saves parameters of the main window (left, top, width, height and splitter position)
to the registry and restoring it after launching the VB Decompiler.
- New code highlighting control based on SynEdit sources
- New color scheme and code highlighting scheme
- Drag'n'drop files is accepted to the whole form
- Show the different icon in the API declarations (.NET)
- BugFix: Correctly update checkboxes after resizing the windows
- BugFix: Correctly process ldloc and stloc opcodes (.NET)
- BugFix: Correctly process tables alignment (.NET)
- BugFix: Correctly process tables if count is more than 44 (.NET)
- BugFix: Correctly patch data using Patch data dialog
- BugFix: Correctly proccess parameters of the last MethodDef table field (.NET)
- BugFix: Correctly emulate labels and finally markers (Native Code)
- BugFix: Correctly process user classes with the incorrect RTTI (Native Code)


[培训]《安卓高级研修班(网课)》月薪三万计划,掌握调试、分析还原ollvm、vmp的方法,定制art虚拟机自动化脱壳的方法

上传的附件:
收藏
免费 1
支持
分享
最新回复 (9)
雪    币: 417
活跃值: (201)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
REQ: Pro edition.
2012-11-13 09:30
0
雪    币: 8542
活跃值: (2792)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
期待中……
2012-11-13 11:21
0
雪    币: 185
活跃值: (411)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
这个用的少了
2012-11-13 13:21
0
雪    币: 107
活跃值: (326)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
阉割版???????????
2012-11-13 14:21
0
雪    币: 2882
活跃值: (1245)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
yjd
6
这家伙遇过几次vb的,没一次成功,每次都提示不能反编译。。。
2012-11-13 15:08
0
雪    币: 1844
活跃值: (35)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
7
据有人测试过,同一个目标,E 文系统才能正常分析。。。。
2012-11-13 18:00
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
8
VB Decompiler Lite v9.3 (2013-04-05)

Download:

http://www.vb-decompiler.org/files/vb_decompiler_lite.zip

Changelog:

[QUOTE]- New powerful HEX editor in the "Patch data" tool
with highlighting changes, undo/redo functions and
copy/paste the HEX blocks of bytes
- Patch dialog is now sizable (size will save to registry
and will use at next VB Decompiler start)
- Czech language translation and documentation
- China language documentation (thank you to ZeNiX)
- Decompiling applications with more than 999 forms, modules and classes
- Not show "Do you want to..." message before opening any file
- Changes in processing "FC67" opcode (P-Code)
- Show NewIfNullPr opcode in Lite version (P-Code)
- Show a status of ptocessing methods
- BugFix: Some memory leaks is fixed
- BugFix: Correctly process modules with some unknown flags (Native Code)
- BugFix: Correctly process incorrect offsets (Native Code)
- BugFix: Correctly process translation of the main menu
- BugFix: Correct processing of complex strings in VB6 applications
- BugFix: Correctly detect retn command (Native Code)
- BugFix: Correctly process incorrect "edi" register value in "call" command (Native Code)
- BugFix: Fix access violation on double clicking the clean text field
- BugFix: DLL obfuscation now works correctly

[/QUOTE]
2013-4-5 21:26
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
9
VB Decompiler Lite 9.3
VB Decompiler Lite description
Decompiler of Visual Basic programs. Decompiling forms, p-code, native code

VB Decompiler Lite is a decompiler for programs (EXE, DLL or OCX) written in Visual Basic 5.0 and 6.0 and disassembler for programs written on .NET technology. As you know, programs in Visual Basic can be compiled into interpreted p-code or into native code.

Since p-code consists of high-level commands, there is a real possibility to decompile it into the source code (of course, the names of variables and some functions will not be decompiled). VB Decompiler Lite restores source code from p-code as much as possible precisely.

And after some modifications you may try to compile generated code. If a program was compiled into the native code, restoring full source code from machine instructions is not possible. But VB Decompiler Lite can help to analyze the program even in this situation as well.

It contains a powerful disassembler and emulator. This powerful engine tries to decode most assembler instructions to most likely VB commands. Of course, it fails on some optimizations of assembler code and sometimes generate incorrect instructions. But at this time this is a best way to analyze native code applications.

If a program was compiled to .NET assembly, decompiler will recover all tables and modules in managed assembly and disassemble all methods, functions and events using IL disassembler. .NET FrameWork is not needed for decompilation.

In general, VB Decompiler Lite is an ideal tool for analyzing programs and it is perfect if you lose the source code and need to partially restore the project. VB Decompiler Lite is the ideal tool for programs analysis and recovering lost source code.
Here are some key features of "VB Decompiler Lite":

· Decompiling forms and usercontrols object files
· P-code decompiling
· Disassembling native code procedures
· Syntax coloring in decompiled code
· String reference list and search engine
· Fast decompiling speed
Requirements:

· Intel/AMD processor 1.8Ghz or higher
· 256Mb of free RAM
Limitations:

· Some features are disabled: P-Code decompiling, view API function references and view string data references
What's New in This Release: [ read full changelog ]

· New powerful HEX editor in the "Patch data" tool with highlighting changes, undo/redo functions and copy/paste the HEX blocks of bytes
· Patch dialog is now sizable (size will save to registry and will use at next VB Decompiler start)
· Czech language translation and documentation
· China language documentation
· Decompiling applications with more than 999 forms, modules and classes
· Not show "Do you want to..." message before opening any file
· Changes in processing "FC67" opcode (P-Code)
· Show NewIfNullPr opcode in Lite version (P-Code)
· Show a status of ptocessing methods
· BugFix: Some memory leaks is fixed
· BugFix: Correctly process modules with some unknown flags (Native Code)
· BugFix: Correctly process incorrect offsets (Native Code)
· BugFix: Correctly process translation of the main menu
· BugFix: Correct processing of complex strings in VB6 applications
· BugFix: Correctly detect retn command (Native Code)
· BugFix: Correctly process incorrect "edi" register value in "call" command (Native Code)
· Bu...

http://www.softpedia.com/dyn-postdownload.php?p=34504&t=0&i=1

2013-4-6 01:25
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
10
VB Decompiler v9.4 has been released (August 17, 2013)
What's new in this version:
- Main interface completely redesigned. Now you can view both decompiled and disassembled code on one screen. You can also view and edit a file in HEX mode on the same screen. It's so nice and easy!
- UserControls tab is now hidden in the tree for files without user controls. The same action is for Form tab for files without forms and for Project tab for files without GUI objects.
- Plugins SDK is improved. Added new functions: GetActiveDisasmText (52), SetActiveDisasmText (53), GetModuleFunctionDisasm (70), SetModuleFunctionDisasm (71)
- Show references from GoTo in Native Code
- Parsing "If" ... "End If" and "If" ... "Else" ... "End If" blocks in Native Code (experimental, you may enable it in Options)
- Support for the 125% fonts in Windows
- Language select and autodetect the system language in installer
- English and Russian help files updated
- A copy of SubMain code is displayed on a dedicated page
- New language files and updates of the existing files
- Processing files with 10,000+ controls in all forms
- Set focus on a decompiled code after opening any function and show the active fom in a treeview.
- Auto-backup before changing file in a HEX editor.
- Saving result dialogs improved. Auto-select the directory with the decompiled file, checking for the opened file, etc.
- BugFix: Fixed processing of files without any forms or modules
- BugFix: Fixed processing of files without any procedures or functions
- BugFix: Fixed processing of VB6 files with incorrect entry code
- BugFix: Fixed errors that arose during processing
- BugFix: Fixed processing command line. Deleted "Ok" message for files, decompiled from command line
- BugFix: Fixed allocating memory for the text values for the plugins
- BugFix: Fixed processing saved Left and Top values of main form of the VB Decompiler
- BugFix: Fixed disassembling large functions in Lite version
- BugFix: Fixed processing strings with an incorrect bytes in end of string

2013-8-18 02:56
0
游客
登录 | 注册 方可回帖
返回
//