添加IDA右键菜单

将下面内容保存为 ida_menu.reg,双击导入:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOTdllfileshell]

[HKEY_CLASSES_ROOTdllfileshellDASM with IDA x64]
@="使用IDA x64加载"
"Icon"=""D:\Tools\ToolsCrack\IDA7.0\ida64.exe", 4"

[HKEY_CLASSES_ROOTdllfileshellDASM with IDA x64Command]
@=""D:\Tools\ToolsCrack\IDA7.0\ida64.exe" "%1""

[HKEY_CLASSES_ROOTdllfileshellDASM with IDA x86]
@="使用IDA x86加载"
"Icon"=""D:\Tools\ToolsCrack\IDA7.0\ida.exe", 4"

[HKEY_CLASSES_ROOTdllfileshellDASM with IDA x86Command]
@=""D:\Tools\ToolsCrack\IDA7.0\ida.exe" "%1""


[HKEY_CLASSES_ROOTexefileshell]

[HKEY_CLASSES_ROOTexefileshellDASM with IDA x64]
@="使用IDA x64加载"
"Icon"=""D:\Tools\ToolsCrack\IDA7.0\ida64.exe", 4"

[HKEY_CLASSES_ROOTexefileshellDASM with IDA x64Command]
@=""D:\Tools\ToolsCrack\IDA7.0\ida64.exe" "%1""

[HKEY_CLASSES_ROOTexefileshellDASM with IDA x86]
@="使用IDA x86加载"
"Icon"=""D:\Tools\ToolsCrack\IDA7.0\ida.exe", 4"

[HKEY_CLASSES_ROOTexefileshellDASM with IDA x86Command]
@=""D:\Tools\ToolsCrack\IDA7.0\ida.exe" "%1""

原文地址:https://www.cnblogs.com/msvc/p/12342874.html