Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8740657
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T11:10:09+00:00 2026-06-13T11:10:09+00:00

The book Windows NT/2000 Native API Reference provides a comprehensive documentation (even though outdated)

  • 0

The book Windows NT/2000 Native API Reference provides a comprehensive documentation (even though outdated) of undocumented (by Microsoft) Native APIs. But I am curious, is there anyway to find the mappings between low-level functions declared in ntdll.dll and user-mode functions in kernel32.dll, advapi.dll, etc..

For example:

I know the function CreateFile maps to NtCreateFile. But I don’t the exact function in ntdll.dll for MoveFileWithProgressW function in kernel32.dll

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T11:10:10+00:00Added an answer on June 13, 2026 at 11:10 am

    You can dump exports from user-mode system DLLs using dumpbin.exe utility from Windows SDK/Visual Studio and look for forwarded functions:

    dumpbin -exports kernel32.dll | find/I "forwarded" > fwd.txt

    This will create fwd.txt file containing a list of forwarded functions, something like this:

    151   96  EnterCriticalSection (forwarded to NTDLL.RtlEnterCriticalSection)
    361  168  GetLastError (forwarded to NTDLL.RtlGetLastWin32Error)
    518  205  HeapAlloc (forwarded to NTDLL.RtlAllocateHeap)
    524  20B  HeapFree (forwarded to NTDLL.RtlFreeHeap)
    528  20F  HeapReAlloc (forwarded to NTDLL.RtlReAllocateHeap)
    530  211  HeapSize (forwarded to NTDLL.RtlSizeHeap)
    

    etc.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm refering the book Microsoft Windows Communication Foundation Step By Step. It says that
I'm currently learning Windows programming through the Win32 API using Petzold's book as a
The book says about a small Windows.Forms program The Windows Forms classes are in
I ready in the book The Definitive Guide to Windows Installer (Phil Wilson -
I have been reading the book of Windows via C/C++. In chapter 8, page
Guys that is code copied from a book (Programming Windows 5th edition): #include <windows.h>
I'm studying this book (Addison Wesley Windows System Programming 4th Edition) and I think
I'm working through the book Pro WF Windows Workflow in .NET 3.5 and on
I have a book about programming under Windows, and the author uses a function
I was working through a book which shows me how to create a windows

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.