From: Jack on
>>I am working on a NE disassembler.
>
> Do you understand that there are dozens (maybe hundreds) of these already?

Like what? Any examples?

Jack

>
>>Especially needing for a NE format specifications (with details) in order
>>to
>>grab the various parts of the exe...
>
> There are many references for this information on the web. That is the
> path to success. Also remember that a PE file includes an NE header. In
> fact, if you look in the "winnt.h" include file in the Platform SDK,
> you'll
> find IMAGE_DOS_HEADER, which defines the NE header.
> --
> Tim Roberts, timr(a)probo.com
> Providenza & Boekelheide, Inc.


From: Jack on
> Download OpenWatcom. IIRC it still supports Win16, so there's a chance
> that the header files are there.
>
Hi Christian,
Unfortunately, no source code access available for public users of
OpenWatcom.
Thanks
Jack



From: Alexander Grigoriev on
IDA

"Jack" <jl(a)knight.com> wrote in message
news:%23tARweAZIHA.4140(a)TK2MSFTNGP04.phx.gbl...
>>>I am working on a NE disassembler.
>>
>> Do you understand that there are dozens (maybe hundreds) of these
>> already?
>
> Like what? Any examples?
>
> Jack
>
>>
>>>Especially needing for a NE format specifications (with details) in order
>>>to
>>>grab the various parts of the exe...
>>
>> There are many references for this information on the web. That is the
>> path to success. Also remember that a PE file includes an NE header. In
>> fact, if you look in the "winnt.h" include file in the Platform SDK,
>> you'll
>> find IMAGE_DOS_HEADER, which defines the NE header.
>> --
>> Tim Roberts, timr(a)probo.com
>> Providenza & Boekelheide, Inc.
>
>