VB Decompiler Forum Index VB Decompiler
Hosted by TheAutomaters.com
 
  MemberlistMemberlist
 

x86 opcodes used by VB

 
   VB Decompiler Forum Index -> The Code
Author Message
_aLfa_
Site Admin


Joined: 21 Sep 2002
Posts: 233
Location: Aveiro, Portugal

Posted: Sun Feb 24, 2008 12:11 am     Post subject: x86 opcodes used by VB

As some of you might already know, I'm rebuilding my Native code disassembler (which was based on some old code) and I was wondering if any of you know the x86 opcodes that VB compiler uses.

What I do know so far about VB decompiler:
It doesn't use all opcodes from i386+x87 instruction set.

The reason for me asking this is that I want to focus on making high level code rather than do full assembly listings. I don't want to focus my time rebuilding a full featured disassembler if I don't really need it for VB decompilation (;
_________________
One thing only I know, and that is that I know nothing. (Socrates)
Back to top
_aLfa_
Site Admin


Joined: 21 Sep 2002
Posts: 233
Location: Aveiro, Portugal

Posted: Tue Feb 26, 2008 12:47 pm     Post subject: Re: x86 opcodes used by VB

Hmm, I have decided to make a full x86-x87 disassembler based on my old one and then I'll make an heuristic analysis to find out what VB uses to better debug code patterns (:

The disassembler engine is made using VB.NET (which is easily portable to C#) and I might post it for the public.
_________________
One thing only I know, and that is that I know nothing. (Socrates)
Back to top
   VB Decompiler Forum Index -> The Code All times are GMT
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group