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
[package] | |
name = "app" | |
version = "0.0.0" | |
edition = "2021" | |
publish = false | |
[dependencies.windows] | |
version = "0.52.0" | |
features = [ | |
"Win32_Foundation", |
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 |
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 *) |
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 |
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 |
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" |
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 |
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") |
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") |
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, |
NewerOlder