https://sourceware.org/gdb/current/onlinedocs/gdb/Reverse-Execution.html
GDB 라는 건데 hash 함수 끝에 breakpoint 걸면
추후 암호화된 해쉬값을
reverse debugging 기능으로 복호화할 수 있음.
실행방법:
gcc -g main.c
gdb a.out
https://sourceware.org/gdb/current/onlinedocs/gdb/Reverse-Execution.html
GDB 라는 건데 hash 함수 끝에 breakpoint 걸면
추후 암호화된 해쉬값을
reverse debugging 기능으로 복호화할 수 있음.
실행방법:
gcc -g main.c
gdb a.out
댓글 0