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

Native Code?

 
   VB Decompiler Forum Index -> The Code
Author Message
vbgamer45
Regular user


Joined: 07 Jul 2004
Posts: 93
Location: 127.0.0.1

Posted: Tue Aug 17, 2004 9:30 pm     Post subject: Native Code?

Is anyone actively working on native code decompiling?

Started to look at the methodInfo struture for Native Exe's and the address from the procTable.

The address don't match up most of the time. From the event methodinfo or the proctable.
It seems everything changes. I was hoping the struture was going to be just like P-Code. Except the actually code was going to be different.

Also the Procedure Count from the objectInfo differs from the P-Code one. Guess its the way it compiles.
But yet the Object.ProcCount for both Native and P-Code is the same..

So is there different strutures for Native?
Back to top
_aLfa_
Site Admin


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

Posted: Wed Aug 18, 2004 7:57 am     Post subject:

In native code you only have methodinfo structures for the API's (the declares in the (general) section of the objects).
The native code is dumped at address aNativeCode (it's all there).

Now you have something to work with
P.S.: Keep us updated with your progress; it's not everyday we have someone wanting to learn
_________________
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