Hi.
A .so file is also an ELF file, so can the project modified to load a .so file without call dlopen()? And is it easy to do that based on the project?
Specifically, a process call something like "pawn_dlopen" and load a .so file into current process, and then get the export function address and call it.
Thank you.