[armeabi-v7a] Compile++ thumb: stub <= Java_com_simplemobiletools_commons_databases_ContactsDatabase_1Impl_clearAllTables__.cpp
jni/nc/Java_com_simplemobiletools_commons_databases_ContactsDatabase_1Impl_clearAllTables__.cpp:244:24: error: cannot initialize a member subobject of type 'jobject' (aka '_jobject *') with an lvalue of type 'jint' (aka 'int')
jvalue args[] = {{.l = v7}};
^~
1 error generated.
Python environment: Python 3.12.3
OS: Linux ubuntu 24.04
command executed:
python3 dcc.py -a classes.dex -o out --source-dir proj-src
P.S. the dex file is here. Besides, I fixed a bug in this PR to make debugging a single dex file possible, it would otherwise throw a exception because the auto_vm method would return a list of bytes if a single dex file was provided.
Any help is really appreciated and more info can be provided if needed. :)
Error message:
the corresponding smali code:
Jadx decompiled method:
Generated c++ code:
filter.txt:
Python environment: Python 3.12.3 OS: Linux ubuntu 24.04 command executed:
P.S. the dex file is here. Besides, I fixed a bug in this PR to make debugging a single dex file possible, it would otherwise throw a exception because the auto_vm method would return a list of bytes if a single dex file was provided. Any help is really appreciated and more info can be provided if needed. :)