View 21996.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Unknown: | |
AADCloudAPPluginAlwaysEnabled: 21617600 | |
AADCrossCloudB2BWAMSupport: 25510753 | |
AADDeviceAuthCookieInCXH: 29842082 | |
AADWAMDeviceOnlyTokenRequestsSendUnknownParamsToServer: 23624342 | |
AADWebAuthSessionSwitchInPasswordCredprov: 24242972 | |
AOAC: 4780066 | |
AccessibleAmd64OnArm64: 30022433 | |
AccountsGroup_AddAccountNameSetting: 14610699 |
View explorer.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 10.0.20211.1000 Fri Sep 11 11:18:25 2020 | |
+++ 10.0.20211.1005 Fri Sep 11 11:18:29 2020 | |
@@ -3414,11 +3414,9 @@ | |
CTrayItem::GetApplicationIdentity(ushort *,unsigned __int64,bool *) | |
CTrayItem::GetItemGuidAsString(ushort *,int) | |
CTrayItem::IsDuplicate(void) | |
-CTrayItem::IsHidden(void) | |
CTrayItem::IsIdentityCached(void) | |
CTrayItem::IsScaGuid(_GUID const &) | |
CTrayItem::IsSystemAppIdentity(IApplicationResolver2 *,ushort const *,bool *) |
View archive_metadata.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ms-1.7z | |
md5:5CBAC93C9AB187D0ABD1FF21E1F13392 | |
sha256:2C6D1D0A1EE9C0FE888FF06F4D09E29FC6D6DFCAFC0AFB2BF637276D9F19D77A |
View quiethours.idl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// © Rafael Rivera | |
// License: MIT | |
import "oaidl.idl"; | |
[uuid(e0b5ef8b-a9b4-497a-8f71-08dd5c8ab2bf)] | |
library QuietHours | |
{ | |
[uuid(f53321fa-34f8-4b7f-b9a3-361877cb94cf)] | |
coclass QuietHoursSettings |
View custom-entry.reg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\GOG.com\Games\MakeUpSomethingHere] | |
"EXE"="C:\\Windows\\Notepad.exe" | |
"EXEFILE"="Notepad.exe" | |
"LAUNCHCOMMAND"="C:\\Windows\\Notepad.exe" | |
"PATH"="C:\\Windows" | |
"GAMENAME"="The Emulator" | |
"DEPENDSON"="" | |
"WORKINGDIR"="C:\\Windows" |
View services-agreement.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- old.txt Wed Jul 10 21:24:49 2019 | |
+++ new.txt Wed Jul 10 21:24:52 2019 | |
@@ -20 +20 @@ | |
-vii. Don’t engage in activity that is harmful to you, the Services, or others (e.g., transmitting viruses, stalking, posting terrorist content, communicating hate speech, or advocating violence against others). | |
+vii. Don’t engage in activity that is harmful to you, the Services or others (e.g., transmitting viruses, stalking, posting terrorist or violent extremist content, communicating hate speech, or advocating violence against others). | |
@@ -25 +25 @@ | |
-c. Application to Xbox Services. Click here for more information about how this Code of Conduct applies to Xbox Live, Games for Windows Live and Microsoft Studios games, applications, services and content provided by Microsoft. Violation of the Code of Conduct through Xbox Services (defined in section 14(a)(i)) may result in suspensions or bans from participation in Xbox Services, including forfeiture of content licenses, Xbox Gold Membership time, and Microsoft account ba |
View agent-2.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { MonoApiHelper, MonoApi } from 'frida-mono-api' | |
const domain = MonoApi.mono_get_root_domain() | |
// Get a handle to the SeeingAI.Core assembly | |
let coreAssembly = MonoApi.mono_assembly_load_with_partial_name(Memory.allocUtf8String("SeeingAI.Core"), NULL) | |
let coreImage = MonoApi.mono_assembly_get_image(coreAssembly) | |
// Retrieve class metadata | |
let helperClass = MonoApiHelper.ClassFromName(coreImage, "SeeingAI.Network.SignatureHelper") |
View agent.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { MonoApiHelper, MonoApi } from 'frida-mono-api' | |
const domain = MonoApi.mono_get_root_domain() | |
// Get a handle to the SeeingAI.Core assembly | |
let coreAssembly = MonoApi.mono_assembly_load_with_partial_name(Memory.allocUtf8String("SeeingAI.Core"), NULL) | |
let coreImage = MonoApi.mono_assembly_get_image(coreAssembly) | |
// Retrieve class metadata | |
let helperClass = MonoApiHelper.ClassFromName(coreImage, "SeeingAI.Network.SignatureHelper") |
View features.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"AATes123": true, | |
"AcrylicAndBackground": true, | |
"AudioInfoSync": true, | |
"BatteryIndicator": true, | |
"CallingDiscoveryTimeout": 30, | |
"CallingEnableOnARM": true, | |
"CallingFromMessages": true, | |
"CallingLabelInProd": true, | |
"CallingNode": true, |
View agreement.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 8.3.txt Tue Mar 05 12:15:37 2019 | |
+++ 8.4.txt Tue Mar 05 12:15:44 2019 | |
@@ -1,4 +1,4 @@ | |
-Thank you for your interest in building apps for Windows. This App Developer Agreement; Microsoft Store (this "Agreement") includes the Exhibits and all documents expressly referenced herein and describes the relationship between you and Microsoft Corporation (“Microsoft,” “we,” “us” or “our”) and governs your use of the Microsoft Store to make content available to Customers and the Developer Center. | |
+Thank you for your interest in building apps for Windows. This App Developer Agreement; Microsoft Store (this "Agreement") includes the Exhibits and all documents expressly referenced herein and describes the relationship between you and Microsoft Corporation (“Microsoft,” “we,” “us” or “our”) and governs your use of the Microsoft Store to make content available to Customers and Partner Center. | |
By agreeing to these terms, you represent and warrant to us that you have the authority to accept this Agreement, and you also |
NewerOlder