I am interested in having a multiplatform solution to hook/detour functions (internal and external symbols) for third party software on a multiplatform environment (Windows, Linux, AIX, Solaris and HPUX).
I already have the solution implemented for windows with MS detours library, and I implemented an incomplete solution for Linux (elf executable format on x64_86 architecture) and AIX (XCOFF executable format on powerpc64 architecture).
Does anyone know of a library/guide/tutorial/another solution that implement the above for one of the following platforms?
Linux
AIX
Solaris (most important)
HPUX
Thanks