Skip to content

Commit

Permalink
Don't dlclose libil2cpp in bs hook
Browse files Browse the repository at this point in the history
this shouldn't be dlclosed here since it's also not opened by bs hook
  • Loading branch information
RedBrumbler authored Nov 1, 2023
1 parent 32107b6 commit 1e25d8c
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 1e25d8c

Please sign in to comment.