Skip to content

Instantly share code, notes, and snippets.

@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created September 9, 2023 17:24
ida-free v8.3.0 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<user>S-1-5-21-2582430737-656173807-97700463-1000</user>
<keys>
<key installerType="Unknown" displayName="IDA Freeware 8.3" displayVersion="8.3">
<RegistryView>Registry64</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IDA Freeware 8.3</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[C:\Program Files/IDA Freeware 8.3]]></InstallLocation>
<UninstallString><![CDATA["C:\Program Files\IDA Freeware 8.3\uninstall.exe"]]></UninstallString>
@Gesugao-san
Gesugao-san / The Imperial Gatekeeper.ct.xml
Last active November 14, 2022 13:19
The Imperial Gatekeeper (v1.75) CE (v7.3) Table. Save as "Game.ct" to associate with game.
<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="38">
<CheatEntries>
<CheatEntry>
<ID>116</ID>
<Description>"&gt; Игрок (обновляется постоянно)"</Description>
<Options moHideChildren="1"/>
<LastState Value="" RealAddress="00000000"/>
<GroupHeader>1</GroupHeader>
<CheatEntries>
@Gesugao-san
Gesugao-san / openapi_byond.yml
Last active May 5, 2024 21:28
Swagger UI OpenAPI for http://byond.com. How to use: copy content of this file, and insert in https://editor.swagger.io. For working preview use https://mybrowseraddon.com/access-control-allow-origin.html!
openapi: 3.0.0
info:
version: "1.0"
title: BYOND API
description: "Website offer a free API that provides some info for a players and about players, hubs and worlds."
termsOfService: https://www.byond.com/TOS
contact:
name: SS13HUB Team
url: http://discord.gg/HMwbBZyEum
@kennytv
kennytv / readme.md
Last active May 8, 2024 06:32
Signed Chat and Chat Types

Signed chat

This gist intends on clearing up some of the misinformation surrounding signed chat/the reporting feature Mojang has added to Minecraft 1.19.1. Here you can find both technical information as well as a general explanation of how these work.

Profile keys

After joining a server, clients now send a profile key used for verifying a message's authenticity. This key and thus the whole signing process is optional, but by default, servers enforce secure profiles for clients to send chat messages. Whenever the player sends a chat message and has a key associated, the message will be signed using their own private key, which the server then verifies using the public key sent after join. Assuming signature, timestamp, and message contents line up, the message goes through.

On the other end, clients can also require all broadcasted player messages to be signed, disregarding the ones without sender verified signatures.

Message signatures

@regstuff
regstuff / Wayback Machine SPN2 API Docs
Created June 21, 2022 09:42
Wayback Machine SPN2 API Docs
From https://docs.google.com/document/d/1Nsv52MvSjbLb2PCpHlat0gkzw0EvtSgpKHu4mk0MnrA/
Save Page Now 2 Public API Docs Draft
Vangelis Banos, updated: 2022-04-05
Capture a web page as it appears now for use as a trusted citation in the future. Changelog: https://docs.google.com/document/d/19RJsRncGUw2qHqGGg9lqYZYf7KKXMDL1Mro5o1Qw6QI/edit#
Contents
Glossary 1
Basic API Reference 1
Capture request 1
@Gesugao-san
Gesugao-san / Open in WBM (v5).js
Last active May 5, 2024 21:26
Chrome Bookmarklet — Open in WBM (ver. 5)
// ==UserScript==
// @name Open in WBM (v5)
// @namespace https://gist.github.com/Gesugao-san/5d6b5d791dc941d80b5837e83e57b963
// @version 0.1
// @description try to take over the world!
// @author Gesugao-san
// @match *//*/*
// @include *
// @exclude file://*
// @icon https://www.google.com/s2/favicons?sz=64&domain=stackoverflow.com
@Gesugao-san
Gesugao-san / Open in WBM (v4).js
Last active May 5, 2024 21:26
Chrome Bookmarklet — Open in WBM (ver. 4) (BROKEN)
// ==UserScript==
// @name Open in WBM (v4)
// @namespace https://gist.github.com/Gesugao-san/aa6c84ba16d01fc12b176e7e03799de9
// @version 0.1
// @description try to take over the world!
// @author Gesugao-san
// @match https://stackoverflow.com/questions/28833403/jquery-ajax-sending-post-with-values-from-inputs-with-tampermonkey
// @icon https://www.google.com/s2/favicons?sz=64&domain=stackoverflow.com
// @grant GM_xmlhttpRequest
// ==/UserScript==
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created December 14, 2021 11:48
Rimworld output log published using HugsLib
This file has been truncated, but you can view the full file.
Log uploaded on Tuesday, December 14, 2021, 12:47:58 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:1.1.1.0]: 0Harmony(2.1.1), HarmonyMod(1.1.1)
Core(Ludeon.RimWorld): (no assemblies)
Expanded Prosthetics and Organ Engineering(Ykara.EPOE): (no assemblies)
Rimsenal - Security pack(rimsenal.security): (no assemblies)
Storage Solutions(cucumpear.storage): (no assemblies)
Rimsenal - Storyteller pack(rimsenal.storyteller): (no assemblies)
Configurable Mental Breaks(nmeijer.configurablementalbreaks): 0Harmony(av:2.1.1,fv:2.0.0.10), ConfigurableMentalBreaks(1.0.0)
Vanilla Traits Expanded(VanillaExpanded.VanillaTraitsExpanded): VanillaTraitsExpanded(1.0.0.1)
@blluv
blluv / decrypt.py
Last active November 4, 2023 06:39
HighFleet seria_enc decrypt
f = open("./english.seria_enc", "rb")
data = list(f.read())
a = 0
b = 2531011
while a < len(data):
data[a] = (b ^ (b >> 15) ^ data[a]) & 0xff
b += 214013
@Gesugao-san
Gesugao-san / exclude_fl_from_firewall.bat
Created October 26, 2021 07:02
For "FL Studio Producer Edition 20.8.3.2304 Signature Bundle [En]"
@REM From: https://stackoverflow.com/a/10665562
@REM Path: "C:\Windows\System32\drivers\etc\hosts"
@ECHO OFF
ECHO MAKE SURE YOU ARE RUNNING THIS UNDER ADMIN PRIVILEGES!
SET NEWLINE=^& echo.
SET HOSTS="%WINDIR%\System32\drivers\etc\hosts"
FIND /C /I "support.image-line.com" %HOSTS%
IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%^127.0.0.1 support.image-line.com>>%HOSTS%