Dataset of ASE 2024 research paper "How Does Code Optimization Impact Third-party Library Detection for Android Applications?"
收藏Figshare2024-11-07 更新2026-04-08 收录
下载链接:
https://figshare.com/articles/dataset/Dataset_of_ASE_2024_research_paper_How_Does_Code_Optimization_Impact_Third-party_Library_Detection_for_Android_Applications_/27623457/1
下载链接
链接失效反馈官方服务:
资源简介:
<pre># Evaluation Dataset<br><br>This is the dataset for ASE 2024 paper "How Does Code Optimization Impact Third-party Library Detection for Android Applications?". If you are interested in our work, you are welcome to cite our paper.<br><br><br><br>## Folder Structure<br> <br>- **apks_5_compilation_configuration**: 200 Apps with 5 compilation configurations: (1) D8 alone, (2) Obfuscation, (3) Shrinking, (4) Optimization+ Shrinking, and <br>(5) Obfuscation + Optimization + Shrinking (R8’s default strategy).<br>- **apk_13_different_optimization_strategies**: Randomly selected 50 Apps with different 13 optimization strategies, individually optimized by R8. Also enabling Shrinking during compilation.<br>- **dexs**: Contains the library dex files used as candidate library. These dex files are produced by the D8 compiler.<br>- **groundtruth**: Groundtruth for library detection.<br>- **params_tuning_apks**: APKs selected for the param tuning experiment. <br>- **mapping_files_for_dataset1**: Includes seed files, mapping files, and usage files generated during APK production. These files are useful for debugging.<br>- **mapping_files_for_dataset2**: Includes seed files, mapping files, and usage files generated during APK production. These files are useful for debugging.<br><br><br>## Citation<br>```<br>@inproceedings{10.1145/3691620.3695554,<br>author = {Xie, Zifan and Wen, Ming and Li, Tinghan and Zhu, Yiding and Hou, Qinsheng and Jin, Hai},<br>title = {How Does Code Optimization Impact Third-party Library Detection for Android Applications?},<br>year = {2024},<br>isbn = {9798400712487},<br>publisher = {Association for Computing Machinery},<br>address = {New York, NY, USA},<br>url = {https://doi.org/10.1145/3691620.3695554},<br>doi = {10.1145/3691620.3695554},<br>booktitle = {Proceedings of the 39th IEEE/ACM International Conference on Automated Software Engineering},<br>pages = {1919–1931},<br>numpages = {13},<br>keywords = {code optimization, third-party library, android},<br>location = {Sacramento, CA, USA},<br>series = {ASE '24}<br>}<br>```<br></pre>
提供机构:
Xie, Zifan
创建时间:
2024-11-07



