Delegate_t12 * L_4 = V_1;// Call the methodObjectU5BU5D_t9* L_5 = ((ObjectU5BU5D_t9*)SZArrayNew(ObjectU5BU5D_t9_il2cpp_TypeInfo_var,1));NullCheck(L_5);IL2CPP_ARRAY_BOUNDS_CHECK(L_5,0);ArrayElementTypeCheck (L_5, (String_t*) &_stringLiteral1);*((Object_t **)(Obje...
ObjectU5BU5D_t4* L_19 = ((ObjectU5BU5D_t4*)SZArrayNew(ObjectU5BU5D_t4_il2cpp_TypeInfo_var, 1)); int32_t L_20 = V_2; Object_t * L_21 = Box(InitializedTypeInfo(&Int32_t5_il2cpp_TypeInfo), &L_20); NullCheck(L_19); IL2CPP_ARRAY_BOUNDS_CHECK(L_19, 0); ArrayElementType...
private string test_string = "hello world"; public int[] test_int_array; protected List<string> test_string_list; private TEST_ENUM test_enum; private Hello hello = new Hello(); private void Awake() { Init(); } private void Init() { test_int = 1; test_float = 2.0f; test_int_...
public int[] test_int_array; protected List<string> test_string_list; private TEST_ENUM test_enum; private Hello hello = new Hello(); private void Awake() { Init(); } private void Init() { test_int = 1; test_float = 2.0f; test_int_array = new int[3] { 4, 5, 6 }; test...
ObjectU5BU5D_t9* L_5 = ((ObjectU5BU5D_t9*)SZArrayNew(ObjectU5BU5D_t9_il2cpp_TypeInfo_var, 1)); NullCheck(L_5); IL2CPP_ARRAY_BOUNDS_CHECK(L_5, 0); ArrayElementTypeCheck (L_5, (String_t*) &_stringLiteral1); *((Object_t **)(Object_t **)SZArrayLdElema(L_5, 0)) =...
// Create a new single-dimension, zero-based object array ObjectU5BU5D_t4* L_0 = ((ObjectU5BU5D_t4*)SZArrayNew(ObjectU5BU5D_t4_il2cpp_TypeInfo_var, 3)); // Store the Vector3::x field in a local float L_1 = (__this->___x_1); ...
console.log("大小:",global_metadata_size);varfile=newFile("/data/data/"+get_self_process_name()+"/global-metadata.dat","wb");file.write(Memory.readByteArray(address,global_metadata_size));file.flush();file.close();console.log('导出完毕...');},onComplete:function(){//console.log("...
#1:profiling::gc_resize_event(void *,long long) #2:il2cpp::vm::Profiler::GCHeapResize(long long) #3:GC_collect_or_expand #4:GC_alloc_large #5:GC_generic_malloc #6:GC_malloc_kind_global #7:il2cpp::vm::Object::AllocatePtrFree(uint,Il2CppClass *) #8:il2cpp::vm::Array::NewSpec...
var file = new File("/data/data/" + get_self_process_name() + "/global-metadata.dat", "wb"); file.write(Memory.readByteArray(address, global_metadata_size)); file.flush(); file.close(); console.log('导出完毕...'); },
function_type = ptr(args[3]).readCString(), // func_typethis.so_path = ptr(args[5]).readCString();var strs = new Array(); //定义一数组strs = this.so_path.split("/"); //字符分割this.so_name = strs.pop();this.func_offset= ptr(args[4]).sub(Module.findBaseAddress(this....