From ff0fccdf84730fe3e1fa4daaf047d666976d54d1 Mon Sep 17 00:00:00 2001 From: GrayJack Date: Mon, 9 Jan 2017 03:12:16 -0200 Subject: [PATCH] Add 1.x, 2.x and Factory FIRM signature patch --- contrib/1.x-2.x-factory-sigpatch.pco | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 contrib/1.x-2.x-factory-sigpatch.pco diff --git a/contrib/1.x-2.x-factory-sigpatch.pco b/contrib/1.x-2.x-factory-sigpatch.pco new file mode 100644 index 0000000..a429c55 --- /dev/null +++ b/contrib/1.x-2.x-factory-sigpatch.pco @@ -0,0 +1,23 @@ +# $name Factory, 1.x, 2.x Signature Fix +# $desc Disables signature checks on all content on Factory, 1.x, 2.x FIRM. +# $title 0004013800000002 0004013820000002 +# $ver 01 +# $uuid 0006 + +# Originally made by SciresM +# Not tested + +rel section2 + +# Pattern 1. +find C01CBDE7 +abortnf +set 0020 + +rewind + +# Pattern 2. +find 4E0C007168 +abortnf +back 03 +set 00207047 -- 2.39.5