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

how to know a vb exe is compiled by native mode or p mode

 
   VB Decompiler Forum Index -> The Code
Author Message
Anonymous
New User


Joined: 10 Feb 2008
Posts: 0

Posted: Fri May 23, 2003 3:25 am     Post subject: how to know a vb exe is compiled by native mode or p mode

can someone help me?
Back to top
sarge
Moderator


Joined: 24 Sep 2002
Posts: 194

Posted: Tue May 27, 2003 1:04 pm     Post subject: Compile type

Here's a few ways:

1. Use the info on this board to "walk" down the structures until you find the flag you want, then apply that knowledge to your target program. This assumes you understand the concepts of pointers and flags, and can read 4-byte hex addresses easily. As a hint, go to the "Structures" forum, and start with "VB header", the work down from there. If that's too hard, find the flag you want somewhere in these structures and work back up to you get to "VB header". Once you have it either way, then work down your target file in a similar manner until you get to the flag.

2. Get a program to analyze your target file; obviously the program should have the ability to determine the answer to your question, otherwise don't bother getting it. There are a number of them out there; PE explorer will probably do it, RACE certainly will, also try VBResQ, etc.

Sarge
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