Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A protection system for Android

License

NotificationsYou must be signed in to change notification settings

sebastianpoeplau/android-whitelists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a patchset for Android 4.3 (build JSS15J) that adds a protection schemeagainst the threats caused by dynamically loaded external code. Seethecorresponding paper atNDSSorthis blogpostfor more information.

To try it out, get thesources for Android buildJSS15J and make sure that you can compile the system. Then apply the patchesto the respective subdirectories (e.g., apply frameworks_base.patch toframeworks/base in your Android sources). After building the system, you shouldonly be able to run system apps. All others will be blocked by the protectionsystem.

In order to allow additional code, you have to whitelist it (this is where theverification providers that we suggest in the paper come into play). Use thescript create.py to translate a file containing SHA1 hashes into our binaryrepresentation. Then copy the result over to /data/whitelist/ on your device. Itwill be detected and loaded immediately.

About

A protection system for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp