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""
    
    
  • 相关阅读:
    asy for
    asy html !
    lib
    git clone 指定 version tag
    git tag
    git clone <url>--depth 、 git clone <url> --recursive
    xelatex CLI
    rsync
    curl options
    [转自]C语言offset_of宏和container_of宏
  • 原文地址:https://www.cnblogs.com/msvc/p/12342874.html
Copyright © 2011-2022 走看看