Thread: someway to put an .exe into an image

  1. #1
    Registered User
    Join Date
    Jun 2004
    Posts
    1

    someway to put an .exe into an image

    im looking for a way to make an .exe run whenever this image loads. i was wondering how to do it, and what language to do it in... maybe php?

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    What do you mean by "whenever this image loads" ? Are we talking over the web, through a browser? If so, trying to run client side .exe files is not good practice, it'll scare off your readers with security nightmares! Anyway, explain yourself better...
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    mov.w #$1337,D0 Jeremy G's Avatar
    Join Date
    Nov 2001
    Posts
    704
    h4ckers unite! Hack the planet.

    go buy a guide to haxoring if you want to be a leet haxorer.
    c++->visualc++->directx->opengl->c++;
    (it should be realized my posts are all in a light hearted manner. And should not be taken offense to.)

  4. #4
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    This sounds malicious. Please clarify your need.

  5. #5
    You'd have to use a custom image loader and have the exe file appended to it after the image data, or maybe b4 it. There really is NO point in doing this whatsoever, and you should just say "screw it". Sorry to be blunt, but you are not going to be gaining ANYTHING from doing this, and it would just cause a security hell.

  6. #6
    'AlHamdulillah
    Join Date
    Feb 2003
    Posts
    790
    remember the guy that planted an EXE in a MP3 file that was able to be executed by ITunes? It is on McAfee's virus alert somewhere in the month of April.

    anyway, there is no purpose for this other than hiding a malicious program.

  7. #7
    Registered User whackaxe's Avatar
    Join Date
    Mar 2004
    Posts
    332
    you are a very bad man. under chich conditions, could you not distributz the two files or ZIP them as 1 ay? i remeber a program that did actually implant this idea, i never tested it though

  8. #8
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    If you have a legitimate reason for doing this, PM me, until then, the thread is closed.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 6
    Last Post: 03-03-2005, 03:52 AM
  2. Changing a treeview item's image
    By SMurf in forum Windows Programming
    Replies: 0
    Last Post: 01-14-2003, 07:08 PM
  3. God
    By datainjector in forum A Brief History of Cprogramming.com
    Replies: 746
    Last Post: 12-22-2002, 12:01 PM
  4. How to put my image to screen?
    By Unregistered in forum C++ Programming
    Replies: 2
    Last Post: 04-23-2002, 04:17 AM
  5. help with image file
    By Unregistered in forum C Programming
    Replies: 3
    Last Post: 02-07-2002, 02:12 PM