Source: hotpatch
Section: utils
Priority: extra
Maintainer: Devon Kearns <dookie@kali.org>
Build-Depends: debhelper (>= 8.0.0), cmake
Standards-Version: 3.9.3
Homepage: https://github.com/vikasnkumar/hotpatch
Vcs-Git: ssh://git@git.kali.org/packages/hotpatch.git
Vcs-Browser: http://git.kali.org/gitweb/?p=packages/hotpatch.git;a=summary

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++.
