Skip to content

Commit

Permalink
Merge pull request #149 from RedBrumbler/patch-7
Browse files Browse the repository at this point in the history
Don't dlclose libil2cpp in bs hook
  • Loading branch information
sc2ad authored Nov 3, 2023
2 parents 32107b6 + 1e25d8c commit 70b8ef1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/il2cpp-functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,6 @@ void il2cpp_functions::Init() {
// logger.critical("Failed to parse il2cpp_shutdown's implementation address! Could not install shutdown hook for closing file logs.");
// }

dlclose(imagehandle);
initialized = true;
logger.info("il2cpp_functions: Init: Successfully loaded all il2cpp functions!");
}

0 comments on commit 70b8ef1

Please sign in to comment.