Skip to content

Commit

Permalink
Fixes Perfare#11
Browse files Browse the repository at this point in the history
  • Loading branch information
Perfare committed Aug 16, 2020
1 parent ad8830c commit 34f01a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/src/main/cpp/il2cpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ void il2cpp_dump(void *handle, char *outDir) {
il2cpp_handle = handle;
init_il2cpp_api();
auto domain = il2cpp_domain_get();
il2cpp_thread_attach(domain);
size_t size;
auto assemblies = il2cpp_domain_get_assemblies(domain, &size);
uint32_t typeDefinitionsCount = 0;
Expand Down

0 comments on commit 34f01a1

Please sign in to comment.