You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.reloc section is needed for ASLR, which is a rather important security measure. I don't think it's a good idea to ever disable that, for like a few bytes of size savings at most perhaps?
Without it any kind of stack buffer vulnerability etc. can lead to very easy and free remote code execution vulnerability. Imagine if there was some bug in the code and it'd allow someone to hack people by setting a malicious present or something. Please, just no.
It's like removing seatbelts from a car. Small useless thing and doesn't change a thing as long as nothing happens. Until something does and you fly out of the windshield instead of getting out unscathed with minor bruises...
The text was updated successfully, but these errors were encountered:
.reloc section is needed for ASLR, which is a rather important security measure. I don't think it's a good idea to ever disable that, for like a few bytes of size savings at most perhaps?
Without it any kind of stack buffer vulnerability etc. can lead to very easy and free remote code execution vulnerability. Imagine if there was some bug in the code and it'd allow someone to hack people by setting a malicious present or something. Please, just no.
It's like removing seatbelts from a car. Small useless thing and doesn't change a thing as long as nothing happens. Until something does and you fly out of the windshield instead of getting out unscathed with minor bruises...
The text was updated successfully, but these errors were encountered: