Date: Monday, April 16, 2007 @ 15:59:49
  Author: marc
    Path: /cvsroot/carob/libmysequoia/ldtest

   Added: README (1.1)

Diagram


--------+
 README |   11 +++++++++++
 1 files changed, 11 insertions(+)


Index: libmysequoia/ldtest/README
diff -u /dev/null libmysequoia/ldtest/README:1.1
--- /dev/null   Mon Apr 16 15:59:49 2007
+++ libmysequoia/ldtest/README  Mon Apr 16 15:59:49 2007
@@ -0,0 +1,11 @@
+
+LD_PRELOAD=liboverride.so
+                 ::intercepted() { INTERCEPTED }
+
+main.o
+    |
+   dlopen(plugin.so, flags)
+              \___ linked to ___ liborig.so
+                                   ::intercepted() { NOT }
+                                   ::orig_calling_intercepted()
+

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to