This file contains hidden or 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
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 |
This file contains hidden or 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
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). |
This file contains hidden or 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
; 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 ?? ?? ?? ?? |