KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
linux-hotpatch
★ 18
Open GitHub ↗
Linux热补丁实践
Download README (.md)
Explore Similar Repositories
xxl-job-java-api
:
基于xxl-job扩展的JavaAPI。主要是为了可以脱离控制台,在项目中使用API动态管理调度任务。
jms
:
A configurable CMS based on JSON schema specification
opti-image
:
A Vue.js component for handling performant images without the headache. (lazy loading, webp, etc)
DevMatch
:
Find teammates for your next hackathon, smart and easy
pentest-tools
:
渗透测试必备工具
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
linux-hotpatch
?
Download (.md)
# linux-hotpatch ## 说明 实现Linux下程序运行时的函数替换 ## 使用方法 ``` sudo ./injso pid ./libtarget.so printf newmyprint ``` ## 参考 * https://www.cnblogs.com/leo0000/p/5632642.html