Prev: Reset power to USB device ?????
Next: How to Get Name of the Process callng a hooked kernel API (Zw...)
From: Jack on 1 Feb 2008 07:49 >>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 1 Feb 2008 07:55 > 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 1 Feb 2008 10:14 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. > >
First
|
Prev
|
Pages: 1 2 Prev: Reset power to USB device ????? Next: How to Get Name of the Process callng a hooked kernel API (Zw...) |