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""
    
    
  • 相关阅读:
    第一次博客作业
    第一次个人编程作业
    第一次博客作业
    第一次个人编程作业
    第一次博客作业
    node.js&electron$npm的关系
    前端常用相关缩写
    PS通道抠图
    (AOP)理解
    mybatis内置二级缓存。
  • 原文地址:https://www.cnblogs.com/msvc/p/12342874.html
Copyright © 2011-2022 走看看