adplus-dvertising
frame-decoration

Question

What is the first step taken by the system in an average process creation sequence?

a.

Mapping NTDLL.DLL and the program executable

b.

Allocating stack space for the process’s first thread

c.

Creating the process object and allocating a new memory address space for the process

d.

Calling the WinMain entry point

Posted under Reverse Engineering

Answer: (c).Creating the process object and allocating a new memory address space for the process Explanation:The first step taken by the system in an average process creation sequence is creating the process object and allocating a new memory address space for the process.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the first step taken by the system in an average process creation sequence?