I've seen this question asked about a hundred times, so I'm going to answer this once & for all.
How to convert exe's to VB Source Code?!
It isn't converting... 1st of all. Which is probably why you are reading this, & not having much luck finding any results else where. You see, program code is ran through a compiler. The compiler will transform your source code into what is called machine language. This is in the form of a binary executable file (your exe).
With Visual Basic, you can get that exe turned back into Visual Basic code through a decompiler.
Of the ones that I've seen available, they are all commercially produced, meaning that you have to pay for them.
An example can be found at vbrezq.com.
Hopefully this answers your question!
General Discussion
- Caffeine Lounge
- Corner Cubicle
- Student Campus
- Software Development
- Industry News
- Introduce Yourself
- Nightmare.In.Code
Programming Help
- C and C++
- VB.NET
- Java
- C#
- Python
- PHP
- Mobile Development
- ASP.NET
- .NET Framework
- Ruby
- Game Development
- Assembly
- Databases
- ColdFusion
- VB6
- Other Languages
- 52 Weeks Of Code
Web Development
- Web Development
- HTML & CSS
- JavaScript
- Graphic Design
- Flash & ActionScript
- Blogging
- SEO & Advertising
- Web Servers & Hosting
- Site Check
Follow & Share
VB Tutorials
- Reading a file into two arrays using C
- Using Excel with Visual Basic 6!
- List Files by User-Defined Extensions
- Sending Data From MSFlexGrid To Excel in VB6
- Send Data To Excel Using VB6
- Folder Hider
- Masked Edit Control VB6
- Create own User control - Basic Steps.
- Editing MSFlexGrid by users
- Very simple updater
- 63 More VB Tutorials...
Reference Sheets
Code Snippets
- C Snippets
- C++ Snippets
- Java Snippets
- Visual Basic Snippets
- C# Snippets
- VB.NET Snippets
- ASP.NET Snippets
- PHP Snippets
- Python Snippets
- Ruby Snippets
- ColdFusion Snippets
- SQL Snippets
- Assembly Snippets
- Functional Programming Snippets
- Perl Snippets
- HTML/CSS Snippets
- Javascript Snippets
- Flash/ActionScript Snippets
- ASP Snippets
- Linux, Unix, and Bash Snippets
- Other Languages Snippets
- Regex

New Topic/Question
This topic is locked

MultiQuote
|