Share
## https://sploitus.com/exploit?id=7631A10D-4558-5ABA-891F-0FFDF8D76428
# SpringPeace

SpringPeace is a GPL-3.0-or-later wrapper/tooling layer for generating x-spy-style Android `boot.img` offset payload candidates.

## Scope note / Lưu ý phạm vi test

**VI:** Bản hiện tại mới test trên Xiaomi và OnePlus/OPPO kernel 6.12.x chạy chip Snapdragon. Thiết bị khác có thể không chạy đúng và có thể reboot.

**EN:** This build has only been tested on Xiaomi and OnePlus/OPPO 6.12.x kernels running Snapdragon chipsets. Other devices may not work and may reboot.

## Contents

- `tools/springpeace-oneclick/`: Python CLI source, presets, GPLv3 license, build script, and x-spy compatibility patch.
- `docs/SPRINGPEACE_BOOTIMG_TOOL_NOTES.md`: boot.img → offset/payload notes, OnePlus 15R candidate result, and device notes.
- `bin/springpeace-oneclick.exe`: convenience Windows build generated from the source in this repository.

## Build

```powershell
powershell -NoProfile -ExecutionPolicy Bypass -File .\tools\springpeace-oneclick\build_exe.ps1
```

## Example

```powershell
.\bin\springpeace-oneclick.exe about
.\bin\springpeace-oneclick.exe info --boot .\boot.img
.\bin\run-springpeace-oneclick.cmd
```

## License

SpringPeace wrapper code is GPL-3.0-or-later. Upstream x-spy source is not vendored here; the tool clones or uses `x-spy/CVE-2026-43499-popsicle` separately.