finally fix this bug
This commit is contained in:
parent
09448752c0
commit
566b423c6b
8 changed files with 142 additions and 37 deletions
|
|
@ -14,6 +14,7 @@ struct Cli {
|
|||
method: String,
|
||||
}
|
||||
|
||||
/// Usefull for debugging.
|
||||
fn main() {
|
||||
env_logger::init();
|
||||
let cli = Cli::parse();
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ use androscalpel::{Apk, Class, IdType};
|
|||
|
||||
use androscalpel::SmaliName;
|
||||
use patcher::{
|
||||
code_loading_patcher::{insert_code, CodePatchingStrategy},
|
||||
code_loading_patcher::{CodePatchingStrategy, insert_code},
|
||||
labeling,
|
||||
reflection_patcher::transform_method,
|
||||
runtime_data::RuntimeData, // ReflectionInvokeData, ReflectionClassNewInstData, ReflectionCnstrNewInstData,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue