Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.2 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.2 KB

COPES

This repository contains COPES (COllect PErmissionS), a tool to extract permission checks from the Android Framework.

This tool has initialiy been developed for the experiments in the following research papers:

Dependencies

COPES relies on Soot: [https://github.com/Sable/soot]

How to compile?

  1. Import COPES in eclipse
  2. Import Soot and all its dependencies
  3. Eclipse should compile COPES in ./bin/

How to use?

Use the following scripts:

  • ./redirectAndroidRemoteCalls/run.sh
  • ./entryPointWrapper/runGenerateClassWrappersWithSoot.sh
  • ./findPermissionChecks/runFindPermissionChecks.sh