snippetbashTip
flips — Create and apply IPS and BPS patches. More information: <https://git.disroot.org/Sir_Walrus/Flips>.
Viewed 0 times
flipscreatecommandandapplycliips
Problem
How to use the
flips command: Create and apply IPS and BPS patches. More information: <https://git.disroot.org/Sir_Walrus/Flips>.Solution
flips — Create and apply IPS and BPS patches. More information: <https://git.disroot.org/Sir_Walrus/Flips>.Run Flips interactively:
flipsApply a patch to a file:
flips --apply {{path/to/patch.bps}} {{path/to/source_file}} {{path/to/output_file}}Create a patch from two files:
flips --create {{path/to/original_file}} {{path/to/modified_file}} {{path/to/output_patch.bps}}Code Snippets
Run Flips interactively
flipsApply a patch to a file
flips --apply {{path/to/patch.bps}} {{path/to/source_file}} {{path/to/output_file}}Create a patch from two files
flips --create {{path/to/original_file}} {{path/to/modified_file}} {{path/to/output_patch.bps}}Context
tldr-pages: common/flips
Revisions (0)
No revisions yet.