Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Guides
Programming Guides & Questions
[Theory] Native Windows API (NTAPI)
Message
<blockquote data-quote="ttyssh" data-source="post: 754449" data-attributes="member: 74071"><p><span style="font-size: 15px">Hi,</span></p><p><span style="font-size: 15px">I have a few questions.</span></p><p><span style="font-size: 15px">So if i understand correctly:</span></p><p><span style="font-size: 15px">Example: </span></p><p><span style="font-size: 15px">OpenProcess is a function Win32 API (wrapper?) that calls ntdll.dll (NATIVE API) which in turn calls the corresponding function in the kernel right? what function does it call in the kernel?</span></p><p><span style="font-size: 15px">the prefix Nt (Example: NtOpenProcess) and Zw (Example: ZwOpenProcess) are aliases?</span></p><p><span style="font-size: 15px">NtOpenProcess / ZwOpenProcess is just usermode?</span></p><p><span style="font-size: 15px">what function need to use in the kernel?</span></p><p><span style="font-size: 15px"></span></p><p><span style="font-size: 15px">PS: sry for bad english >.></span></p></blockquote><p></p>
[QUOTE="ttyssh, post: 754449, member: 74071"] [SIZE=15px]Hi, I have a few questions. So if i understand correctly: Example: OpenProcess is a function Win32 API (wrapper?) that calls ntdll.dll (NATIVE API) which in turn calls the corresponding function in the kernel right? what function does it call in the kernel? the prefix Nt (Example: NtOpenProcess) and Zw (Example: ZwOpenProcess) are aliases? NtOpenProcess / ZwOpenProcess is just usermode? what function need to use in the kernel? PS: sry for bad english >.>[/SIZE] [/QUOTE]
Insert quotes…
Verification
Post reply
Top