Dex Kit Bridge
Properties
Functions
Link copied to clipboard
inline fun batchFindClassUsingStrings(init: BatchFindClassUsingStrings.() -> Unit): Map<String, ClassDataList>
Batch search of classes using strings.
----------------Link copied to clipboard
inline fun batchFindMethodUsingStrings(init: BatchFindMethodUsingStrings.() -> Unit): Map<String, MethodDataList>
fun batchFindMethodUsingStrings(batchFind: BatchFindMethodUsingStrings): Map<String, MethodDataList>
Batch search of methods using strings.
----------------Link copied to clipboard
release native resource
----------------Link copied to clipboard
write all dex file to outPath
----------------Link copied to clipboard
Multi-condition class search.
----------------Link copied to clipboard
Multi-condition field search.
----------------Link copied to clipboard
Multi-condition method search.
----------------Link copied to clipboard
Convert class name or descriptor to ClassData (if exists).
----------------Link copied to clipboard
Convert field descriptor to FieldData (if exists).
----------------Link copied to clipboard
Convert Constructor to MethodData (if exists).
----------------Convert Method to MethodData (if exists).
----------------Convert method descriptor to MethodData (if exists).
----------------Link copied to clipboard
Initialize full cache, note: this will take up a lot of memory and time. Only recommended for performance testing.
Link copied to clipboard
set DexKit work thread number
----------------