Skip to content

Instantly share code, notes, and snippets.

View information-redacted's full-sized avatar

[information redacted] information-redacted

View GitHub Profile
0.0.0.0 sentry.medal.tv o150878.ingest.sentry.io
0.0.0.0 ampltd.medal.tv ampltd2.medal.tv
# WARNING: Only add these if you DO NOT CARE ABOUT UPLOADING.
# They make it impossible to get your HWID to provision a JWT, resulting in a crash
# when opening the upload dialog.
# 0.0.0.0 app.launchdarkly.com events.launchdarkly.com clientstream.launchdarkly.com
FTP Rush v2.x RFQ (RushFTP Queue) File Format
=============================================
NOTE: All strings are UTF-16 (Unicode) encoded unless explicitly noted otherwise.
NOTE: All integers are encoded as UTF-16 (Unicode) strings.
- A RFQ file MAY begin with 0xFF 0xFE (the "Byte Order Mark" byte sequence).
- A RFQ file MAY contain multiple Queue Entries in NEW LINES, using
the CARRIAGE-RETURN, LINE-FEED (CRLF) terminator, of course, encoded using
Unicode (0x0D, 0x00, 0x0A, 0x00).
- Every PARAMETER in a RFQ file is SPLIT using the PARAMETER TERMINATOR (0x02, 0x00).
@information-redacted
information-redacted / idapatch-lumina-skip-tls-ca.ini
Last active October 9, 2023 17:46
idapatch - skip tls root ca check for lumina and vault connections allowing the use of alternate servers like lumen
; The patch below has only been tested on IDA Pro 8.3.
; It allows IDA to connect to Lumina and Lumina-compatible servers (e.g.: Lumen)
; that have not explicitly been blessed by Hex-Rays' root CA.
[lumina_skip_ca_32_64]
enabled=1
module=dll
search=E9 ?? ?? ?? ?? 81 ?? 00 00 01 00 0F 85 ?? ?? ?? ?? 44 ?? ?? 58
replace=E9 ?? ?? ?? ?? 81 ?? 00 00 01 00 90 90 90 90 90 90 ?? ?? ?? ??