adplus-dvertising
frame-decoration

Question

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

a.

Relocate one of the modules while it's being loaded

b.

Compress the modules

c.

Make the modules immutable

d.

Load the modules in the same address

Posted under Reverse Engineering

Answer: (a).Relocate one of the modules while it's being loaded Explanation:The solution to the problem of multiple modules trying to use the same memory address is to relocate one of the modules while it's being loaded.

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 solution to the problem of multiple modules trying to use the same memory address?