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
|
|