Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 587 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 587 Bytes

Anylfest provides and API for parsing and analyzing an AndroidManifest.xml file. It requires the following to function as intended:

Takes in an AndroidManifest file and parses it into an object tree. It has API methods:

Returns Boolean: hasLocationPermission isDebuggable

Returns List: getExportedActivity getExportedService getExportedProvider getExportedReceiver getSecretCodes getSensitivePermissions getHiddenMenuActivities