Source: hotpatch
Section: utils
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Build-Depends: debhelper-compat (= 13), cmake
Standards-Version: 4.5.0
Homepage: https://github.com/vikasnkumar/hotpatch
Vcs-Git: https://gitlab.com/kalilinux/packages/hotpatch.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/hotpatch

Package: hotpatch
Architecture: any
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++.
