Name: | gotcha |
---|---|
Version: | 1.0.5 |
Release: | 6.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 100859 |
License: | LGPL-2.1-only |
RPM: | gotcha-1.0.5-6.el9.aarch64.rpm |
Source RPM: | gotcha-1.0.5-6.el9.src.rpm |
Build Date: | Fri Jul 25 2025 |
Build Host: | build-ol9-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/llnl/gotcha |
Summary: | A library for wrapping function calls to shared libraries |
Description: | Gotcha is a library that wraps functions. Tools can use gotcha to install hooks into other libraries, for example putting a wrapper function around libc's malloc. It is similar to LD_PRELOAD, but operates via a programmable API. This enables easy methods of accomplishing tasks like code instrumentation or wholesale replacement of mechanisms in programs without disrupting their source code. |