In 14719 it uses XeCryptBnQwBeSigVerify to check the signature.
ROM:00005B34 bl XeCryptBnQwBeSigVerify
ROM:00005B38 cmpwi cr6, r3, 0
ROM:00005B3C bne cr6, loc_5B4C # go here if r3 DOES NOT equal zero
ROM:00005B40 lis r30, -0x3800 # 0xC8000036
ROM:00005B44 ori r30, r30, 0x36 # 0xC8000036
ROM:00005B48 b loc_59D0
Instead of having the branch to verify the signature just change it to:
ROM:00005B34 li r3, 1
ROM:00005B38 cmpwi cr6, r3, 0
ROM:00005B3C bne cr6, loc_5B4C
ROM:00005B40 lis r30, -0x3800 # 0xC8000036
ROM:00005B44 ori r30, r30, 0x36 # 0xC8000036
ROM:00005B48 b loc_59D0
Just remember that your file would still need proper encryption and would only pass on your xbox.