Split phone info structures for each app type

This commit is contained in:
Gustave Monce
2024-08-31 21:52:20 +02:00
parent c269cfe839
commit f0f3268924
24 changed files with 1005 additions and 663 deletions
@@ -193,7 +193,7 @@ namespace WPinternals
try
{
LumiaFlashAppModel Model = (LumiaFlashAppModel)Notifier.CurrentModel;
PhoneInfo Info = Model.ReadPhoneInfo();
LumiaFlashAppPhoneInfo Info = Model.ReadPhoneInfo();
if ((Info.SecureFfuSupportedProtocolMask & ((ushort)FfuProtocol.ProtocolSyncV2)) == 0) // Exploit needs protocol v2 -> This check is not conclusive, because old phones also report support for this protocol, although it is really not supported.
{