Computer/Reverse Engineering
JUMP 분기 표시
Theo Kim
2010. 3. 8. 21:16
ollydbg.ini 파일을 열어 보면 [Settings] 부분에 위와 같은 부분이 있다.
Show jump direction=1
Show jump path=1
Show jumpfrom path=1
Show path if jump is not taken=1
Show jump path=1
Show jumpfrom path=1
Show path if jump is not taken=1
위와 같이 변경해주면 JUMP 분기에 대해 화살표가 표시된다.