Compile VB Program Decompile ?
Jan 29, 2011
I made an application in vb.net for my collage, but I don�t want to share my code with my teachers, even I don�t want to let them re-distribute my app. I made some licensing algorithm in my app. But by searching on Google, I am sure that it can be reverse-engineer.I want to know that, is there any free method to compile my vb program into any kind of encrypted exe, so no one can break the licensing algorithm using any reflector or disassembler. I searched the net, but all tools are expensive and commercial. Is there any free but hard to break technique.
View 4 Replies
ADVERTISEMENT
Aug 21, 2009
I want to know how to get source from an exe.i mean some one say its decompiling
View 3 Replies
Dec 5, 2011
If we make a really good program but get people decompile and change it as their own... For example i made ADOBE PHOTOSHOP with vb.net then someone decompILe it and change to their own: DOBEA PHOTOSHOP then DOBEA provide them free.
View 19 Replies
Dec 4, 2009
NTI's MasterDrive | Get NTI's MasterDrive at SourceForge.net.I ment to finish it in 2007 but I lost the source code...The file I need decompiled is: Public Alpha 2007..
View 6 Replies
Dec 11, 2010
Im new to this and im currently teaching my self how to code using "sams teach your self C++ in one hour a day" (of course ignoring the 1 hour a day part!)
[code]...
View 1 Replies
Feb 23, 2011
I've been running the same project on the same computer for months now in VS2010.
There have been no code changes to the class that contains the following [code]...
Recently, when I compile, I get an error that my class must implement event ValueChanged.
When I remove the underscore and bring the Implements piece to the same line, it compiles.
If I then undo checkout and revert it back to what the code was before, it compiles.
View 2 Replies
Jan 1, 2010
VS 2010 How to decrypt .NET files for against decompile?
View 5 Replies
Jul 26, 2010
Anyone ever get fake compile errors and rebuild the program and then they go away? Well mine aren't going away and I can compile and run no problem. I've got something like 100 compile errors and the "run with error's" warning doesn't appear at any time and when I do run my program it runs just the way it should. However I still see like 100 errors.
View 4 Replies
Apr 5, 2009
how do I protect my source code from cracker to decompile? I know there is no foolproof way to do that but i know it can make it harder for cracker to crack. Is there any free & easy tools that allows me to encrypt my codes?
View 5 Replies
Apr 20, 2009
I have a Linq-to-SQL class diagram in my web application containing the two tables in my database (held in a DBPro database project in the same solution). All was working fine yesterday. I start doing some work tonight and note that the solution compiles fine in Visual Studio, but when I run the web app I get a compilation error:
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30002: Type 'FrostAlertDatabaseDataContext' is not defined.
[code]....
View 5 Replies
Jun 24, 2010
This question might be over asked but I just can't seem to find a good answer.
My question: I have a simple area1.c file which has the following code:
/* area1.c */
/* Calculation of the area of a circle */
/* Author: Vishal. Date: 23/06/10 */
#include <stdio.h>
[Code]...
I have downloaded and installed the free edition for download on Microsoft's website which is Microsoft Visual Basic 2010 Express.Can I compile a C program with the program that I have installed? If so, how? Please provide a clear explanation, as I am only a beginner.
View 4 Replies
Jun 4, 2010
how to convert or decompile vb .exe file to normal vb code file.because we can make a changes on vb exe file. so first we can decomplie the vb exe file in normal vb coded file.
View 1 Replies
Sep 27, 2010
I am using Visual Basic 2010 Express and I am trying to compile a very simple project that uses an OCX that I downloaded and is on my desktop. How do I include this in the compile so that I can just forward the exe to another user?
View 4 Replies
Aug 4, 2010
I got a situation where I have a group of projects in a solution. All the projects are dll's except one - which is an exe. When I run the project, it compiles all the dll's except one of them - for some reason this dll needs to be manually compiled.
I have my options set to save projects on run and to build projects that are out of date. This works for all my other dll's except this one.
Do I have something set wrong in this particular dll?
View 7 Replies
Mar 15, 2012
Let's say that I have an entire project build in C# and other project build VB and I made a reference to this VB project Because this two projects need to interact between each other. Is this possible? the compiled code of this two project could live together??. Also if i made the same project VB and C# the compiled version are the same??
View 4 Replies
May 1, 2011
Let me explain a bit.... let's say I already have MARIO.EXE and I want to create another (let's call it) SETUP.EXE that must have 2 buttons 'Yes' & 'No' How can I build the setup.exe and bundle these two apps together and when the newly exe (mario.exe + setup.exe) is created and launched : -if the 'yes' button is pressed it should continue with the mario.exe installation process -if the 'no' button is pressed then quit. What i don't know is the code and and how can I compile these 2 exe in a single one.
View 10 Replies
Feb 24, 2012
Im using Visual Studio 2008 in Windows 7. Recently I cannot debug(F5) any projects because this following error is appearing
Error while trying to run project: Could not load file or assembly 'WindowsApplication5' or one of its dependencies. The module was expected to contain an assembly manifest.
View 3 Replies
Jun 21, 2010
I have a small form program that is basically an interface for installing different software packages so that we can distribute a CD with our products that our customers can just pop in the drive, autorun, and click the button to install what they need. The problem that I am running into is unlike when I had built this same program in VB6, the program rewritten in VB.net will not run on some machines, and shows me an error: .net Framework initialization error. required version of .net framework v2.0.50727.
I realize that it is asking for that version of .net framework in order to run, but what I would really like to know is if there is a way to make my exe non-dependant on this so that it will run on any machine. Requiring my customers to install .net framework in order to access an interface designed just to idiotproof the installation of some setup files and provide easy access to a few pdf's really would just defeat the purpose.
View 4 Replies
May 14, 2009
I'm trying VB.Net for the first time, and I must say, after spending two hours pulling my hair out (literally!) and trying one thing after another, I am severely disheartened. I just want to compile a simple .vb file.
I used notepad to create a helloworld file. Then my problems started. The book I'm using told me to use a command prompt, and enter:
vbc helloworld.vb
No dice, though. The vbc command was kicked out by the command prompt. I installed Microsoft Visual Basic 2008, and tried again. No dice. Double checked to make sure I had all my updates - check, but still nothing. So I just went ahead and double clicked the the helloworld.vb file. It displayed the text, but still didn't compile, and it wouldn't even allow me to debug it.
View 7 Replies
Nov 5, 2009
heres my code :
If File.Exists(TextBox2.Text) Then
If File.Exists(Application.StartupPath & "config.vb") Then
Dim pr As New Microsoft.VisualBasic.VBCodeProvider()
Dim cp As New CompilerParameters()
[Code]...
View 6 Replies
Dec 7, 2009
Compile app to a single exe
View 1 Replies
Mar 13, 2012
Is there any way that I can compile a piece of C# code written on a file, then insert it in a function and run it(under VB.net)?[url]...
View 8 Replies
Sep 11, 2010
Is it possible to compile images ("Img1, Img2,Img1000" and so on) into a .avi video format or any other kind of video in Visual Basic? If so, how?
View 2 Replies
Jul 18, 2010
i was trying to accomplish to that task with codedom classes, but i can't compile my code!May you post here an example which does succesfully that?Here are son additional information i forgot to write before,my current code is this:
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim CodeDomProvider As CodeDomProvider = CodeDomProvider.CreateProvider("VB")
Dim fl As String = "Form1.vb"
[code]....
I guess the code in the source file is incorrect...What should i write there?
View 12 Replies
Jun 12, 2009
file with extension vb(*.vb) can compile to exe using vb.net coding. how to compile to exe using vb.net coding if use own extension(not *.vb) ?
View 5 Replies
Jan 10, 2011
lot of computer users don't have Framework 4.0 and aren't interested in installing it. I can build my programs in 2005 Express but I have Framework 4.0, and if the computer user doesn't have 4.0 the user gets an error. Is there any way to specify that framework 1.5 be used for the build? (I'm assuming I could find 1.5 somewhere.)
View 5 Replies
Jan 15, 2010
I recently upgraded my PC and software from XP 32-bit to Windows 7 64-bit. I'm using VS 2008 and SQL Server 2008, and I write code in VB.Net. I'm interested in compiling my code in 64-ibt. Under Visual Studio, I see three different places to specify which CPU to compile under: 1. In Solution Explorer, click 'My Project', then Compile->Advanced Compile Options->Target CPU.
2. On VS menu, Build->Configuration Manager->Active solution platform.
3. If #2 is set to x64, then in Solution Explorer, click 'My Project'->Compile, and at the top, Platform (if #2 is not set, the only option available here is Any CPU).
[Code]....
View 6 Replies
Mar 28, 2009
I get the following error message when I try to compile anything, I've tried creating several different projects and they all do the same thing. does anyone know anything about this and how to fix it?
Error2An error occurred while signing: Failed to sign bin\Release\app.publish\\setup.exe. SignTool Error: Signtool requires CAPICOM version 2.1.0.1 or higher. Please
copy the latest version of CAPICOM.dll into the directory that contains
[code].....
View 2 Replies
Jul 20, 2011
I'm trying VB.Net for the first time, and I must say, after spending two hours pulling my hair out (literally!) and trying one thing after another, I am severely disheartened. I just want to compile a simple .vb file. I used notepad to create a helloworld file. Then my problems started. The book I'm using told me to use a command prompt, and enter:vbc helloworld.vbNo dice, though. The vbc command was kicked out by the command prompt. I installed Microsoft Visual Basic 2008, and tried again. No dice. Double checked to make sure I had all my updates - check, but still nothing. So I just went ahead and double clicked the the helloworld.vb file. It displayed the text, but still didn't compile, and it wouldn't even allow me to debug it.
View 3 Replies
Jun 8, 2011
I'm wanting to compile my project to a single exe so that I can add it to a flash drive and be able to run the program without having to install anything.
View 4 Replies