adplus-dvertising
frame-decoration

Question

What causes the program to crash in a heap overflow attack?

a.

The heap manager traverses the linked list

b.

The stack manager traverses the linked list

c.

The heap manager overwrites the linked list

d.

The stack manager overwrites the linked list

Posted under Reverse Engineering

Answer: (a).The heap manager traverses the linked list Explanation:In a heap overflow attack, the program crashes as soon as the heap manager traverses the linked list, in order to free a block for example.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What causes the program to crash in a heap overflow attack?