DEX Loading
참조 # 악성 APK을 이용한 Dynamic Dex Loading 분석 3가지 DexLoading 분석 BaseDexClassLoader # DexClassLoader # PathClassLoader # InMemoryDexClassLoader # android.support.multidex.MultiDex # dalvik.system.DexFile # DelegateLastClassLoader # 서드파티 라이브러리 # 메모리에 로드할 때 사용되는 Android 코드 정리 메모리에서 사용하는 방식? apk 파일일때 메모리에 로드되는 구조 (특정 타겟 버전만) 지금 테스트할때 보이는 방향으로는 메모리에 로드될때 r–p 에서만 덱스가 보이는데, 왜 그러는지? aab 파일일 때 메모리에 로드되는 구조 이녀석은 메모리에 dex 이름으로 로드되지 않음 만약 로드하는 방식에 따라 달라지면 로드하는 방식별로 정리 AOS 버전에 따라 달라질 가능성도 있음 (깊게는 ㄴㄴ ) ...