You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Cosmetic changes to match other cut usage
This commit is contained in:
@@ -47,7 +47,7 @@ resetprop_hexpatch() {
|
|||||||
local PROPFILE="/dev/__properties__/$(resetprop -Z "$NAME")"
|
local PROPFILE="/dev/__properties__/$(resetprop -Z "$NAME")"
|
||||||
fi
|
fi
|
||||||
[ ! -f "$PROPFILE" ] && return 3
|
[ ! -f "$PROPFILE" ] && return 3
|
||||||
local NAMEOFFSET=$(echo $(strings -t d "$PROPFILE" | grep "$NAME") | cut -d ' ' -f 1)
|
local NAMEOFFSET=$(echo $(strings -t d "$PROPFILE" | grep "$NAME") | cut -d\ -f1)
|
||||||
|
|
||||||
#<hex 2-byte change counter><flags byte><hex length of prop value><prop value + nul padding to 92 bytes><prop name>
|
#<hex 2-byte change counter><flags byte><hex length of prop value><prop value + nul padding to 92 bytes><prop name>
|
||||||
local NEWHEX="$(printf '%02x' "$NEWLEN")$(printf "$NEWVALUE" | od -A n -t x1 -v | tr -d ' \n')$(printf "%$((92-NEWLEN))s" | sed 's/ /00/g')"
|
local NEWHEX="$(printf '%02x' "$NEWLEN")$(printf "$NEWVALUE" | od -A n -t x1 -v | tr -d ' \n')$(printf "%$((92-NEWLEN))s" | sed 's/ /00/g')"
|
||||||
|
|||||||
Reference in New Issue
Block a user