kubo / plthook

Hook function calls by replacing PLT(Procedure Linkage Table) entries.
745 stars 152 forks source link

Document `plthook_open_by_address` #13

Open chrahunt opened 5 years ago

chrahunt commented 5 years ago

It's not specified where address can come from - on Linux it would be anything that would be passed to dladdr1 i.e. a pointer to some location in a loaded program header segment.