Link to home
Start Free TrialLog in
Avatar of oferz
oferz

asked on

Determine if exe was created in VB6 or .net

Hello experts,

I have hundreds of exe files that some were compiled in VB6 and the rest were
compiled in C# or vb.net.
I'm looking for a way to loop the directories and find only the exe that were created in VB6.
Can you point me to certain direction?
Thanks in advance.
Oferz
Avatar of pritamdutt
pritamdutt
Flag of India image

Hi,
What you require is basically a reverse engineering tool for this.
One such tool is PEid which can be downloaded from http://www.peid.info/
More links to such tools can be found at http://www.woodmann.com/collaborative/tools/index.php/Category:Compiler_Identifiers

Hope this helps
ASKER CERTIFIED SOLUTION
Avatar of sachinpatil10d
sachinpatil10d
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of oferz
oferz

ASKER

Thank you very much, it was exacly what I needed.
I read the myFileVer.Language attribute and it is always different from the .net exe files.