Skip to content
This repository was archived by the owner on Sep 27, 2025. It is now read-only.

Commit 667feb5

Browse files
committed
Update README.md
1 parent 7746c5f commit 667feb5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Injector
22

3-
[![tests](https://github.com/kubo/injector/actions/workflows/test.yml/badge.svg)](https://github.com/kubo/injector/actions/workflows/test.yml)
43
[![Static Badge](https://img.shields.io/badge/docs-API_reference-blue)](http://www.jiubao.org/injector/injector_8h.html)
54

65
**Library for injecting a shared library into a Linux, Windows and MacOS process**
76

7+
> [!CAUTION]
8+
> Due to a shift in my personal interests, this repository is no longer maintained and has been archived.
9+
> If you're looking for a successor project, please check [the network graph](https://github.com/kubo/injector/network) to see if any forks have continued development.
10+
811
## Linux
912

10-
> **Warning**
13+
> [!WARNING]
1114
> Don't use this in production environments. It may stop target processes forever. See [Caveats](#caveats).
1215
1316
I was inspired by [`linux-inject`][] and the basic idea came from it.

0 commit comments

Comments
 (0)