Source: hotpatch
Section: utils
Priority: optional
Maintainer: Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org>
Uploaders: Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org>
Build-Depends: debhelper-compat (= 13), cmake
Standards-Version: 4.6.1
Homepage: https://github.com/vikasnkumar/hotpatch

Package: hotpatch
Architecture: i386 amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Hot patches Linux executables with .so file injection
 Hotpatch is a library that can be used to dynamically load a
 shared library (.so) file on Linux from one process into
 another already running process, without affecting the
 execution of the target process. The API is a C API, but
 also supported in C++.
