package
0.0.0-20240514134556-da0a988822aa
Repository: https://github.com/shosta/androsectest.git
Documentation: pkg.go.dev
# Functions
CreateAttacksFolder : Create the attack folder.
DebugPkgDirPath : Return the folder path where we store the "apktool b" command result files (.b.apk).
DecompiledPackageDirPath : Return the folder path where we store the "jadx -d" command result files (.java).
DisassemblePackageDirPath : Return the folder path where we store the "apktool -d" command result files (.smali).
Do :.
DoInsecureLog : Test if something insecure is logged through logcat while using the device.
DoInsecureStorage :.
DoReverse : Reverse the ".apk" to the ".java" files.
InsecLoggingDirPath : Return the Insecure Logging folder path.
InsecStorageDirPath : Return the Insecure Storage folder path.
SourcePackageDirPath : Return the folder that contains the package we pulled initially from the device.
UnzipDirPath : Return the folder path where we store the "unzip" command result files.