공부,일/c언어
random stack address 옵션 끄기
fromnothing1
2021. 9. 1. 11:52
https://wowcat.tistory.com/2073
Visual Studio Random Stack Address option off ( 랜덤 스택 옵션 , 랜덤 변수 주소 옵션 끄기 ASLR )
Address space layout randomization Visual Studio에서는 고정되어있는 stack 시작 주소를 랜덤화하여 임의주소로 바꾸는 옵션을 켜 놓았음. 이 기술을 Address Space Layout Randomization(ASLR)라고 함. 관련..
wowcat.tistory.com
random stack address 옵션 끄기