{ "info": { "author": "", "author_email": "nicekingwei@foxmail.com", "bugtrack_url": null, "classifiers": [], "description": "TigerFix\n=========\n\nBuild from source\n---------\n.. code::\n\n python3 setup.py sdist \n pip3 install dist/tigerfix-0.1.3.tar.gz\n\nInstallation\n------------\n\n.. code::\n\n pip3 install tigerfix\n\nUsage\n------------\n\n+ you should install the library and c/c++ files at first\n\n.. code::\n\n tfix install\n\n\n+ write your main program\n + include \n + add **-ltfix** flag when linking\n\n\n+ write your patch file\n + include \n + use **extern** to get access to what you want to use in patch code\n + compile patch without linking it\n\n .. code ::\n\n gcc patch.c -c -fPIC -o patch.o\n\n\n+ generate patch file\n\n.. code ::\n\n tfix gen -m main -o patch.tfp patch.o \n\n\n+ do hotfix\n + eval **pgrep main** , and you will get a pid(for example,10000)\n \n .. code ::\n \n tfix fix 10000 patch.tfp\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/NiceKingWei/tigerfix", "keywords": "hotfix c cpp", "license": "GPL-3.0", "maintainer": "", "maintainer_email": "", "name": "tigerfix", "package_url": "https://pypi.org/project/tigerfix/", "platform": "", "project_url": "https://pypi.org/project/tigerfix/", "project_urls": { "Homepage": "https://github.com/NiceKingWei/tigerfix" }, "release_url": "https://pypi.org/project/tigerfix/0.1.3/", "requires_dist": null, "requires_python": "", "summary": "A hot fix tool for compiled languages such as c and c++.", "version": "0.1.3" }, "last_serial": 4033724, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b910d6fc82dd6e0757e7e70c5db66b9c", "sha256": "3714dafff81371ee8f4cacf663a43afed39dcd3854239779a499505854449aa2" }, "downloads": -1, "filename": "tigerfix-0.1.tar.gz", "has_sig": false, "md5_digest": "b910d6fc82dd6e0757e7e70c5db66b9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6981, "upload_time": "2018-06-30T01:16:19", "url": "https://files.pythonhosted.org/packages/27/6d/6b6adad9ff7484cede198fe7023ebba78839ed61727dad9cf0d8276f6f86/tigerfix-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b36a75752ca75dca089fe61641997eda", "sha256": "540b19f50f95ea6b72e7a1fd7355a59dceb57bed31390717a9afae6ba38ca486" }, "downloads": -1, "filename": "tigerfix-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b36a75752ca75dca089fe61641997eda", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6989, "upload_time": "2018-06-30T02:22:10", "url": "https://files.pythonhosted.org/packages/5e/fa/586342ff780d5c5f251b7463be82fc3f1f9d406de721375257807ff6bbe3/tigerfix-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "4c5e083bffc197cb8f4834763a424188", "sha256": "b812161299491917dd5a24024d82e6019823406ea67f5b39a3844ba3d3429ea8" }, "downloads": -1, "filename": "tigerfix-0.1.2.tar.gz", "has_sig": false, "md5_digest": "4c5e083bffc197cb8f4834763a424188", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8083, "upload_time": "2018-07-05T15:49:03", "url": "https://files.pythonhosted.org/packages/8b/57/0e25cff16b27d70f057a5b71796a4b56a0132646379521186e2d315579a5/tigerfix-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "17b23b9b37c4ba72a92b45cec56c1f13", "sha256": "b7353bdcc5d7c2411ad7de00b9ecbd6c886213db384546d5d2a93ec31c762980" }, "downloads": -1, "filename": "tigerfix-0.1.3.tar.gz", "has_sig": false, "md5_digest": "17b23b9b37c4ba72a92b45cec56c1f13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8071, "upload_time": "2018-07-05T15:51:51", "url": "https://files.pythonhosted.org/packages/4b/45/a64d6bbe162de5029d7e97f03d1d80ff4d29573602c5725afd66d08cbe3a/tigerfix-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "17b23b9b37c4ba72a92b45cec56c1f13", "sha256": "b7353bdcc5d7c2411ad7de00b9ecbd6c886213db384546d5d2a93ec31c762980" }, "downloads": -1, "filename": "tigerfix-0.1.3.tar.gz", "has_sig": false, "md5_digest": "17b23b9b37c4ba72a92b45cec56c1f13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8071, "upload_time": "2018-07-05T15:51:51", "url": "https://files.pythonhosted.org/packages/4b/45/a64d6bbe162de5029d7e97f03d1d80ff4d29573602c5725afd66d08cbe3a/tigerfix-0.1.3.tar.gz" } ] }