Practicing buffer overflow attack in Ubuntu

前端 未结 5 1823
我在风中等你
我在风中等你 2021-02-10 00:02

I am trying to learn to use buffer overflow attack in Ubuntu. Unfortunately, I cannot turn off Address Space Layout Randomization (ASLR) feature in this OS, which is turned on b

5条回答
  •  遇见更好的自我
    2021-02-10 00:29

    to echo to files with root acces using sudo you can use the following code:

    echo "0" | sudo tee /proc/sys/kernel/randomize_va_space
    

提交回复
热议问题