모바일 (7) 썸네일형 리스트형 [android] frida hooking (프록시 탐지 우회) 1. proxy 탐지 구문 public static boolean ~~~Proxy(Context context) { int parseInt; if (VERSION.SDK_INT >= 14) { context = System.getProperty("http.proxyHost"); String property = System.getProperty("http.proxyPort"); if (property == null) { property = "-1"; } parseInt = Integer.parseInt(property); } else { String host = Proxy.getHost(context); parseInt = Proxy.getPort(context); context = host; } retu.. [android] frida 설치, fridump (메모리 덤프) 1. adb shell 2. PC에 frida 설치 (python 3.5) 3. frida-server 파일 다운로드 후, 폰(android)으로 옮김 https://github.com/frida/frida/releases (galaxy 4 lte는 arm 32bit) frida-server-10.7.7-android-arm.xz download 4. 프로세스 확인 5. fridump 설치 및 확인 (python 2.7) https://github.com/Nightbringer21/fridump 6. 패키지 이름으로 메모리 덤프 7. 덤프 파일 확인 이전 1 2 다음