|
|
|
|
|
by blackflame7000
3081 days ago
|
|
The text-segment of the code containing the machine instructions is in read-only memory. You won't be able to overflow a heap variable with the intention of writing to the text-segment of memory without causing a segfault. |
|