EXE inside EXE

Discussion in 'Archives' started by iMatt, Jun 7, 2007.

EXE inside EXE
  1. Unread #1 - Jun 7, 2007 at 3:07 PM
  2. iMatt
    Joined:
    May 6, 2007
    Posts:
    268
    Referrals:
    0
    Sythe Gold:
    0

    iMatt Forum Addict
    Banned

    EXE inside EXE

    How do you make a program coded in VB6 have the ability to compile another exe inside that one?

    So, by the click of a button, the exe creates another exe with the code you have specified?

    Thank you for your help.

    iMatt. :)
     
  3. Unread #2 - Jun 7, 2007 at 4:14 PM
  4. -------owned-------
    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0

    -------owned------- Guru
    Banned

    EXE inside EXE

    Compile them one by one and use the shell command to run it from your application.
     
  5. Unread #3 - Jun 7, 2007 at 4:26 PM
  6. iMatt
    Joined:
    May 6, 2007
    Posts:
    268
    Referrals:
    0
    Sythe Gold:
    0

    iMatt Forum Addict
    Banned

    EXE inside EXE

    But I don't want that. Say I wanted to make my own mini-language, that wouldn't work.
     
  7. Unread #4 - Jun 7, 2007 at 4:44 PM
  8. -------owned-------
    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0

    -------owned------- Guru
    Banned

    EXE inside EXE

    You could use the ms script-control (making a tut at that atm) and save it into a .txt and make your "new" exe load and execute it.
     
  9. Unread #5 - Jun 8, 2007 at 2:32 AM
  10. X Zero
    Joined:
    Jan 21, 2007
    Posts:
    577
    Referrals:
    0
    Sythe Gold:
    0

    X Zero Forum Addict

    EXE inside EXE

    I know what ur trying to do. I managed to make one in vb 2005. But when i open the exe made by it it would load and like 3 seconds later it would close it self.

    Theres code somewhere here to make a command exe thing.
     
  11. Unread #6 - Jun 8, 2007 at 10:54 AM
  12. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    EXE inside EXE

    no offence, but i think it may be a little out of your depth.
     
  13. Unread #7 - Jun 8, 2007 at 10:59 AM
  14. iMatt
    Joined:
    May 6, 2007
    Posts:
    268
    Referrals:
    0
    Sythe Gold:
    0

    iMatt Forum Addict
    Banned

    EXE inside EXE

    Covey, not really. It shouldn't be too hard, I know I'm a beginner but I wouldn't think just making an exe would be too hard.

    I might make an installation thing/learn about them, like adding it to the registry etc first. Then move onto this kind of thing.
     
  15. Unread #8 - Jun 8, 2007 at 5:21 PM
  16. timk777
    Joined:
    Feb 19, 2007
    Posts:
    156
    Referrals:
    0
    Sythe Gold:
    0

    timk777 Active Member

    EXE inside EXE

    Well if you REALLY REALLY wanted to make something compile you could use the W32 Debugger but I highly doubt anyone around here has the skill to do that. Thats really the only option out of MS-Script Editor.
     
  17. Unread #9 - Jun 8, 2007 at 7:03 PM
  18. Annex
    Joined:
    Aug 28, 2005
    Posts:
    2,324
    Referrals:
    3
    Sythe Gold:
    0
    UWotM8?

    Annex Ballin'
    Veteran (Ex-Admin)
    PHP Programmers Retired Administrator

    EXE inside EXE

    And why would you want to make an exe from an exe? there is really no use other than creating keylog engines and RATS.
     
  19. Unread #10 - Jun 8, 2007 at 7:15 PM
  20. jdsfighter
    Joined:
    Jan 21, 2007
    Posts:
    603
    Referrals:
    0
    Sythe Gold:
    0

    jdsfighter Forum Addict
    Visual Basic Programmers

    EXE inside EXE

    Maybe you can find one HERE.
     
  21. Unread #11 - Jun 9, 2007 at 12:28 AM
  22. Cruel__Machine
    Referrals:
    100

    Cruel__Machine Guest

    EXE inside EXE

    Well it is.
    You can't very well make a compiler with a such a high level language. VB is not designed for that, use C++.
     
  23. Unread #12 - Jun 9, 2007 at 11:58 AM
  24. timk777
    Joined:
    Feb 19, 2007
    Posts:
    156
    Referrals:
    0
    Sythe Gold:
    0

    timk777 Active Member

    EXE inside EXE

    Or ASM. =P But ASM is probably the most boring thing ever to hit the earth.
     
  25. Unread #13 - Jun 11, 2007 at 10:30 AM
  26. Jazz00006
    Joined:
    Aug 26, 2005
    Posts:
    807
    Referrals:
    0
    Sythe Gold:
    0

    Jazz00006 Apprentice
    Visual Basic Programmers

    EXE inside EXE

    Just my 2 cents worth (because I know iMatt will read this because hes also @ cruels.net).

    Because I have done this thing before. It is possible, and it is not that hard (well, for me it wasnt)

    Go to cruels.net (when it comes back up) and look for my tutorial on making exe files at run time.

    Then, when you have done that, you know how to make the exe files.

    Look @ the source of VB VOS (Thanks to CFJ0) for your own scripting language.

    Edit VB VOS (or your own) to make exe files. But make it so it writes a small ini script at the end of the exe file, which holds the script that some one made in VB VOS.

    The new EXE should be VB VOS, but with a startup option of looking inside it self (using ini read) for the script to run.

    Primitive but very possible.
     
< Buying 90 Slayer | Buying Pure 1 Def Ddser >

Users viewing this thread
1 guest


 
 
Adblock breaks this site