[컴퓨터시스템프로그래밍] CS:APP Bomb lab: Defusing a Binary Bomb (4) phase_3
·
ComputerSystemProgramming
phase_3은 코드가 꽤 길다. 알아보기 편하게 jump 구조를 표시해주었다.0000000000001679 : 1679: f3 0f 1e fa endbr64 167d: 48 83 ec 18 sub $0x18,%rsp 1681: 64 48 8b 04 25 28 00 mov %fs:0x28,%rax 1688: 00 00 168a: 48 89 44 24 08 mov %rax,0x8(%rsp) 168f: 31 c0 xor ..