I need to interpose on a method call in a C++ program (the class resides in a separate sha开发者_JS百科red library). I thought I could use LD_PRELOAD, but i am not sure how this would work (i only fou
I am working on a project where I need to change the behaviour of the XOpenDisplay function defined in X11/Xlib.h.