|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Exe to VB Source???
It there anyway to convert visual basic executable in to its source editable file? can it be done? is there a software for it?
Please answer, thanks in advance... |
|
#2
|
|||
|
|||
|
NO. That is called reverse engineering and it would not be fair to other developers. Anything that does what you are asking is illegal and probably not 100%. If you are trying to get code from a project you did then you should have backed it up because it is now lost.
This is, of course, assuming Visual Basic 6. if you are talking maybe VB3 then there might be more options.
__________________
Programmer's Corner |
|
#3
|
|||
|
|||
|
There are de-assemblers. If you have any experience in assembly, and can easily read lines and lines and lines of complete jiberish, google "dasm." You'll get several links to freeware programs.
|
|
#4
|
||||
|
||||
|
This doesn't dissassemble VB exe's but it's a debugger, like SoftIce. Look for "NuMeGa SmartCheck" (goodluck, a trial is hard to find).
You can use that to debug vb program's at runtime, I think that's the closest youll get in vb6, theyre aren't really any "good" 'exe2vb' proggie's, if any. If your fluent in asm then you should look for "Win32dasm", but it's a bit confusing if you aren't good with asm. Instead of learning asm and trying to reverse the code you can just rewrite the source ![]() |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Exe to VB Source??? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|