일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- checkrain
- 모바일해킹
- 모바일보안
- ios
- 위변조탐지
- m5stack
- goormide
- frida-client
- 무료웹ide
- 무결성검증
- 메모리취약점
- Frida
- 웹ide
- 3utools
- m5go
- frida-server
- IDE
- checkra1n
- reverse shell
- fowarding
- fridump
- 중요정보검색
- frida설정
- goorm
- 프록시
- irunit
- android
- frida서버설정
- 동적분석
- 안드로이드동적분석
- Today
- Total
목록frida-server (2)
WhiteHat Security
1. Cydia 에서 소스 > 편집 > 추가 - https://build.frida.re 불러오는 중입니다... 2. 자신의 기기에 맞는 패키지 다운로드 - Frida for pre-A12 - Frida for A12+ devices - Frida for 32-bit devices 3. 설치 후 frida-server 구동 확인 sec-iPhone:~ root# ps -ef |grep frida 0 3539 1 0 3:45PM ?? 0:00.10 /usr/sbin/frida-server 0 3557 3137 0 3:46PM ttys000 0:00.01 grep frida sec-iPhone:~ root# 4. 아이폰 USB 연결 후, frida-ps -U 명령어로 실행 확인 a60105302@601053..
Firda Server 다운로드 및 실행 1. Frida releases https://github.com/frida/frida/releases frida/frida Clone this repo to build Frida. Contribute to frida/frida development by creating an account on GitHub. github.com 2. 자신에게 맞는 버전을 다운로드 https://github.com/frida/frida/releases/download/12.8.14/frida-server-12.8.14-android-arm64.xz 불러오는 중입니다... 3. 압축 해제 한 파일을 안드로이드 기기에 업로드 adb push 사용법 push [--sync] LOCAL...