본문 바로가기

Android Apk De compile 하는 방법 http://yuihorie1004.tistory.com/entry/Androidandroid-apk-decompile%ED%95%98%EB%8A%94-%EB%B0%A9%EB%B2%95 android apk decompile하는 방법 Android apk decompile을 하는 방법에 대해서 알아보도록 하자 먼저 간단하게 reversing에 대해서 이미지를 살펴보자 [그림 1] java reversing [그림 2]Android apk 실행 파일과 reversing Android 실행 파일을 디컴파일 하기 위해서는 몇가지 툴이 필요하다. apkTool과 dex2jar와 jd-gui의 툴이 필요하다. 각각을 다운로드 한다. apkTool은 http://code.google.com/p/android-apk.. 더보기
Apk Manager 안드로이드 APK 디컴파일-컴파일 하기 (5.0.2 버전 - ICS 가능) http://blog.naver.com/PostView.nhn?blogId=chihun85&logNo=130141231043 Apk Manager 안드로이드 APK 디컴파일-컴파일 하기 (5.0.2 버전 - ICS 가능) 네이버 블로그 안드로이드 테마를 꾸밀 때 루팅 후 APK 파일을 수정해야 합니다. 뭐 단순히 테마뿐 아니라 여러 기능의 추가, 삭제를 위해서도 필요한 과정이죠. 이때에 필히 선행되어야 하는것이 디컴파일과 컴파일 입니다. Compile / Decompile 이란 무엇인가? (컴파일 / 디컴파일 이란?) 먼저 컴파일은 프로그래머가 만든 프로그래밍언어를 컴퓨터가 이해하는 기계어로 바꾸어주는 과정이라면, 디컴파일은 이와 반대로 기계어를 c언어 혹은 기타 프로그래밍언로 바꾸어주는 역과정 여러 스.. 더보기
[안드로이드] framework-res.apk 수정방법(테마수정, 시스템어플수정) http://toforyou.tistory.com/55 [안드로이드] framework-res.apk 수정방법(테마수정, 시스템어플수정) 제가 알려드리는게 완벽하지 않을수있습니다. 더 좋은방법들이 있을수도 있구요 제가 알려드리는건 수많은계단에 첫계단에 불과할겁니다. 하지만 이 강좌로 인해서 많은 갤럭시K 전용 자료들이 나왔으면 하는 바람입니다. ------------------------------------------------------------------------------------- 제가 갤럭시K를 언급했지만 다른폰에서도 가능한 강좌입니다. -------------------------------------------------------------------------------------.. 더보기
dex 파일 디컴파일(decompile) [안드로이드]dex 파일 디컴파일(decompile) 컴부리 이야기 http://shadowxx.egloos.com/10658242 java -DASDKLoc={Location of dexdump} -jar undx.jar {dexfile} 이 명령 실행 시 java.lang.OutOfMemoryError: java heap space 가 발생하면 다음과 같이 최대 힙을 늘려줘서 (-Xmx 옵션) 실행하도록 한다. java -Xmx512M -DASDKLoc=. -jar undx.jar classes.dex 그리고 APK 안에 들어 있는 AndroidManifest.xml 을 압축되어 있어서 그냥 열면 내용이 보이지 않는다. 이럴때는 java -jar AXMLPrinter2.jar AndroidManife.. 더보기
HTML5 Game Development » WebGL http://www.html5gamedevs.com/tag/webgl/page/3/ - [HTML5 Game Development » WebGL] WebGL Inspector This is an excerpt from the linked article, written by the original author: WebGL Inspector is a tool inspired by gDEBugger and PIX with the goal of making the development of advanced WebGL applications easier. What Firebug and Developer Tools are to HTML/JS, WebGL Inspector is to WebGL. Note: this .. 더보기