├── README.md └── code ├── injso ├── injso.c ├── libtarget.so ├── source ├── source.c └── target.c /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L1B0/linux-hotpatch/HEAD/README.md -------------------------------------------------------------------------------- /code/injso: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L1B0/linux-hotpatch/HEAD/code/injso -------------------------------------------------------------------------------- /code/injso.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L1B0/linux-hotpatch/HEAD/code/injso.c -------------------------------------------------------------------------------- /code/libtarget.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L1B0/linux-hotpatch/HEAD/code/libtarget.so -------------------------------------------------------------------------------- /code/source: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L1B0/linux-hotpatch/HEAD/code/source -------------------------------------------------------------------------------- /code/source.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L1B0/linux-hotpatch/HEAD/code/source.c -------------------------------------------------------------------------------- /code/target.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L1B0/linux-hotpatch/HEAD/code/target.c --------------------------------------------------------------------------------