This commit is contained in:
Jean-Marie Mineau 2025-03-26 11:56:10 +01:00
parent 2d7c69cb05
commit e34415857d
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
9 changed files with 116 additions and 18 deletions

71
patcher/tst/runtime.json Normal file
View file

@ -0,0 +1,71 @@
{
"invoke_data": [
{
"method": "Lcom/example/theseus/dynloading/AMain;->getColliderId()Ljava/lang/String;",
"caller_method": "Lcom/example/theseus/dynloading/MainActivity;->indirectWithoutParent()V",
"addr": 33,
"is_static": true
},
{
"method": "Lcom/example/theseus/dynloading/AMain;->getColliderId()Ljava/lang/String;",
"caller_method": "Lcom/example/theseus/dynloading/MainActivity;->indirectWithParent()V",
"addr": 39,
"is_static": true
},
{
"method": "Lcom/example/theseus/dynloading/Collider;->getColliderId()Ljava/lang/String;",
"caller_method": "Lcom/example/theseus/dynloading/MainActivity;->directWithoutParent()V",
"addr": 33,
"is_static": true
},
{
"method": "Lcom/example/theseus/dynloading/Collider;->getColliderId()Ljava/lang/String;",
"caller_method": "Lcom/example/theseus/dynloading/MainActivity;->directWithParent()V",
"addr": 39,
"is_static": true
}
],
"class_new_inst_data": [
{
"constructor": "Landroid/app/Application;-><init>()V",
"caller_method": "Landroid/app/AppComponentFactory;->instantiateApplication(Ljava/lang/ClassLoader;Ljava/lang/String;)Landroid/app/Application;",
"addr": 4
},
{
"constructor": "Lcom/example/theseus/dynloading/MainActivity;-><init>()V",
"caller_method": "Landroid/app/AppComponentFactory;->instantiateActivity(Ljava/lang/ClassLoader;Ljava/lang/String;Landroid/content/Intent;)Landroid/app/Activity;",
"addr": 4
}
],
"cnstr_new_inst_data": [],
"dyn_code_load": [
{
"classloader_class": "Ldalvik/system/PathClassLoader;",
"classloader": "0dfe1ce0",
"files": [
"./tst/dex/PathClassLoader_0dfe1ce0_09d17bb5de42d5d9.bytecode"
]
},
{
"classloader_class": "Ldalvik/system/PathClassLoader;",
"classloader": "0b4ac535",
"files": [
"./tst/dex/PathClassLoader_0b4ac535_09d17bb5de42d5d9.bytecode"
]
},
{
"classloader_class": "Ldalvik/system/PathClassLoader;",
"classloader": "0ceee91e",
"files": [
"./tst/dex/PathClassLoader_0ceee91e_09d17bb5de42d5d9.bytecode"
]
},
{
"classloader_class": "Ldalvik/system/PathClassLoader;",
"classloader": "0545b1a9",
"files": [
"./tst/dex/PathClassLoader_0545b1a9_09d17bb5de42d5d9.bytecode"
]
}
]
}