|
-
Jul 21st, 2001, 08:19 AM
#1
Thread Starter
Addicted Member
Can anyone(expert) help me here?
I want to bind to exe files together (i've tried the programs on the net they all have trojans in them and they exactly don't do what i want).
or
i want to make a container (sheild) exe that would hold the 2 programs together and when a user runs it it loads the 2 programs.
I've seen this in few programs that do that to protect their source code (hiding the main program in a shield program) but that was done in C++.
But can this be possible in VB6? How?
-
Jul 21st, 2001, 08:21 AM
#2
Member
That is like using it for virus and trojan.
But you can do it..it's called a resource file..use a resource file
Using Visual Studio 6 Enterprise
---------------------------------
Everyone needs help at some point..
This time or another.
-
Jul 21st, 2001, 08:33 AM
#3
Thread Starter
Addicted Member
ok why i need it
I need it because i've split the functions of my program in 2 standerd exe which seems to speeded up my program and reduced lot of problems. I can still load the 2 together with shell command and unload using API calls but it's confusing for some people who are using it.
Regards!
-
Jul 21st, 2001, 02:06 PM
#4
Thread Starter
Addicted Member
ok now i know how to write a binary file with an exe extention. But the program i mentioned above doen't write the file with an exe extention, instead it writes with tmp extention and loads the program. How did they do that?
-
Jul 21st, 2001, 04:35 PM
#5
Frenzied Member
Try going to www.lockless.com they have good progz there.
-
Jul 21st, 2001, 05:42 PM
#6
PowerPoster
well, you can always create a third program that can shell the 2 main programs.
-
Jul 21st, 2001, 05:43 PM
#7
PowerPoster
Or you can do what I did with my program and just have the first program shell the second program in the form_load event.
-
Jul 22nd, 2001, 01:09 AM
#8
Thread Starter
Addicted Member
ok i can open an exe with a shell command, but how did they are using a .tmp file to load an executable in the memory?
the program i'm talking about doesn't create an exe, instead it creates a file with .tmp extention.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|