Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- CS/자료구조/Stack
- CS/자료구조/Circular_Queue
- Tree/BST
- ctf
- Tree/AVL
- CS/자료구조/Queue
- CS/자료구조/Priority_Queue
- tree
- Tree/AVL/Deletion
- Tree/AVL/Insertion
- CS/자료구조/Circular_Linked_List
- UTCTF
- CS/자료구조/Doubly_Linked_List
- CS/자료구조/Linked_List
- Tree/Traversal
- Tree/Binary_Tree
- Tree/Binary_Search_Tree
- CS/자료구조/Singly_Linked_List
- Tree/RBTree
- reversing
- 코드엔진
- Tree/RBTree/Deletion
- Tree/RBTree/Insertion
- forensic
- codeengn
- 리버싱
Archives
- Today
- Total
SuperVingo
Suninatas Reversing 11번 Write Up 본문
728x90
0. 실행화면
아무 값이나 입력 후, Register를 누르면 사라진다.
1. ExeInfoPE 분석
델파이로 작성되었기에 OllyDbg로 분석을 한다.
2. OllyDbg 분석
String List를 보니 Congratulation!과 Autukey:, 그 후 의심되는 문자열 4개를 발견할 수 있었다.
위 쪽에 많은 연산과 구분이 있었지만, 비교구문과 관련이 없을 수 있으므로 먼저 넘어가니 역시 입력한 값과 특정 값을 비교하고 있었다. 특정 값을 입력하니 String List에서 의심되었던 문자열이 연결되어 Auth Key로 출력되었다.
728x90
'Wargame[워게임] > Suninatas' 카테고리의 다른 글
Suninatas Forensics 18번 Write Up (0) | 2020.09.14 |
---|---|
Suninatas Forensics 15번 Write Up (0) | 2020.09.14 |
Suninatas Forensics 14번 Write Up (0) | 2020.09.14 |
Suninatas Reversing 10번 Write Up (0) | 2020.09.14 |
Suninatas Reversing 9번 Write Up (0) | 2020.09.14 |