Skip to content

Instantly share code, notes, and snippets.

@diarmaid-mcmanus
diarmaid-mcmanus / napkin.py
Created September 29, 2013 23:02
A quick script that uses androguard to rip out some info I wanted from an Android APK's AndroidManifest.xml file.
import sys
from androguard.core.bytecodes import apk
class Interface: # need to rename this
def __init__(self):
self.enabled = None
self.exported = None
self.label = None
self.name = None
# todo permission