Generating MAP file for Visual Basic applications
Posted: Wed Apr 29, 2009 11:39 am
Here is a stuff how to create MAP file (MAP file is using for Virtual Machine, it contains a list of functions of your module) for applications written in Visual Basic, I recommend to use Virtual Machine feature as more as possible, because it helps to obfuscate original code of application and makes it impossible to analyse.
Please note that all information below is related to Visual Basic 6.0, it will not work with any kind of .net VB applications!
First of all, you should have the source code of application, in the final step you will have to recompile your application.
Let's start:
1. Download attached link.zip file, unzip it, there is a file "link.exe"
2. We have to replace this link.exe with the other one placed in Visual Basic folder
2.1 Go to the folder where Visual Basic is installed on your system, i have it there "C:\Program Files\Microsoft Visual Studio\VB98\"
2.2 Find there file with the name "link.exe"
2.3 Rename this file to "link1.exe", it is important to rename only with such name!
2.4 Copy our unzipped file link.exe to this folder (to "C:\Program Files\Microsoft Visual Studio\VB98\")
That's all!
How try to open your project in Visual Basic and compile an exe, in the same folder with compiled exe you will find generated MAP file.
Take a look at the attached files again, here is another archive link_test_map.zip, there is a link.map file, this is a map file for link.exe, just for your information!
Please note that all information below is related to Visual Basic 6.0, it will not work with any kind of .net VB applications!
First of all, you should have the source code of application, in the final step you will have to recompile your application.
Let's start:
1. Download attached link.zip file, unzip it, there is a file "link.exe"
2. We have to replace this link.exe with the other one placed in Visual Basic folder
2.1 Go to the folder where Visual Basic is installed on your system, i have it there "C:\Program Files\Microsoft Visual Studio\VB98\"
2.2 Find there file with the name "link.exe"
2.3 Rename this file to "link1.exe", it is important to rename only with such name!
2.4 Copy our unzipped file link.exe to this folder (to "C:\Program Files\Microsoft Visual Studio\VB98\")
That's all!
How try to open your project in Visual Basic and compile an exe, in the same folder with compiled exe you will find generated MAP file.
Take a look at the attached files again, here is another archive link_test_map.zip, there is a link.map file, this is a map file for link.exe, just for your information!
