How to make NTDLL.LIB, NTOSKRNL.LIB, KERNEL32.LIB and MSVCRT.LIB for MASM?
the easy way is to download and install the masm32 package :U
For NTDLL.LIB, NTOSKRNL.LIB you will have to write the prototypes yourself if you cannot frind an include file that has them. Neither are properly part of Win32 so they are not included in the libraries in MASM32.
NTDLL.LIB and NTOSKRNL.LIB are included in the Windows DDK (http://www.microsoft.com/downloads/details.aspx?FamilyID=2105564e-1a9a-4bf4-8d74-ec5b52da3d00&displaylang=en)
ntdll.lib/inc :
http://www.masm32.com/board/index.php?topic=2124.0
Thank all.
I mean Import Library program source code.
Any example code?
akr,
Tell us what you are after. Usually when someone wants access at unpublished system DLLs like NTDLL and NTOSKRNL they are up to some form of mischief. People who need to work in this area already know what they need.
I just learn to write a program.
Yours inc2l, inc2lib, makecimp ... are very good, but no source.
So I'm tring to write a new one.
QuotePeople who need to work in this area already know what they need.
you are too kind, Hutch - lol
i need to learn how to write kmd's - i glanced through some doc's - and it isn't a simple thing
http://win32assembly.online.fr/importlib.html
Great!
Thanks all.
Hi aker,
To create your own import libraries, you can use Pelle's library manager polib.exe :
\masm32\bin\polib.exe
:U