finally fix this bug

This commit is contained in:
Jean-Marie Mineau 2025-04-23 17:36:20 +02:00
parent 09448752c0
commit 566b423c6b
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
8 changed files with 142 additions and 37 deletions

View file

@ -14,6 +14,7 @@ struct Cli {
method: String,
}
/// Usefull for debugging.
fn main() {
env_logger::init();
let cli = Cli::parse();

View file

@ -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,