首页 > TAG信息列表 > DexFile

【Android 逆向】Dalvik 函数抽取加壳 ( 类加载流程分析 | Class.cpp#findClassNoInit 函数 | DexFile.cpp#dexFindClass 函数分析 )

文章目录 前言一、Class.cpp#dvmDefineClass 函数分析二、Class.cpp#findClassNoInit 函数分析三、DexFile.cpp#dexFindClass 函数分析 前言 上一篇博客 【Android 逆向】Dalvik 函数抽取加壳 ( 类加载流程分析 | native 函数查询 | dalvik_system_DexFile.cpp#defineCl

【Android 逆向】ART 脱壳 ( DexClassLoader 脱壳 | ART 虚拟机下 DexClassLoader 类加载器脱壳点总结 )

文章目录 一、ART 虚拟机下 DexClassLoader 类加载器脱壳点总结1、file_magic.cc#OpenAndReadMagic 函数2、dex_file.cc#DexFile::OpenCommon3、dex_file.cc#DexFile::DexFile 总结 ( 兼容 InMemoryDexClassLoader 和 DexClassLoader 两种类加载器的 脱壳点 ) 一、AR

【Android 逆向】整体加固脱壳 ( DexClassLoader 加载 dex 流程分析 | DexFile loadDexFile 函数 | 构造函数 | openDexFile 函数 )

文章目录 前言一、DexFile.loadDexFile 函数分析二、DexFile 构造函数分析三、DexFile.openDexFile 函数分析 前言 上一篇博客 【Android 逆向】整体加固脱壳 ( DexClassLoader 加载 dex 流程分析 | DexPathList 中根据 File 加载 DexFile | loadDexFile 分析 ) 中 , 介