HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

flips — Create and apply IPS and BPS patches. More information: <https://git.disroot.org/Sir_Walrus/Flips>.

Submitted by: @import:tldr-pages··
0
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:
flips


Apply 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

flips

Apply 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.