Skip to content

Instantly share code, notes, and snippets.

@information-redacted
Last active October 9, 2023 17:46
Show Gist options
  • Save information-redacted/ad44fa125ef12568c97d6e4b3674a5b4 to your computer and use it in GitHub Desktop.
Save information-redacted/ad44fa125ef12568c97d6e4b3674a5b4 to your computer and use it in GitHub Desktop.
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 ?? ?? ?? ??
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment