libc randomization disable

공부 2016. 12. 10. 23:37
반응형

libc 의 베이스 어드레스를 고정된 주소로 변경하고 싶을 때 사용하는 방법으로 


ulimit -s unlimited


를 사용하면 되는데 32bit에서만 가능하다.


즉 setarch로 환경 설정해주면 되겠다.


$ setarch linux32 -R /bin/bash

$ ulimit -s unlimited

'공부' 카테고리의 다른 글

[how2heap] fastbin dup  (0) 2016.12.25
[how2heap] first_fit  (0) 2016.12.25
SigReturn Oriented Programming (SROP)  (0) 2016.08.13
gs 베이스 주소 구하기  (0) 2016.05.09
[Codegate] 주저리  (0) 2016.05.06
블로그 이미지

KuroNeko_

KuroNeko

,