RPISEC / MBE

Course materials for Modern Binary Exploitation by RPISEC
BSD 2-Clause "Simplified" License
5.47k stars 883 forks source link

Enabling ASLR in MBE_VM #34

Closed igogo-x86 closed 7 years ago

igogo-x86 commented 7 years ago

Looks like every account (gameadmin, lecture and labXX) has no enough privilege to enable ASLR. How it is supposed to be done?

Lense commented 7 years ago

gameadmin should have sudo access. Try running sudo -i to get a root shell, and then run the aslr commands.

If that doesn't work, could you describe how you set the VM up?

igogo-x86 commented 7 years ago

That's worked, thanks!