You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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\""