how to add two exe file,s...

Morningdot Hablu

Morningdot Hablu

@morningdot-6Xuj4M Oct 21, 2024
hi friend,s any one know how to join two exe file,s. Because when we creat a program for security. And i think when we add that program exe file with anything like my computer.then when we start my computer we gat pop up window with a question that enter the passward...can any one know how to add two exe file,s...😕😕

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Feb 3, 2010

    Hey Do you wanna call one exe file from another?
  • Morningdot Hablu

    Morningdot Hablu

    @morningdot-6Xuj4M Feb 3, 2010

    it,s something like merj two exe file to generate a resultent exe file.
  • imnitsy

    imnitsy

    @imnitsy-VRNV82 Feb 3, 2010

    mohit007kumar00
    it,s something like merj two exe file to generate a resultent exe file.
    idont think this can happen..we have to alter the source code to do this!!!
  • gaurav.bhorkar

    gaurav.bhorkar

    @gauravbhorkar-Pf9kZD Feb 3, 2010

    For adding two exe files, you can try following steps:

    1. Open the first exe file in binary read mode.
    2. Open the second exe file in binary read mode.
    3. Create third exe file in binary write mode.
    4. Copy the contents of first file into the third file.
    5. Then copy the contents of second file into the third file.
    6. Close all the files.
    7. The third file created is the merged file (first and second).
    For your information, antivirus softwares work in somewhat similar way.

    Try implementing this using the C programming language.
  • vik001ind

    vik001ind

    @vik001ind-rOaCSy Feb 4, 2010

    Its easy to do it in windows. Windows has a program called iexpress.exe.
    Goto run & type iexpress.exe & enter.
    Try it yourself.
    Its used for joining viruses with legitimate programs like winamp.exe by hackerz.
    If you face problems over it reply back.
  • gaurav.bhorkar

    gaurav.bhorkar

    @gauravbhorkar-Pf9kZD Feb 4, 2010

    vik001ind
    Its easy to do it in windows. Windows has a program called iexpress.exe.
    Goto run & type iexpress.exe & enter.
    Try it yourself.
    Its used for joining viruses with legitimate programs like winamp.exe by hackerz.
    If you face problems over it reply back.
    Does it merge exe files?

    I tried, but it is a self installing package creator.