How to Convert .exe to .jpg

hounet1 -  
toto1983 Posted messages 161 Registration date   Status Member Last intervention   -
Hello,
How to Convert from .exe to .jpg
and thank you in advance
Configuration: Windows XP Firefox 3.5.5

20 answers

  1. UgglyBoy Posted messages 440 Status Member 66
     
    You need to clarify your question: which language? etc...
    0
  2. toto1983 Posted messages 161 Registration date   Status Member Last intervention   13
     
    Whoa, it smells like a logical bomb all the way ... or not.

    What do you intend to do?
    --
    It's at the foot of the screen that you can see the true computer scientist.
    0
  3. brian johnson Posted messages 1255 Status Member 153
     
    You need to display the file extensions, but I admit a .exe file changed to .jpg, I don't even know what that could result in...

    --
    Do you have a problem with a game? Start by mentioning the name of the game...
    0
  4. toto1983 Posted messages 161 Registration date   Status Member Last intervention   13
     
    At the same time, we don't really know if it makes sense without wanting to destabilize our friend ;-)
    --
    It's at the foot of the screen that we see the true computer scientist.
    0
  5. brian johnson Posted messages 1255 Status Member 153
     
    Well, I just tested it and no surprise, it tells me it can’t display anything... and I don’t really see how it could tell me anything else... (while changing a program into an image...)
    --
    Do you have a problem with a game? Start by saying the name of the game.....
    0
  6. cycloop Posted messages 74 Status Member 18
     
    The file extension is used by the operating system to know what it should do when asked to open the file: which program to use to open it. In the case of a .exe extension, it means that it is an executable file, that is to say, a program.

    The extension is therefore only indicative, but has no impact on the content of the file (the bits that make it up). Unless there's some weird and questionable trickery, a .exe file is meant to be executed, not opened as an image (jpg).

    In other words:
    - either it's an extension error, and in that case, you just need to edit the file extension and you'll be able to open it with any software that opens a jpg.
    - or it's really an executable, and in that case, it cannot be transformed into an image.
    - or it's VERY suspicious, and it's better not to attempt anything....
    0
  7. toto1983 Posted messages 161 Registration date   Status Member Last intervention   13
     
    "Either it's VERY suspicious, and it's better not to try anything...." Hence my earlier remark about malware.
    Oops, at the time I'm posting this, my server is probably infected by malware Argh!!!!
    Not ideal for an admin XD

    Turning an EXE into a JPEG, that's it, and I'm capable of cracking WPA with a MacBook XD XD XD LOL
    --
    It's at the foot of the screen that you can see the true IT professional.
    0
  8. toto1983 Posted messages 161 Registration date   Status Member Last intervention   13
     
    In fact, it may be possible to "disassemble" the executable (although I'm not sure about that). However, converting it to a jpeg, I want to say GOOD LUCK MY FRIEND

    --
    It’s at the foot of the screen that you see the true computer scientist.
    0
  9. brian johnson Posted messages 1255 Status Member 153
     
    and since we have no response from the post's author... it's impossible to clarify for us...
    --
    do you have a problem with a game? Start by stating the name of the game.....
    0
  10. toto1983 Posted messages 161 Registration date   Status Member Last intervention   13
     
    So let ... let's leave it in the dark force of things XD
    --
    It is at the foot of the screen that we see the true computer scientist
    0
  11. blux Posted messages 2068 Registration date   Status Moderator Last intervention   3 456
     
    Hello,

    an .exe file is coded according to a particular format called PE (Portable Executable File Format), which means that its first bytes have a specific structure to be recognized by the operating system (generally, the first two are equal to 4D5A).

    A jpg file has a structure that is not of this type (it starts with FFD8), so it's impossible to transform an executable into a jpg (unless you rename it).

    --

    See you, Blux
     "Les cons, ça ose tout. C'est même à ça qu'on les reconnaît" 
    0
  12. toto1983 Posted messages 161 Registration date   Status Member Last intervention   13
     
    This also explains the compatibility issue between Windows exe and Linux exe.

    Am I right???
    --
    It's at the foot of the screen that you can see the true IT professional.
    0
    1. blux Posted messages 2068 Registration date   Status Moderator Last intervention   3 456
       
      The format (PE or ELF) does not explain everything...

      A program needs an environment to run, Windows and Linux do the same thing, but they are not called by user programs in the same way.

      A Windows program will use GDI32.dll (in PE format) to request the display of a window using primitives from this API.

      A Linux program does not know what GDI32.dll is, so it will not call it to draw a window, often going through Motif instead.

      --

      See you later Blux
       "Fools dare to do anything. That's how you recognize them" 
      0
  13. brian johnson Posted messages 1255 Status Member 153
     
    if it is possible to change a .exe to a .jpg but it can't absolutely give any conclusive results ^^
    --
    do you have a problem with a game? Start by stating the name of the game.....
    0
  14. toto1983 Posted messages 161 Registration date   Status Member Last intervention   13
     
    Indeed, especially since even if we manage to transform this EXE into an image, I'm not sure we would actually get a real image, unless we tinker with Photoshop CS or whatever else...
    --
    It's at the foot of the screen that you see the true computer scientist.
    0
  15. brian johnson Posted messages 1255 Status Member 153
     
    Well, I tested it, Windows is fine, but then when you want to view it, it opens the Windows software to look at images but it says: unable to display blabla
    so basically, problem solved, it’s useless ^^
    --
    do you have a problem with a game? Start by saying the name of the game.....
    0
    1. blux Posted messages 2068 Registration date   Status Moderator Last intervention   3 456
       
      unable to display blabla
      It's normal, the file does not have the expected structure for a jpg...

      --

      A+ Blux           
       "The fools dare everything. That's how you recognize them"
      0
  16. toto1983 Posted messages 161 Registration date   Status Member Last intervention   13
     
    Exactly, and then how could the executable turn into an image? oO
    On the other hand, taking the problem the other way around: is it possible to change an image into an executable?
    --
    It is at the foot of the screen that we see the true computer scientist.
    0
    1. blux Posted messages 2068 Registration date   Status Moderator Last intervention   3 456
       
      Yes, but it won't get far either: the first bytes of the file are not those of a PE format...

      --

      A+ Blux
       "Fools, they dare everything. That's how you recognize them" 
      0
  17. brian johnson Posted messages 1255 Status Member 153
     
    yes finally it opens the console and closes immediately without writing anything... so in my opinion nothing very constructive (except by messing around but that really goes over my head ^^)
    --
    do you have a problem with a game? Start by saying the name of the game.....
    0
  18. toto1983 Posted messages 161 Registration date   Status Member Last intervention   13
     
    Yes, finally it's more like if you want to do digital recognition or facial recognition, that can be useful, basically some crypto stuff!!
    --
    It's at the bottom of the screen that you see the true computer scientist.
    0
    1. blux Posted messages 2068 Registration date   Status Moderator Last intervention   3 456
       
      Not understood...

      --

      See you, Blux           
       "Fools will dare anything. It’s how we recognize them." 
      0
  19. brian johnson Posted messages 1255 Status Member 153
     
    the same ^^ lol
    --
    do you have a problem with a game? Start by saying the name of the game.....
    0
  20. toto1983 Posted messages 161 Registration date   Status Member Last intervention   13
     
    How to launch a NASA rocket from my photo album XD XD XD
    sorry it was + loud than me.
    Good luck to you :D
    --
    It's at the foot of the screen that you see the true computer scientist.
    0