Skip to content

Commit

Permalink
T2 Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7ff committed Jun 5, 2022
1 parent 7ffffff commit 7ffffff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gaster.c
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ checkm8_check_usb_device(usb_handle_t *handle, void *pwned) {
} else if(strstr(usb_serial_num, " SRTG:[iBoot-3401.0.0.1.16]") != NULL) {
cpid = 0x8012;
config_hole = 6;
config_overwrite_pad = 0x580;
config_overwrite_pad = 0x540;
tlbi = 0x100000494;
nop_gadget = 0x100008DB8;
ret_gadget = 0x10000012C;
Expand Down

0 comments on commit 7ffffff

Please sign in to comment.