Skip to content

Rtoax/ulpatch

Repository files navigation


ULPatch: A tool for userspace live patch

docs license PRs docs

📝Documentation | 🚀Installation | 🎉Update News | 🐛Reporting Issues

Introduction

ULPatch is open source user space live patch tool.

More to see docs/index.md. Alternatively, you can directly access the ULPatch website main page to view the documentation.

Support Architecture

Due to my limited personal experience, I can't understand and master all the architectures, here is a list of the architectures that I am familiar with and I want to support, if they do not contain what you need, you are welcome to co-develop.

  • x86_64: ready to go, support some easy demo already.
  • aarch64: ready to go, support some easy demo already.
  • loongarch64: ready to go

Installing

See docs/INSTALL.md or website for installation steps on your platform.

Theory

See docs/theory.md or website for theory.

Releases

See docs/RELEASE.md or website for releases.

Warnings

  • Before you do it, it's best to know what you're doing.