Reverse Engineering RET Homepage RET Members Reverse Engineering Projects Reverse Engineering Papers Reversing Challenges Reverser Tools RET Re-Search Engine Reverse Engineering Forum Reverse Engineering Links

Go Back   Reverse Engineering Team Board > Reverse Engineering Board > OSX Reverse Engineering
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 03-17-2009, 03:29 AM
adityamolugu adityamolugu is offline
Junior Member
 
Join Date: Mar 2009
Posts: 1
Default windows loader????

hi,
how does windows loader work???. i have a executable which does not follow PE format,but i am able to run that...hows that possible???
Reply With Quote
  #2  
Old 05-30-2009, 07:55 PM
WX_0 WX_0 is offline
Junior Member
 
Join Date: May 2009
Posts: 4
Default

Quote:
Originally Posted by adityamolugu View Post
hi,
how does windows loader work???. i have a executable which does not follow PE format,but i am able to run that...hows that possible???
The portable executable isn't the only Windows executable in existance - could you be working with a COM file? It's one 64k segment, no more, but possibly less.

Code:
        +-------------------------+
    00h |  Old-style header info  |
        +-------------------------+
    20h |        Reserved         |
        +-------------------------+
    3Ch |   Offset to segmented   |
        |       .EXE header       |
        +-------------------------+
    40h |  Relocation table and   |
        |  MS-DOS stub program    |
        +-------------------------+
        |  Segmented .EXE Header  |
        |           .             |
        |           .             |
        |           .             |
Source: http://support.microsoft.com/kb/65122
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump





Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.