VB Decompiler V11.1
VB Decompiler v11.1已发布(2019年3月3日)此版本的新功能:
- 通过单击表单上的任何对象直接显示事件列表。双击后
在任何事件上 - VB Decompiler 显示反编译的代码。跳回后——VB Decompiler打开
上次查看的控件上的表单(UI 查看器)
- 添加新的对象类型(2 种类型的模块和一种类型的表单)
- 在转储文件的 VTable 中显示未知的外部调用(P 代码)
- 打开带有伪造 VB 签名的文件(带有指向文件外的指针)
- 过滤器封装到 SetMemObj、GetMemVar、PutMemVar、SetMemVar、GetMemEvent,
过程列表中的 PutMemEvent、SetMemEvent(本机代码)
- 添加到表单标题引用使用的 ActiveX 对象
- 现在您可以在树上标记/取消标记任何函数/过程
- 新选项“IgnoreCharsConvertions”以禁用文本值的转换
以从本地非英语语言到 Unicode 的形式(如#0000#0001)
- 尝试从 Visual Basic 5.0 文件模块中恢复方法(P 代码)
- 分析绑定导入以支持 VB5 应用程序的某些功能
- 修正:冻结一些混淆程序(本机代码)
- 修正:打开一些受保护/混淆的文件时出错
- 修正:在没有控件但控件数量不正确的情况下混淆表单时出错
- 修正:UDT 在 Sub Main 中搜索
- 修正:如果 esi 是未知函数,则显示“调用 esi”
- 修正:如果在文件末尾导入表且姓氏或序数后没有可用空间,则会出错
- 修正:解析 UserControl 属性“HitBehavior”不正确
- 修正:如果文件名包含“&”字符,那么它不能从最近的列表中删除
(VB Decompiler v11.1 has been released (March 3, 2019)
What's new in this version:
- Show events list directly by clicking on any object on the form. After double click
on any event - VB Decompiler show decompiled code. After jumping back - VB Decompiler open
form on last viewed control (UI Viewer)
- Add new types of objects (2 types of Modules and one type of Form)
- Show unknown external calls in VTable of dumped files (P-Code)
- Open files with fake VB signature (with pointer to out of file)
- Filter wrappers to SetMemObj, GetMemVar, PutMemVar, SetMemVar, GetMemEvent,
PutMemEvent, SetMemEvent at procedures list (Native Code)
- Add to the form header references to used ActiveX objects
- Now you can mark/unmark any function/procedure at the tree
- New Option "IgnoreCharsConvertions" to disable conversion of the text values
in a Forms from local non English language to Unicode (like #0000#0001)
- Trying to recovery methods from the Modules of Visual Basic 5.0 files (P-Code)
- Analyze bound imports for supporting some features for VB5 applications
- BugFix: Freezes on some obfuscated procedures (Native Code)
- BugFix: Error on opening some protected/obfuscated files
- BugFix: Error on obfuscating Form without controls but with incorrect number of controls
- BugFix: UDT search in Sub Main
- BugFix: Show "call esi" if esi is unknown function
- BugFix: Error if Import Table at end of file and no free space after last name or ordinal
- BugFix: Incorrect parsing UserControl property "HitBehavior"
- BugFix: If filename contain "&" char then it can't be deleted from recent list)
页:
[1]