Results 1 to 8 of 8

Thread: Can anyone(expert) help me here?

  1. #1

    Thread Starter
    Addicted Member Eric_B's Avatar
    Join Date
    May 2001
    Location
    home sweet home
    Posts
    130

    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?

  2. #2
    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.

  3. #3

    Thread Starter
    Addicted Member Eric_B's Avatar
    Join Date
    May 2001
    Location
    home sweet home
    Posts
    130

    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!

  4. #4

    Thread Starter
    Addicted Member Eric_B's Avatar
    Join Date
    May 2001
    Location
    home sweet home
    Posts
    130
    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?

  5. #5
    Frenzied Member numtel's Avatar
    Join Date
    Apr 2000
    Location
    CA
    Posts
    1,163
    Try going to www.lockless.com they have good progz there.

  6. #6
    PowerPoster eiSecure's Avatar
    Join Date
    Jul 2000
    Location
    Texas
    Posts
    2,209
    well, you can always create a third program that can shell the 2 main programs.

  7. #7
    PowerPoster eiSecure's Avatar
    Join Date
    Jul 2000
    Location
    Texas
    Posts
    2,209
    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.

  8. #8

    Thread Starter
    Addicted Member Eric_B's Avatar
    Join Date
    May 2001
    Location
    home sweet home
    Posts
    130
    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
  •  



Click Here to Expand Forum to Full Width