feat: мимикрия протокола (opcode 6 + LZ4) и фиксы UI (истории, 2FA)

This commit is contained in:
klockky
2026-06-02 18:28:31 +00:00
parent d35729e911
commit 5ff914b0dc
10 changed files with 177 additions and 40 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import 'package:shared_preferences/shared_preferences.dart';
class SpoofingService {
static const String hardcodedAppVersion = '26.14.1';
static const int hardcodedBuildNumber = 6606;
static const String hardcodedAppVersion = '26.17.1';
static const int hardcodedBuildNumber = 6712;
static Future<Map<String, dynamic>?> getSpoofedSessionData() async {
final prefs = await SharedPreferences.getInstance();