Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APKResigner ¶
APKResigner is the interface for anything used to resign apks
func NewAPKResigner ¶
func NewAPKResigner(shell Shell) APKResigner
NewAPKResigner creates a new instance of APKResigner
type APKTool ¶
type APKTool interface { Decode(apk string, force, nores, nosrc bool) error Build(output string, force bool) error CopyToDecoded(src, dst string) error GetIntermediateDir() string }
APKTool is an interface for all apktool functionality
type NativeLibInjector ¶
NativeLibInjector is the interface for anything that can be used to inject a payload library into another library to make it a dependency
func NewNativeLibInjector ¶
func NewNativeLibInjector(shell Shell) NativeLibInjector
NewNativeLibInjector creates a new instance of NativeLibInjector
Click to show internal directories.
Click to hide internal directories.