- Notifications
You must be signed in to change notification settings - Fork 265
Windows Context Menu
CryptXor edited this page May 28, 2016 · 1 revision
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\Analyze with Binary Ninja] @="Analyze with Binary Ninja" "Icon"="\”D:\\Applications\\binaryninja\\binaryninja.exe\”" [HKEY_CLASSES_ROOT\*\shell\Analyze with Binary Ninja\command] @="\”D:\\Applications\\binaryninja\\binaryninja.exe\” \"%1\""Change D:\Applications\binaryninja\binaryninja.exe to your binja path :)
Or if you only want it to show when you hold shift + right click:
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\Analyze with Binary Ninja] @="Analyze with Binary Ninja" "Icon"="\”D:\\Applications\\binaryninja\\binaryninja.exe\”" "Extended"="" [HKEY_CLASSES_ROOT\*\shell\Analyze with Binary Ninja\command] @="\”D:\\Applications\\binaryninja\\binaryninja.exe\” \"%1\""