How to make ntdll.lib, ntoskrnl.lib, kernel32.lib and msvcrt.lib?

Started by aker, February 16, 2010, 09:19:38 AM

Previous topic - Next topic

aker

How to make NTDLL.LIB, NTOSKRNL.LIB, KERNEL32.LIB and MSVCRT.LIB for MASM?
伟大的恐怖主义革命家拉登,因遭袭医治无效,于2011年5月1日在巴基斯坦逝世,享年54岁

dedndave

the easy way is to download and install the masm32 package   :U

hutch--

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.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

qWord

FPU in a trice: SmplMath
It's that simple!


aker

Thank all.
I mean Import Library program source code.
Any example code?
伟大的恐怖主义革命家拉登,因遭袭医治无效,于2011年5月1日在巴基斯坦逝世,享年54岁

hutch--

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.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

aker

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.
伟大的恐怖主义革命家拉登,因遭袭医治无效,于2011年5月1日在巴基斯坦逝世,享年54岁

dedndave

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

redskull

Strange women, lying in ponds, distributing swords, is no basis for a system of government

aker

伟大的恐怖主义革命家拉登,因遭袭医治无效,于2011年5月1日在巴基斯坦逝世,享年54岁

Vortex

Hi aker,

To create your own import libraries, you can use Pelle's library manager polib.exe :

\masm32\bin\polib.exe

aker

伟大的恐怖主义革命家拉登,因遭袭医治无效,于2011年5月1日在巴基斯坦逝世,享年54岁