タグ

ブックマーク / ukai.jp (1)

  • livepatch - Live Patching for Linux

    'livepatch' is a command to apply binary patches on running process. I wonder this is practical, but it seems to be required in teleco area, according to Pannus project page (AVL.14.0 of OSDL CGL v3.0). I just wrote it just for hacking with ptrace(2) and bfd library in a day. It was very fun! "livepatch" is just a small userland program which provides functionalities of dynamic loading and overwri

    masterq
    masterq 2010/02/03
    動作中のプロセスに対して、動的にpatchをあてる。
  • 1