완료됨
  
              강의에서 나온 pwndbg명령어가 안되네요.
            안녕하세요.
강의록 중에  해제된 메모리의 tcache_entry 값을 보기 위해
pwndbg> set $chunk=(tcache_entry *)0x555555756260
pwndbg> print *chunk
쓰잖아요. 제 우분투 18 환경에서
동일하게
set $chunk=(tcache_entry *)0x555555602250
하고 해제한 후
pwndbg> print *chunk 했지만
No symbol "chunk" in current context. 이렇게 나오네요
pwndbg> print $chunk
$12 = (tcache_entry *) 0x555555602250
이렇게 나오고요.. 초보자라.. 조작이 익숙치 않네요.
다른 명령어가 있는지요?
 
          #시스템해킹
        
          #기초
        
          #dfb
        
          #더블_프리_버그
        
      작성자 정보
    
   
          답변
         
          2
        
 
