RE FORUM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Login
Register
RE FORUM
»
[REVERSE ENGINEERING]
»
Tools
»
OllyDbg - VBHelper Plugin
« previous
next »
Print
Pages: [
1
]
Author
Topic: OllyDbg - VBHelper Plugin (Read 509 times)
Z!L0G80
-=[t4C]=-
Senior Member
Posts: 280
OllyDbg - VBHelper Plugin
«
on:
July 15, 2006, 07:36:13 PM »
Here's a plugin I've been putting off writing for a while. A lot of times when disassembling compiled VB code, it takes a lot of manual labeling to get to a readable state. For instance, DllFunctionCall stubs are not labeled, so any calls/jumps to common Win32 API code will be unlabeled as well. Also, Olly names the MSVBVM import thunks by their import name, which is often just an ordinal number. This plugin searches the import thunks and relabels them by the MSVBVM export name instead. Source code is included.
https://www.openrce.org/repositories/users/joestewart/ollyvbhelper.zip
Logged
-= SmrT SiGNaTuRaM !!! =-
Master
[t4C]newbie child
VIP
Posts: 615
Re: OllyDbg - VBHelper Plugin
«
Reply #1 on:
July 16, 2006, 08:16:12 AM »
aspon maly kladivko na Ĩarodejnice...
Logged
Print
Pages: [
1
]
« previous
next »
RE FORUM
»
[REVERSE ENGINEERING]
»
Tools
»
OllyDbg - VBHelper Plugin