Ready to work
- Mac one
step
01 clone warehouse compilation
-
mkdir jadx #Create jadx directory
-
git clone https://github.com/skylot/jadx.git #Clone the repository to the directory
-
cd jadx # Enter the jadx directory
-
./gradlew dist # Perform compilation This requires a little wait
Command effect diagram
02 Run and use jadx-gui
Find the compiled jadx-gui executable file and run
My Mac directory: /Users/mac/jadx/build/jadx/bin/jadx-gui
jadx renderings
End~🍺🍺🍺~
[출처] www.programmersought.com/article/80734931565/
'Language > Java, Android' 카테고리의 다른 글
Spring Boot에서 JSP 사용하기 (0) | 2021.02.18 |
---|---|
오라클 사이트에서 JDK8 다운로드해서 리눅스 설치용 wget 명령어 생성 방법 (0) | 2021.01.20 |
[MAVEN] MAVEN BUILD 시에 인코딩 변환 (0) | 2020.05.08 |
vscode spring개발환경 구축하기 (0) | 2020.05.07 |
[Spring] Maven 이용한 Spring MVC 프로젝트 생성(VSCode 사용) (1) | 2020.05.07 |