libcudadebugger.so logger
redp
I've done some research of libcudadebugger.so internals - seems that it has exactly the same patterns:functions table returned by GetCUDADebuggerAPI located in .data section so you can patch any callback addressand each API function has logger This last fact is strange - while loggers from...