I want to load elf library(.so) , not using dlopen() or dlsym(). Instead of dlopen(), by parsing elf library, I want to load it. How can I get some source code?