Skip to main content

A hot fix tool for compiled languages such as c and c++.

Project description

Build

python3 setup.py sdist bdist_wheel

Installation

pip3 install dist/tigerfix-0.1.tar.gz

Usage

  • you should install the library and c/c++ files at first

tfix install
  • write your main program
    • include <tigerfix/def.h>

    • add -ltfix flag when linking

  • write your patch file
    • include <tigerfix/dev.h>

    • use extern to get access to what you want to use in patch code

    • compile patch without linking it

    gcc patch.c -c -fPIC -o patch.o
  • generate patch file

tfix gen -m main -o patch.tfp patch.o
  • do hotfix
    • eval pgrep main , and you will get a pid(for example,10000)

    tfix fix 10000 patch.tfp

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tigerfix-0.1.1.tar.gz (7.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page