Download List

Projeto Descrição

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++. The user can load his/her own .so file into an already running process, invoke a custom symbol/function in that .so file, and pass arguments to that function as long as it is serialized to the form of a byte buffer and length of the buffer.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-10-31 10:35
0.2

compatibilidade Linux de 32 bits foi implementada com sucesso.
Tags: Linux, cli, Minor, Stable
32-bit Linux compatibility has been implemented successfully.

2011-10-10 07:06
0.1

Primeira versão para Linux 64 bits.
Tags: Stable
First release for 64-bit Linux.

Project Resources