Add 6s Plus to pwndfu

This commit is contained in:
Cryptiiiic 2021-09-21 01:59:54 -07:00
parent 93266082f8
commit 624f7d1d5a
No known key found for this signature in database
GPG key ID: 6027B509EFE3A76B
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -24,3 +24,4 @@ missing
stamp-h1
xcuserdata
.build_complete
.idea

View file

@ -669,7 +669,7 @@ void futurerestore::enterPwnRecovery(plist_t build_identity, string bootargs){
try {
const char *board = getDeviceBoardNoCopy();
info("BOARD: %s\n", board);
if(board == "n71ap" || board == "n71map" || board == "n69ap" || board == "n69uap") {
if(board == "n71ap" || board == "n71map" || board == "n69ap" || board == "n69uap" || board == "n66ap" || board == "n66map") {
iBSSKeys = libipatcher::getFirmwareKey(_client->device->product_type, _client->build, "iBSS", board);
iBECKeys = libipatcher::getFirmwareKey(_client->device->product_type, _client->build, "iBEC", board);
} else {