DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.63k stars 557 forks source link

Linux loader does not support dynamicly load/unload the libaries #474

Open derekbruening opened 9 years ago

derekbruening commented 9 years ago

From qin.zhao@gmail.com on May 31, 2011 15:46:23

The Linux private loader does not support dynamically libraries load/unload, i.e. dlopen, dlclose.

Original issue: http://code.google.com/p/dynamorio/issues/detail?id=474

derekbruening commented 9 years ago

From qin.zhao@gmail.com on May 31, 2011 12:51:44

Linux private loader currently unloads all the client libraries and their dependent libraries at the end of execution.