converted source code should be in c or c++ or VB .which tool should i load from internet
I want to extract source code from a VISUAL BASIC prog. how can i do this?
First you need to disassemble the program. You can do this with Visual Studio. Then you can use a reverse disassembler to regenerate the source code. Reverse disassembly isn't perfect, and will most likely regenerate horrible code, and especially if it was compiled for one language (VB) and regenerated for another (C++). Best thing would be to learn assembly really well, but here's a link that talks about what you want to accomplish:
Reply:IF you have a Visual Basic .NET program, then you may want to look at the .NET REFLECTOR utility, which automatically shows a decompiled view of the code. You can find more info and links at http://en.wikipedia.org/wiki/.NET_Reflec...
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment