Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.27 KB

index.md

File metadata and controls

44 lines (27 loc) · 1.27 KB
layout css
page
index.css

{% include index.html %}

(All the data in this website is available at Zenodo.)

1: Type-1 bugs in real apps

(Missing Permission Check): A dangerous API is called without a permission check on the target Android version.

Click for more details


2: Type-2 bugs in real apps

(Incompatible Permission Usage): A dangerous API is called on incompatible platforms, or the evolution of permission specification is not fully handled.

Click for more details


3: Aper tool

The Aper executable and instructions.

Click for more details


4: ARPfix benchmark

The ARPfix benchmark that contains buggy ARP usages, and the corresponding patches, built from real-world Android projects.

Click for more details


5: Empirical data

The data used in our empirical study: API-permission mapping, and Google Play apps.

Click for more details