Using function interposition for open() with Python doesn\'t seem to work after the first few calls. I suspect Python is doing some kind of initialization, or something is temporarily bypassing my fun
I\'ve intercepted(interposed) dlopen function under MacO开发者_StackOverflowS X and some other functions.
I am working on a project where I need to change the behaviour of the XOpenDisplay function defined in X11/Xlib.h.