Tag:c
All the articles with the tag "c".
Creating shared libraries for function hooking on Linux (lessons learned from building an OSD for OpenGL applications)
Posted on:July 24, 2016 at 01:44 PMA list of tips on how to hook functions on Linux that I wish I had when creating GLXOSD, an OSD for OpenGL applications on Linux. There are many non-obvious problems that can arise while writing shared libraries meant for hooking API calls in various applications.