|
|
|
|
|
by chrisrohlf
4429 days ago
|
|
"or try to mmap each region to a well-known start address (and fail if it cannot obtain that address)." Optimizations aside, beware this approach. ASLR is one of your two best friends (the other is DEP). When you purposely circumvent the protection it provides a security researcher somewhere will make you the topic of a very pointy blog post. |
|