.net 反编译利器 dnspy
Binaries
Latest release: https://github.com/0xd4d/dnSpy/releases
Latest build (possibly unstable): https://ci.appveyor.com/project/0xd4d/dnspy/build/artifacts
Features
- Assembly editor
- Decompiler
- Debugger
- Tabs and tab groups
- Themes (blue, dark, light and high contrast)
Themes
dnSpy looks for *.dntheme files in the <dnSpy-bin-dir>\dntheme directory and the user's %APPDATA%\dnSpy\dnthemedirectory. If you wish to override a standard theme, copy the file to %APPDATA%\dnSpy\dntheme and edit the file.
Keyboard shortcuts
| Key | Description |
|---|---|
| Ctrl+F | (Text view) Search |
| F3 | (Text view) Find next match |
| Shift+F3 | (Text view) Find previous match |
| ESC | (Text view) Remove selected markers or close search box |
| Backspace | Navigate back in history |
| Alt+Left Arrow | Navigate back in history |
| Alt+Right Arrow | Navigate forward in history |
| F5 | (Debugger) Debug an assembly |
| Ctrl+F5 | (Debugger) Start without debugging |
| F5 | (Debugger) Continue debugging |
| Shift+F5 | (Debugger) Stop debugging |
| Ctrl+Shift+F5 | (Debugger) Restart debugged program |
| F9 | (Text view) Toggle breakpoint at caret |
| Ctrl+F9 | (Text view) Toggle enable/disable breakpoint at caret |
| Ctrl+Shift+F9 | Delete all breakpoints |
| F10 | (Debugger) Step over |
| Ctrl+Shift+F10 | (Debugger) Set next statement |
| F11 | (Debugger) Step into next method |
| Shift+F11 | (Debugger) Step out of current method |
| Ctrl+Pause | (Debugger) Break |
| Alt+* | (Debugger) Show next statement |
| Ctrl+D | (Text view) Go to token |
| Ctrl+Shift+D | (Text view) Go to MD table row |
| Shift+Alt+R | (Text view) Go to highlighted reference's MD table row |
| Ctrl+G | (Text view) Go to line |
| Ctrl+X | (Text view) Show current instruction in hex editor or open hex editor |
| Ctrl+T | Open a new tab |
| Ctrl+W | Close current tab |
| Ctrl+F4 | Close current tab |
| Ctrl+Tab | Go to next tab |
| Ctrl+Shift+Tab | Go to previous tab |
| Ctrl+K | Open search pane |
| Ctrl+T | (Search pane) Select Type |
| Ctrl+M | (Search pane) Select Member |
| Ctrl+S | (Search pane) Select Literal |
| Alt+Enter | (Text view, Tree view) Edit current type, method, field, etc |
| F12 | (Text view) Follow reference at caret |
| Enter | (Text view) Follow reference at caret |
| Ctrl+F12 | (Text view) Follow reference at caret in a new tab |
| Ctrl+Enter | (Text view) Follow reference at caret in a new tab |
| Ctrl+Click | (Text view) Follow the clicked reference in a new tab |
| Ctrl+Alt+W | (Text view) Toggle word wrap |
| Shift+Dbl Click | (BP/Call stack/Search/etc windows) Open BP/method/etc in a new tab |
| Ctrl+C | (Text view) Copy selected text |
| Ctrl+B | (Text view, IL language) Copy selected lines as IL hex bytes |
| Ctrl+E | (Text view) Edit IL instructions |
| Ctrl+S | Save code |
| Ctrl+Shift+S | Save all modified assemblies and netmodules |
| Ctrl+O | Open assembly |
| Ctrl+Z | (Assembly Editor) Undo |
| Ctrl+Y | (Assembly Editor) Redo |
| Ctrl+Shift+Z | (Assembly Editor) Redo |
| Ctrl++ | (Text view) Zoom In |
| Ctrl+- | (Text view) Zoom Out |
| Ctrl+0 | (Text view) Zoom Reset |
| Ctrl+Scroll Wheel | (Text view) Zoom In/Out |
| Alt+Click | (Text view) Don't follow the clicked reference so it's possible to start selecting text without being taken to the definition. References are only followed if none of Ctrl, Alt and Shift are pressed or if Ctrl is pressed. |
| F7 | Give text editor keyboard focus |
| Ctrl+Alt+0 | Give text editor keyboard focus |
| Ctrl+Alt+L | Give tree view keyboard focus |
| Ctrl+Alt+B | (Debugger) Show Breakpoints window |
| Alt+F9 | (Debugger) Show Breakpoints window |
| Ctrl+Alt+C | (Debugger) Show Call Stack window |
| Alt+7 | (Debugger) Show Call Stack window |
| Ctrl+Alt+H | (Debugger) Show Threads window |
| Ctrl+Alt+U | (Debugger) Show Modules window |
| Ctrl+Alt+E | (Debugger) Show Exceptions window |
| Alt+4 | (Debugger) Show Locals window |
| Alt+6 | (Debugger) Show Memory 1 window |
| Ctrl+Alt+1 | (Debugger) Show Memory 1 window |
| Ctrl+Alt+2 | (Debugger) Show Memory 2 window |
| Ctrl+Alt+3 | (Debugger) Show Memory 3 window |
| Ctrl+Alt+4 | (Debugger) Show Memory 4 window |
| Shift+Alt+Enter | Toggle full screen mode |
| Tab | (Text view) Move to the next reference. Does nothing if the caret is not on a reference. |
| Shift+Tab | (Text view) Move to the previous reference. Does nothing if the caret is not on a reference. |
| N | (Method Editor) Nop instruction |
| I | (Method Editor) Invert branch |
| B | (Method Editor) Convert to unconditional branch |
| P | (Method Editor) Remove instruction and add an equal number of pops that the original instruction popped |
| S | (Method Editor) Simplify instructions, eg. convert ldc.i4.8 to ldc.i4 with 8 as operand |
| O | (Method Editor) Optimize instructions, eg. convert ldc.i4 with 8 as operand to ldc.i4.8 |
| F | (Method Editor) Add a new instruction before selection |
| C | (Method Editor) Add a new instruction after selection |
| A | (Method Editor) Append a new instruction |
| U | (Method Editor) Move selection up |
| D | (Method Editor) Move selection down |
| Del | (Method Editor) Remove selected instructions |
| Ctrl+Del | (Method Editor) Remove all instructions |
| Ctrl+T | (Method Editor) Copy selection as text |
| Ctrl+X | (Method Editor) Cut selected instructions |
| Ctrl+C | (Method Editor) Copy selected instructions |
| Ctrl+V | (Method Editor) Paste instructions |
| Ctrl+Alt+V | (Method Editor) Paste instructions after selection |
| Ctrl+M | (Method Editor) Copy operand's MD token |
| Ctrl+R | (Method Editor) Copy RVA of instruction |
| Ctrl+F | (Method Editor) Copy file offset of instruction |
| Ctrl+R | (Text view) Analyze reference at caret |
| Tab | (Hex editor) Switch caret from hex bytes to ASCII or back |
| Ctrl+C | (Hex editor) Copy binary data |
| Ctrl+Shift+8 | (Hex editor) Copy UTF-8 encoded data |
| Ctrl+Shift+U | (Hex editor) Copy Unicode encoded data |
| Ctrl+Shift+P | (Hex editor) Copy data as a C# array |
| Ctrl+Shift+B | (Hex editor) Copy data as a VB array |
| Ctrl+Shift+C | (Hex editor) Copy hex editor screen contents |
| Ctrl+Alt+O | (Hex editor) Copy offset |
| Ctrl+G | (Hex editor) Go to offset |
| Ctrl+8 | (Hex editor) Paste (UTF-8) |
| Ctrl+U | (Hex editor) Paste (Unicode) |
| Ctrl+B | (Hex editor) Paste (#Blob data with compressed length) |
| Ctrl+L | (Hex editor) Show 'Select' dialog box |
| Ctrl+D | (Hex editor) Show only the selected bytes |
| Ctrl+Shift+D | (Hex editor) Show all bytes |
| Ctrl+Alt+S | (Hex editor) Save selection |
Credits
For license info, authors and other credits, see README.txt.
Build instructions
First grab the code using git:
git clone https://github.com/0xd4d/dnSpy.git
cd dnSpy
git submodule update --init --recursive
Use Visual Studio 2010 or later or run debugbuild.bat / releasebuild.bat to build it once you have all dependencies. You probably don't need Visual Studio installed to run the *.bat files. The C# compiler is usually installed if you have the .NET Framework installed. Otherwise, download and install Microsoft Build Tools.
Dependencies
The git command above should've downloaded the correct versions. If you can't use git, grab the code from these links. dnlib must have THREAD_SAFE defined when you compile it.
.net 反编译利器 dnspy的更多相关文章
- 8款非常不错的.Net反编译利器
本人搜集了下8款非常不错的.Net反编译利器: 1.Reflector Reflector是最为流行的.Net反编译工具.Reflector是由微软员工Lutz Roeder编写的免费程序.Refle ...
- 游戏反编译工具dnSpy
dnSpy使用的工具下载地址为: https://github.com/cnxy/dnSpy/archive/v4.0.0.zip 或 dnSpy官方下载地址: https://github.com/ ...
- [转][C#].Net反编译利器
来自:https://www.cnblogs.com/zsuxiong/p/5117465.html 有以下8款非常不错的.Net反编译利器: 1.Reflector Reflector是最为流行的. ...
- 【原创】Java批量反编译利器(jd-gui)介绍
Java反编译利器(jd-gui)介绍 当要做白盒测试或安全测试时,我们需要借助工具扫描被测代码,相信大家都遇到过没有源代码,而需要反编译的情形吧,也可能大家用过jad工具,我这里介绍下方便的工具jd ...
- Android逆向之旅---反编译利器Apktool和Jadx源码分析以及错误纠正
Android逆向之旅---反编译利器Apktool和Jadx源码分析以及错误纠正 http://blog.csdn.net/jiangwei0910410003/article/details/51 ...
- 一个APK反编译利器Apktool
一个APK反编译利器Apktool APK 本地化 [http://www.andmoto.com/viewthread.php?tid=3873] 说起APK的汉化,目前大部分教程都是让用H ...
- 转载文章----IL反编译利器——Ildasm.exe和Reflector.exe:
转载地址:http://www.cnblogs.com/yangmingming/archive/2010/02/03/1662546.html 一:Ildasm.exe简介 这一微软VS自带工具, ...
- Java反编译利器-Jad, Jode, Java Decompiler等及其IDE插件
转自:http://blog.csdn.net/superbeck/article/details/5189231 对于长年使用Java的程序员,大部分应该都会或多或少的使用到反编译软件.毕竟,不可能 ...
- java 反编译利器JD-JUI
下载地址: http://download.csdn.net/download/suixingbugai/4145221
随机推荐
- 错误:指定的任务可执行文件位置 D:\Android\platform-tools\aapt.exe 无效
android-apt-compiler: Cannot run program "D:\android-sdk\platform-tools\aapt 装上IntelliJ IDEA /下 ...
- Linux批量重命名
http://blog.csdn.net/qm4050/article/details/8472464 http://www.jb51.net/article/33902.htm http://hi. ...
- IOS回调机制——代理,通知中心以及Block
Xcode5.0正式版 IOS7和Xcode5正式版在昨天正式可以下载.IOS7不多说了,交互设计,界面风格,操作的简化程度都属于比较领先的水平. 这里来说说Xcode5正式版,和以前的Xcode5测 ...
- 关于tomcat startup.bat启动后一闪而过的问题(转)
1.如果双击startup.bat,窗口一闪而过,可以在命令行里面启动startup.bat: 2.如果命令行里面启动startup.bat情况还是这样,就可以在bat命令后面加上pause.这样就 ...
- linux时钟管理
ref https://access.redhat.com/solutions/18627 在el5中 如何查看系统现在使用的clock source是什么? 答: 方式1:需要说明的是不能保证这个两 ...
- poj 2229 Sumsets(dp 或 数学)
Description Farmer John commanded his cows to search . Here are the possible sets of numbers that su ...
- hdu 3853 LOOPS(概率 dp 期望)
Problem Description Akemi Homura is a Mahou Shoujo (Puella Magi/Magical Girl). Homura wants to help ...
- VPN拨号后使用本地网络上网
网络环境大概是这样了:我在家里用ADSL上网,通过VPN连接到公司的服务器.但是连接VPN后,只能登录到公司的服务器,与INTERNET就断开了,QQ.网页都断开了.公司的服务器应该是连网的,可能被限 ...
- Maven之——坐标和依赖(上)
Maven之--坐标和依赖(上) 1. Maven坐标概念 Maven通过构件的坐标来在Maven仓库中定位到详细的构件.Maven的坐标元素包含groupId.artifactId.versi ...
- iOS textfield限制长度,中文占2字符,英文占1字符
之前遇到一种情况,限制textfield长度,并且要适配多语言,做到,例如中文占2字符,英文占1字符,还有考虑其他语言,网上找了很多方法,不太合适,最后结合网上的方案,修改出了还比较适用. 首先,增加 ...
