For the complete documentation index, see llms.txt. This page is also available as Markdown.

코드 난독화

Code Obfuscation

안드로이드에서는 코드난독화를 위하여 ProGuard와 DexGuard를 주로 사용하며, 주요 차이점은 다음과 같습니다.

ProGuard

DexGuard

Last updated