A forum for reverse engineering, OS internals and malware analysis 

Ask your beginner questions here.
 #24721  by Vrtule
 Tue Dec 23, 2014 1:08 pm
Hello,

yes, you can call ZwSuspendProcess from usermode. In such a case, the API is equivalent to NtSuspendProcess one. Both are exported by ntdll.dll and both names map to the sme address.