Codebase list hotpatch / af0f19b
Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html Kali Janitor 3 years ago
3 changed file(s) with 6 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
2020
2121 hotpatch (0.2-1kali0) kali; urgency=low
2222
23 * Initial release
23 * Initial release
2424
2525 -- Devon Kearns <[email protected]> Tue, 15 Jan 2013 15:04:57 -0700
1111 Architecture: any
1212 Depends: ${shlibs:Depends}, ${misc:Depends}
1313 Description: Hot patches Linux executables with .so file injection
14 Hotpatch is a library that can be used to dynamically load a
15 shared library (.so) file on Linux from one process into
16 another already running process, without affecting the
17 execution of the target process. The API is a C API, but
14 Hotpatch is a library that can be used to dynamically load a
15 shared library (.so) file on Linux from one process into
16 another already running process, without affecting the
17 execution of the target process. The API is a C API, but
1818 also supported in C++.
99 #export DH_VERBOSE=1
1010
1111 %:
12 dh $@
12 dh $@
1313
1414 override_dh_auto_build:
1515 cmake .