Log in

View Full Version : windows loader????


adityamolugu
March 17th, 2009, 01:16
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???

arc_
March 17th, 2009, 04:01
Maybe it's a 16-bit application (NE format, New Executable)?

dELTA
March 17th, 2009, 10:02
Or, it's a format/extension that's associated with another executable.

adityamolugu
March 18th, 2009, 00:14
thanx for ur replies...i tried to view the executable in pe viewer ans as arc_ siad its a NE format...i just want to know how a windows loader actually works???

novice2
March 18th, 2009, 03:16
may be something like this http://msdn.microsoft.com/en-us/library/ms809762.aspx will help?