Click to See Complete Forum and Search --> : Looking under the hood


I.L. Iterate
April 15th, 2001, 06:54 PM
Is there a way to view the code of an executable file?

Chris

Iouri
April 16th, 2001, 07:09 AM
In order to see the code of the exe file you need decompiler. There is no such thing for VB6

Iouri Boutchkine
iouri@hotsheet.com

cksiow
April 16th, 2001, 07:18 PM
when u mean vb code, I can't think of any. But, if you say assembly code, u can run it under visual C++ under debug mode, which will show u the assembly code, in the View/Debug Windows/Diassembly menu.

It's fun & useful sometime to see how vb generate code for certain function of it.


cksiow
http://vblib.virtualave.net - share our codes