zoukankan      html  css  js  c++  java
  • 添加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""
    
    
  • 相关阅读:
    C#删除一个字符串数组中的空字符串
    .Net后台获取客户端信息
    Java Script
    ECMAScript闭包,ECMAScript对象
    Java Script函数、变量、对象
    JavaScript3
    JavaScript-2
    变量
    8.22收获
    html
  • 原文地址:https://www.cnblogs.com/msvc/p/12342874.html
Copyright © 2011-2022 走看看