Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
31 |
Tags
- beebox
- foremost
- otter
- base64
- NTFS
- elasticsearch
- 안드로이드
- 파이썬
- XSS
- diva
- Volatility
- kibana
- MFT
- Reflected XSS
- Openstack
- 인시큐어뱅크
- vulnhub
- Strings
- logstash
- SQL Injection
- Docker
- ESXi
- Suninatas
- lord of sql injection
- ctf
- CTF-d
- 2018
- InsecureBank
- igoat
- frida
Archives
- Today
- Total
목록Binary Patching (1)
Information Security

Binary Patching - 앱의 변조 및 무결성 검증 위치 BinaryPatchingVC setTheTextfield 영향 앱이 변조될 위험이 있다. 진단 IDA 프로그램을 이용해 setTheTextfield 함수에서 특정 단어 root를 검색했다. 이 부분이 root를 입력하면 correct password 메시지를 보여주는 부분인 것 같다. 72 6F 6F 74 부분을 toor 16진수를 입력하면 되는 것을 알 수 있다. 010 editor 프로그램에서 그림 13-3에서 찾은 16진수를 바꾸면 될 것 같다. root 부분을 toor로 변경했다. 대응방안 소스 코드를 난독화해서 코드를 알아볼 수 없게 한다.
모바일/iOS igoat 분석
2019. 11. 19. 21:48