apkleaks, arduino*, aspell, archwiki-rs, atktopbm, audtool, autojump, autopep8: add Korean translation (#13638)

This commit is contained in:
HoJeong Im
2024-09-09 23:09:37 +09:00
committed by GitHub
parent 73d0395892
commit 22bd4fc858
9 changed files with 213 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# apkleaks
> APK 파일에서 URI, 엔드포인트, 비밀을 노출.
> 참고: APKLeaks는 `jadx` 디스어셈블러를 사용하여 APK 파일을 디컴파일.
> 더 많은 정보: <https://github.com/dwisiswant0/apkleaks>.
- APK 파일([f]ile)에서 URI, 엔드포인트, 비밀을 스캔:
`apkleaks --file {{경로/대상/파일.apk}}`
- 출력([o]utput)을 스캔하여 특정 파일에 저장:
`apkleaks --file {{경로/대상/파일.apk}} --output {{경로/대상/출력파일.txt}}`
- `jadx` 디스어셈블러 인수([a]rguments) 전달:
`apkleaks --file {{경로/대상/파일.apk}} --args "{{--threads-count 5 --deobf}}"`