adplus-dvertising
frame-decoration

Question

Does every program have additional executables loaded into its address space?

a.

Yes

b.

No

c.

May be Yes or No

d.

Can't say

Posted under Reverse Engineering

Answer: (a).Yes Explanation:Every program has a certain number of additional executables loaded into its address space, regardless of whether it has DLLs of its own or not.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Does every program have additional executables loaded into its address space?

Similar Questions

Discover Related MCQs

Q. What does the operating system load into each program's address space?

Q. Why is it likely that two or more modules will try to use the same memory address?

Q. What is the solution to the problem of multiple modules trying to use the same memory address?

Q. Why does an executable need to know in advance where it will be loaded?

Q. What does it mean for an executable file to be relocatable?

Q. Why does an executable file need to know in advance where it will be loaded?

Q. What is a relative virtual address (RVA)?

Q. Why are relocations important for executable files?

Q. What is a section in an executable image?

Q. What is the purpose of having different sections in an executable image?

Q. What is a code section in an executable image?

Q. What is an RVA in an executable image?

Q. What is an initialized data section in an executable image?

Q. Why do sections need to be page-aligned when an executable is loaded into memory?

Q. What are the two different kinds of alignment fields in the PE header?

Q. Why is alignment important when accessing an executable file?

Q. What is an RVA?

Q. What is the difference between section alignment and file alignment?

Q. What are DLLs?

Q. What is the benefit of using DLLs?