Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seojangho/cs_proj4

SNU Computer Security (2015fall) Project 4
https://github.com/seojangho/cs_proj4

Last synced: 4 days ago
JSON representation

SNU Computer Security (2015fall) Project 4

Awesome Lists containing this project

README

        

# Computer Security Project4
SNU Computer Security (2015fall) Project 4

[@seojangho](https://github.com/seojangho) (JangHo Seo) & [@lastone817](https://github.com/lastone817) (DongJin Shin)

## How to build

Basically follow the instructions on http://appanalysis.org/download.html, with `.repo/local_manifests/local_manifest.xml` in the following

```




















```

and

```
repo sync
```
```
repo forall libcore frameworks/native frameworks/opt/telephony system/vold system/core device/samsung/manta device/samsung/tuna \
packages/apps/TaintDroidNotify -c 'git fetch github && git checkout github/taintdroid-4.3_r1'
```
```
repo forall dalvik frameworks/base -c 'git fetch github && git checkout github/jangho'
```

## What to expect

* All the functionalities of TaintDroid must work correctly
* Through `adb logcat`, method calls with tainted arguments are printed with thread ID, caller name, caller name, and taint type(s).

## Related repositories

* [seojangho/android_platform_dalvik](https://github.com/seojangho/android_platform_dalvik)
* [seojangho/android_platform_frameworks_base](https://github.com/seojangho/android_platform_frameworks_base)