2025-03-14 21:59:59 -06:00
|
|
|
# flips
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
> Create and apply IPS and BPS patches.
|
|
|
|
|
> More information: <https://git.disroot.org/Sir_Walrus/Flips>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Run Flips interactively:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`flips`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Apply a patch to a file:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`flips --apply {{path/to/patch.bps}} {{path/to/source_file}} {{path/to/output_file}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Create a patch from two files:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`flips --create {{path/to/original_file}} {{path/to/modified_file}} {{path/to/output_patch.bps}}`
|