diff --git a/README.md b/README.md index 7a81433..a5f4218 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,15 @@ docker run --rm -it -v ${PWD}:/workdir -w /workdir patcherex2 ``` + +## Usage +You can find usage examples [here](https://purseclab.github.io/Patcherex2/examples/insert_instruction_patch/). + + ## Documentation General documentation and API reference for Patcherex2 can be found at [purseclab.github.io/Patcherex2](https://purseclab.github.io/Patcherex2/). + ## Supported Targets | | Linux x86 | Linux amd64 | Linux arm | Linux aarch64 | Linux PowerPC (32bit) | Linux PowerPC (64bit) | Linux PowerPCle (64bit) | Linux MIPS (32bit) | Linux MIPS (64bit) | Linux MIPSEL
​(32bit) | Linux MIPSEL
(64bit) | SPARCv8 (LEON3) | PowerPC (VLE) (IHEX) @@ -55,3 +61,8 @@ InsertFunctionPatch | 🟩 | 🟩 | 🟩 | 🟩 | 🟩 | 🟩 | 🟩 | 🟩 ModifyFunctionPatch | 🟨 | 🟩 | 🟩 | 🟩 | 🟨 | 🟨 | 🟨 | 🟨 | 🟨 | 🟨 | 🟨 | ⬜ | ⬜ | 🟩 Fully Functional, 🟨 Limited Functionality, 🟥 Not Working, ⬜ Not Tested, 🟪 Work in Progress + + +## Acknowledgements +This project was developed as part of the [DARPA AMP](https://www.darpa.mil/program/assured-micropatching) program, under contract N6600120C4031. +