中文

Dexpler:将 Android Dalvik 字节码转换为 Jimple 以利用 Soot 进行静态分析

软件工程 2019-07-24 v2

摘要

本文介绍了 Dexpler,这是一个将 Dalvik 字节码转换为 Jimple 的软件包。Dexpler 构建于 Dedexer 和 Soot 之上。由于 Jimple 是 Soot 的主要内部代码表示形式,因此可以使用任何基于 Jimple 的工具对 Dalvik 字节码进行操作,例如执行指针分析或流分析。

关键词

引用

@article{arxiv.1205.3576,
  title  = {Dexpler: Converting Android Dalvik Bytecode to Jimple for Static Analysis with Soot},
  author = {Alexandre Bartel and Jacques Klein and Martin Monperrus and Yves Le Traon},
  journal= {arXiv preprint arXiv:1205.3576},
  year   = {2019}
}

备注

ACM SIGPLAN International Workshop on the State Of the Art in Java Program Analysis(SOAP 2012), Beijing : China (2012)