Adblock breaks this site

EXE inside EXE

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

  1. iMatt

    iMatt Forum Addict
    Banned

    Joined:
    May 6, 2007
    Posts:
    268
    Referrals:
    0
    Sythe Gold:
    0
    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. :)
     
  2. -------owned-------

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

    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0
    EXE inside EXE

    Compile them one by one and use the shell command to run it from your application.
     
  3. iMatt

    iMatt Forum Addict
    Banned

    Joined:
    May 6, 2007
    Posts:
    268
    Referrals:
    0
    Sythe Gold:
    0
    EXE inside EXE

    But I don't want that. Say I wanted to make my own mini-language, that wouldn't work.
     
  4. -------owned-------

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

    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0
    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.
     
  5. X Zero

    X Zero Forum Addict

    Joined:
    Jan 21, 2007
    Posts:
    577
    Referrals:
    0
    Sythe Gold:
    0
    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.
     
  6. Covey

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816
    EXE inside EXE

    no offence, but i think it may be a little out of your depth.
     
  7. iMatt

    iMatt Forum Addict
    Banned

    Joined:
    May 6, 2007
    Posts:
    268
    Referrals:
    0
    Sythe Gold:
    0
    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.
     
  8. timk777

    timk777 Active Member

    Joined:
    Feb 19, 2007
    Posts:
    156
    Referrals:
    0
    Sythe Gold:
    0
    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.
     
  9. Annex

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

    Joined:
    Aug 28, 2005
    Posts:
    2,324
    Referrals:
    3
    Sythe Gold:
    0
    UWotM8?
    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.
     
  10. jdsfighter

    jdsfighter Forum Addict
    Visual Basic Programmers

    Joined:
    Jan 21, 2007
    Posts:
    603
    Referrals:
    0
    Sythe Gold:
    0
    EXE inside EXE

    Maybe you can find one HERE.
     
  11. Cruel__Machine

    Cruel__Machine Guest

    Referrals:
    100
    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++.
     
  12. timk777

    timk777 Active Member

    Joined:
    Feb 19, 2007
    Posts:
    156
    Referrals:
    0
    Sythe Gold:
    0
    EXE inside EXE

    Or ASM. =P But ASM is probably the most boring thing ever to hit the earth.
     
  13. Jazz00006

    Jazz00006 Apprentice
    Visual Basic Programmers

    Joined:
    Aug 26, 2005
    Posts:
    807
    Referrals:
    0
    Sythe Gold:
    0
    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 >


 
 
Adblock breaks this site