zhkl0228 / unidbg

Allows you to emulate an Android native library, and an experimental iOS emulation
Apache License 2.0
3.64k stars 924 forks source link

Map<String, List<String>>参数如何构造啊啊啊啊,求解 #642

Open dmwzzh opened 3 weeks ago

pancihunter commented 3 weeks ago

示例的SignUtil应该可以解决

dmwzzh commented 2 weeks ago

@pancihunter java.lang.ClassCastException: class com.github.unidbg.linux.android.dvm.DvmObject cannot be cast to class com.github.unidbg.linux.android.dvm.Array (com.github.unidbg.linux.android.dvm.DvmObject and com.github.unidbg.linux.android.dvm.Array are in unnamed module of loader 'app'),示例的SignUtil的写法,只是map的value为arraylist,这个类型该项目好像是不支持的,有没有其他写法啊