Skip to content

Instantly share code, notes, and snippets.

@hayleyxyz
Last active May 19, 2024 22:24
Show Gist options
  • Save hayleyxyz/ab569dfa042ace522ab8801a925bc040 to your computer and use it in GitHub Desktop.
Save hayleyxyz/ab569dfa042ace522ab8801a925bc040 to your computer and use it in GitHub Desktop.
Add "Open with IDA Pro (64-bit)" menu item
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\dllfile\shell\Open with IDA Pro]
"Icon"="\"C:\\Program Files\\IDA Pro 8.3\\ida64.exe\",0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\dllfile\shell\Open with IDA Pro\Command]
@="C:\\Program Files\\IDA Pro 8.3\\ida64.exe \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shell\Open with IDA Pro]
"Icon"="\"C:\\Program Files\\IDA Pro 8.3\\ida64.exe\",0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shell\Open with IDA Pro\Command]
@="C:\\Program Files\\IDA Pro 8.3\\ida64.exe \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\sysfile\shell\Open with IDA Pro]
"Icon"="\"C:\\Program Files\\IDA Pro 8.3\\ida64.exe\",0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\sysfile\shell\Open with IDA Pro\Command]
@="C:\\Program Files\\IDA Pro 8.3\\ida64.exe \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.efi\shell\Open with IDA Pro]
"Icon"="\"C:\\Program Files\\IDA Pro 8.3\\ida64.exe\",0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.efi\shell\Open with IDA Pro\Command]
@="C:\\Program Files\\IDA Pro 8.3\\ida64.exe \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.efi\shell\Open with IDA Pro]
"Icon"="\"C:\\Program Files\\IDA Pro 8.3\\ida64.exe\",0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.efi\shell\Open with IDA Pro\Command]
@="C:\\Program Files\\IDA Pro 8.3\\ida64.exe \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\scrfile\shell\Open with IDA Pro]
"Icon"="\"C:\\Program Files\\IDA Pro 8.3\\ida64.exe\",0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\scrfile\shell\Open with IDA Pro\Command]
@="C:\\Program Files\\IDA Pro 8.3\\ida64.exe \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.elf\shell\Open with IDA Pro]
"Icon"="\"C:\\Program Files\\IDA Pro 8.3\\ida64.exe\",0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.elf\shell\Open with IDA Pro\Command]
@="C:\\Program Files\\IDA Pro 8.3\\ida64.exe \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.a\shell\Open with IDA Pro]
"Icon"="\"C:\\Program Files\\IDA Pro 8.3\\ida64.exe\",0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.a\shell\Open with IDA Pro\Command]
@="C:\\Program Files\\IDA Pro 8.3\\ida64.exe \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.o\shell\Open with IDA Pro]
"Icon"="\"C:\\Program Files\\IDA Pro 8.3\\ida64.exe\",0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.o\shell\Open with IDA Pro\Command]
@="C:\\Program Files\\IDA Pro 8.3\\ida64.exe \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment