The devel/dnspy port
dnspy-6.5.0 – .NET debugger and assembly editor (cvsweb github mirror)
Description
dnSpy is a debugger and .NET assembly editor. You can use it to edit and debug assemblies even if you don't have any source code available. Main features: Debugger * Debug .NET Framework, .NET Core and Unity game assemblies, no source code required * Set breakpoints and step into any assembly * Locals, watch, autos windows * Variables windows support saving variables (eg. decrypted byte arrays) to disk or view them in the hex editor (memory window) * Object IDs * Multiple processes can be debugged at the same time * Break on module load * Tracepoints and conditional breakpoints * Export/import breakpoints and tracepoints * Call stack, threads, modules, processes windows * Break on thrown exceptions (1st chance) * Variables windows support evaluating C# / Visual Basic expressions * Dynamic modules can be debugged (but not dynamic methods due to CLR limitations) * Output window logs various debugging events, and it shows timestamps by default :) * Assemblies that decrypt themselves at runtime can be debugged, dnSpy will use the in-memory image. You can also force dnSpy to always use in-memory images instead of disk files. * Public API, you can write an extension or use the C# Interactive window to control the debugger Assembly Editor * All metadata can be edited * Edit methods and classes in C# or Visual Basic with IntelliSense, no source code required * Add new methods, classes or members in C# or Visual Basic * IL editor for low-level IL method body editing * Low-level metadata tables can be edited. This uses the hex editor internally. Hex Editor * Click on an address in the decompiled code to go to its IL code in the hex editor * The reverse of the above, press F12 in an IL body in the hex editor to go to the decompiled code or other high-level representation of the bits. It's great to find out which statement a patch modified. * Highlights .NET metadata structures and PE structures * Tooltips show more info about the selected .NET metadata / PE field * Go to position, file, RVA Go to .NET metadata token, method body, #Blob / #Strings / #US heap offset or #GUID heap index * Follow references (Ctrl+F12) Other * BAML decompiler * Blue, light and dark themes (and a dark high contrast theme) * Bookmarks * C# Interactive window can be used to script dnSpy * Search assemblies for classes, methods, strings, etc * Analyze class and method usage, find callers, etc * Multiple tabs and tab groups * References are highlighted, use Tab / Shift+Tab to move to the next reference * Go to the entry point and module initializer commands * Go to metadata token or metadata row commands * Code tooltips (C# and Visual Basic) * Export to projectWWW: https://github.com/0xd4d/dnSpy
Maintainer
Thomas Frohwein
Only for arches
aarch64 amd64 i386
Categories
Build dependencies
Run dependencies
Files
- /usr/local/bin/dnspy
- /usr/local/share/dnspy/
- /usr/local/share/dnspy/bin/
- /usr/local/share/dnspy/bin/CSharpInteractive.rsp
- /usr/local/share/dnspy/bin/FileLists/
- /usr/local/share/dnspy/bin/FileLists/DOTNET Framework v3.5 Client.FileList.xml
- /usr/local/share/dnspy/bin/FileLists/DOTNET Framework v4.0 Client.FileList.xml
- /usr/local/share/dnspy/bin/Humanizer.dll
- /usr/local/share/dnspy/bin/ICSharpCode.Decompiler.dll
- /usr/local/share/dnspy/bin/ICSharpCode.Decompiler.pdb
- /usr/local/share/dnspy/bin/ICSharpCode.NRefactory.CSharp.dll
- /usr/local/share/dnspy/bin/ICSharpCode.NRefactory.CSharp.pdb
- /usr/local/share/dnspy/bin/ICSharpCode.NRefactory.VB.dll
- /usr/local/share/dnspy/bin/ICSharpCode.NRefactory.VB.pdb
- /usr/local/share/dnspy/bin/ICSharpCode.NRefactory.dll
- /usr/local/share/dnspy/bin/ICSharpCode.NRefactory.pdb
- /usr/local/share/dnspy/bin/ICSharpCode.TreeView.dll
- /usr/local/share/dnspy/bin/ICSharpCode.TreeView.pdb
- /usr/local/share/dnspy/bin/Iced.dll
- /usr/local/share/dnspy/bin/LicenseInfo/
- /usr/local/share/dnspy/bin/LicenseInfo/ApacheV2.txt
- /usr/local/share/dnspy/bin/LicenseInfo/CREDITS.txt
- /usr/local/share/dnspy/bin/LicenseInfo/GPLv3.txt
- /usr/local/share/dnspy/bin/LicenseInfo/LICENSE.txt
- /usr/local/share/dnspy/bin/LicenseInfo/OtherLicenses.txt
- /usr/local/share/dnspy/bin/Microsoft.Bcl.AsyncInterfaces.dll
- /usr/local/share/dnspy/bin/Microsoft.CodeAnalysis.AnalyzerUtilities.dll
- /usr/local/share/dnspy/bin/Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.dll
- /usr/local/share/dnspy/bin/Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.pdb
- /usr/local/share/dnspy/bin/Microsoft.CodeAnalysis.CSharp.Features.dll
- /usr/local/share/dnspy/bin/Microsoft.CodeAnalysis.CSharp.Scripting.dll
- /usr/local/share/dnspy/bin/Microsoft.CodeAnalysis.CSharp.Workspaces.dll
- /usr/local/share/dnspy/bin/Microsoft.CodeAnalysis.CSharp.dll
- /usr/local/share/dnspy/bin/Microsoft.CodeAnalysis.Elfie.dll
- /usr/local/share/dnspy/bin/Microsoft.CodeAnalysis.ExpressionEvaluator.dll
- /usr/local/share/dnspy/bin/Microsoft.CodeAnalysis.ExpressionEvaluator.pdb
- /usr/local/share/dnspy/bin/Microsoft.CodeAnalysis.Features.dll
- /usr/local/share/dnspy/bin/Microsoft.CodeAnalysis.Scripting.dll
- /usr/local/share/dnspy/bin/Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.dll
- /usr/local/share/dnspy/bin/Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.pdb
- /usr/local/share/dnspy/bin/Microsoft.CodeAnalysis.VisualBasic.Features.dll
- /usr/local/share/dnspy/bin/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll
- /usr/local/share/dnspy/bin/Microsoft.CodeAnalysis.VisualBasic.dll
- /usr/local/share/dnspy/bin/Microsoft.CodeAnalysis.Workspaces.dll
- /usr/local/share/dnspy/bin/Microsoft.CodeAnalysis.dll
- /usr/local/share/dnspy/bin/Microsoft.DiaSymReader.Native.amd64.dll
- /usr/local/share/dnspy/bin/Microsoft.DiaSymReader.Native.x86.dll
- /usr/local/share/dnspy/bin/Microsoft.DiaSymReader.dll
- /usr/local/share/dnspy/bin/Microsoft.Diagnostics.Runtime.dll
- /usr/local/share/dnspy/bin/Microsoft.VisualStudio.Composition.dll
- /usr/local/share/dnspy/bin/Microsoft.VisualStudio.CoreUtility.dll
- /usr/local/share/dnspy/bin/Microsoft.VisualStudio.Language.Intellisense.dll
- /usr/local/share/dnspy/bin/Microsoft.VisualStudio.Text.Data.dll
- /usr/local/share/dnspy/bin/Microsoft.VisualStudio.Text.Logic.dll
- /usr/local/share/dnspy/bin/Microsoft.VisualStudio.Text.UI.Wpf.dll
- /usr/local/share/dnspy/bin/Microsoft.VisualStudio.Text.UI.dll
- /usr/local/share/dnspy/bin/Microsoft.VisualStudio.Validation.dll
- /usr/local/share/dnspy/bin/Mono.Debugger.Soft.dll
- /usr/local/share/dnspy/bin/Mono.Debugger.Soft.pdb
- /usr/local/share/dnspy/bin/Newtonsoft.Json.dll
- /usr/local/share/dnspy/bin/NuGet.Common.dll
- /usr/local/share/dnspy/bin/NuGet.Configuration.dll
- /usr/local/share/dnspy/bin/NuGet.Frameworks.dll
- /usr/local/share/dnspy/bin/Ookii.Dialogs.Wpf.dll
- /usr/local/share/dnspy/bin/System.Buffers.dll
- /usr/local/share/dnspy/bin/System.Collections.Immutable.dll
- /usr/local/share/dnspy/bin/System.Composition.AttributedModel.dll
- /usr/local/share/dnspy/bin/System.Composition.Convention.dll
- /usr/local/share/dnspy/bin/System.Composition.Hosting.dll
- /usr/local/share/dnspy/bin/System.Composition.Runtime.dll
- /usr/local/share/dnspy/bin/System.Composition.TypedParts.dll
- /usr/local/share/dnspy/bin/System.IO.Pipelines.dll
- /usr/local/share/dnspy/bin/System.Memory.dll
- /usr/local/share/dnspy/bin/System.Numerics.Vectors.dll
- /usr/local/share/dnspy/bin/System.Reflection.Metadata.dll
- /usr/local/share/dnspy/bin/System.Runtime.CompilerServices.Unsafe.dll
- /usr/local/share/dnspy/bin/System.Text.Encoding.CodePages.dll
- /usr/local/share/dnspy/bin/System.Text.Encodings.Web.dll
- /usr/local/share/dnspy/bin/System.Text.Json.dll
- /usr/local/share/dnspy/bin/System.Threading.Channels.dll
- /usr/local/share/dnspy/bin/System.Threading.Tasks.Dataflow.dll
- /usr/local/share/dnspy/bin/System.Threading.Tasks.Extensions.dll
- /usr/local/share/dnspy/bin/System.ValueTuple.dll
- /usr/local/share/dnspy/bin/Themes/
- /usr/local/share/dnspy/bin/Themes/blue.dntheme
- /usr/local/share/dnspy/bin/Themes/dark.dntheme
- /usr/local/share/dnspy/bin/Themes/hc.dntheme
- /usr/local/share/dnspy/bin/Themes/light.dntheme
- /usr/local/share/dnspy/bin/a2x
- /usr/local/share/dnspy/bin/a2x.py
- /usr/local/share/dnspy/bin/asciidoc
- /usr/local/share/dnspy/bin/asciidoc.py
- /usr/local/share/dnspy/bin/asciidoctor
- /usr/local/share/dnspy/bin/autopoint
- /usr/local/share/dnspy/bin/c++
- /usr/local/share/dnspy/bin/cc
- /usr/local/share/dnspy/bin/chgrp
- /usr/local/share/dnspy/bin/chown
- /usr/local/share/dnspy/bin/clang
- /usr/local/share/dnspy/bin/clang++
- /usr/local/share/dnspy/bin/cs/
- /usr/local/share/dnspy/bin/cs/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
- /usr/local/share/dnspy/bin/cs/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
- /usr/local/share/dnspy/bin/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/cs/Microsoft.CodeAnalysis.CSharp.resources.dll
- /usr/local/share/dnspy/bin/cs/Microsoft.CodeAnalysis.Features.resources.dll
- /usr/local/share/dnspy/bin/cs/Microsoft.CodeAnalysis.Scripting.resources.dll
- /usr/local/share/dnspy/bin/cs/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll
- /usr/local/share/dnspy/bin/cs/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll
- /usr/local/share/dnspy/bin/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/cs/Microsoft.CodeAnalysis.resources.dll
- /usr/local/share/dnspy/bin/cs/Microsoft.VisualStudio.Composition.resources.dll
- /usr/local/share/dnspy/bin/cs/Microsoft.VisualStudio.Validation.resources.dll
- /usr/local/share/dnspy/bin/cs/dnSpy.Analyzer.x.resources.dll
- /usr/local/share/dnspy/bin/cs/dnSpy.AsmEditor.x.resources.dll
- /usr/local/share/dnspy/bin/cs/dnSpy.BamlDecompiler.x.resources.dll
- /usr/local/share/dnspy/bin/cs/dnSpy.Console.resources.dll
- /usr/local/share/dnspy/bin/cs/dnSpy.Contracts.DnSpy.resources.dll
- /usr/local/share/dnspy/bin/cs/dnSpy.Contracts.Logic.resources.dll
- /usr/local/share/dnspy/bin/cs/dnSpy.Debugger.DotNet.CorDebug.x.resources.dll
- /usr/local/share/dnspy/bin/cs/dnSpy.Debugger.DotNet.Mono.x.resources.dll
- /usr/local/share/dnspy/bin/cs/dnSpy.Debugger.DotNet.x.resources.dll
- /usr/local/share/dnspy/bin/cs/dnSpy.Debugger.x.resources.dll
- /usr/local/share/dnspy/bin/cs/dnSpy.Decompiler.ILSpy.Core.resources.dll
- /usr/local/share/dnspy/bin/cs/dnSpy.Decompiler.ILSpy.x.resources.dll
- /usr/local/share/dnspy/bin/cs/dnSpy.Decompiler.resources.dll
- /usr/local/share/dnspy/bin/cs/dnSpy.Roslyn.resources.dll
- /usr/local/share/dnspy/bin/cs/dnSpy.Scripting.Roslyn.x.resources.dll
- /usr/local/share/dnspy/bin/cs/dnSpy.resources.dll
- /usr/local/share/dnspy/bin/de/
- /usr/local/share/dnspy/bin/de/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
- /usr/local/share/dnspy/bin/de/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
- /usr/local/share/dnspy/bin/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/de/Microsoft.CodeAnalysis.CSharp.resources.dll
- /usr/local/share/dnspy/bin/de/Microsoft.CodeAnalysis.Features.resources.dll
- /usr/local/share/dnspy/bin/de/Microsoft.CodeAnalysis.Scripting.resources.dll
- /usr/local/share/dnspy/bin/de/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll
- /usr/local/share/dnspy/bin/de/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll
- /usr/local/share/dnspy/bin/de/Microsoft.CodeAnalysis.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/de/Microsoft.CodeAnalysis.resources.dll
- /usr/local/share/dnspy/bin/de/Microsoft.VisualStudio.Composition.resources.dll
- /usr/local/share/dnspy/bin/de/Microsoft.VisualStudio.Validation.resources.dll
- /usr/local/share/dnspy/bin/de/dnSpy.Analyzer.x.resources.dll
- /usr/local/share/dnspy/bin/de/dnSpy.AsmEditor.x.resources.dll
- /usr/local/share/dnspy/bin/de/dnSpy.BamlDecompiler.x.resources.dll
- /usr/local/share/dnspy/bin/de/dnSpy.Console.resources.dll
- /usr/local/share/dnspy/bin/de/dnSpy.Contracts.DnSpy.resources.dll
- /usr/local/share/dnspy/bin/de/dnSpy.Contracts.Logic.resources.dll
- /usr/local/share/dnspy/bin/de/dnSpy.Debugger.DotNet.CorDebug.x.resources.dll
- /usr/local/share/dnspy/bin/de/dnSpy.Debugger.DotNet.Mono.x.resources.dll
- /usr/local/share/dnspy/bin/de/dnSpy.Debugger.DotNet.x.resources.dll
- /usr/local/share/dnspy/bin/de/dnSpy.Debugger.x.resources.dll
- /usr/local/share/dnspy/bin/de/dnSpy.Decompiler.ILSpy.Core.resources.dll
- /usr/local/share/dnspy/bin/de/dnSpy.Decompiler.ILSpy.x.resources.dll
- /usr/local/share/dnspy/bin/de/dnSpy.Decompiler.resources.dll
- /usr/local/share/dnspy/bin/de/dnSpy.Roslyn.resources.dll
- /usr/local/share/dnspy/bin/de/dnSpy.Scripting.Roslyn.x.resources.dll
- /usr/local/share/dnspy/bin/de/dnSpy.resources.dll
- /usr/local/share/dnspy/bin/debug/
- /usr/local/share/dnspy/bin/debug/DotNet.ex.xml
- /usr/local/share/dnspy/bin/debug/core/
- /usr/local/share/dnspy/bin/debug/core/x64/
- /usr/local/share/dnspy/bin/debug/core/x64/dbgshim.dll
- /usr/local/share/dnspy/bin/debug/core/x86/
- /usr/local/share/dnspy/bin/debug/core/x86/dbgshim.dll
- /usr/local/share/dnspy/bin/dnSpy.Analyzer.x.dll
- /usr/local/share/dnspy/bin/dnSpy.Analyzer.x.pdb
- /usr/local/share/dnspy/bin/dnSpy.AsmEditor.x.dll
- /usr/local/share/dnspy/bin/dnSpy.AsmEditor.x.pdb
- /usr/local/share/dnspy/bin/dnSpy.BamlDecompiler.x.dll
- /usr/local/share/dnspy/bin/dnSpy.BamlDecompiler.x.pdb
- /usr/local/share/dnspy/bin/dnSpy.Contracts.Debugger.DotNet.CorDebug.dll
- /usr/local/share/dnspy/bin/dnSpy.Contracts.Debugger.DotNet.CorDebug.pdb
- /usr/local/share/dnspy/bin/dnSpy.Contracts.Debugger.DotNet.CorDebug.xml
- /usr/local/share/dnspy/bin/dnSpy.Contracts.Debugger.DotNet.Mono.dll
- /usr/local/share/dnspy/bin/dnSpy.Contracts.Debugger.DotNet.Mono.pdb
- /usr/local/share/dnspy/bin/dnSpy.Contracts.Debugger.DotNet.Mono.xml
- /usr/local/share/dnspy/bin/dnSpy.Contracts.Debugger.DotNet.dll
- /usr/local/share/dnspy/bin/dnSpy.Contracts.Debugger.DotNet.pdb
- /usr/local/share/dnspy/bin/dnSpy.Contracts.Debugger.DotNet.xml
- /usr/local/share/dnspy/bin/dnSpy.Contracts.Debugger.dll
- /usr/local/share/dnspy/bin/dnSpy.Contracts.Debugger.pdb
- /usr/local/share/dnspy/bin/dnSpy.Contracts.Debugger.xml
- /usr/local/share/dnspy/bin/dnSpy.Contracts.DnSpy.dll
- /usr/local/share/dnspy/bin/dnSpy.Contracts.DnSpy.pdb
- /usr/local/share/dnspy/bin/dnSpy.Contracts.DnSpy.xml
- /usr/local/share/dnspy/bin/dnSpy.Contracts.Logic.dll
- /usr/local/share/dnspy/bin/dnSpy.Contracts.Logic.pdb
- /usr/local/share/dnspy/bin/dnSpy.Contracts.Logic.xml
- /usr/local/share/dnspy/bin/dnSpy.Debugger.DotNet.CorDebug.x.dll
- /usr/local/share/dnspy/bin/dnSpy.Debugger.DotNet.CorDebug.x.pdb
- /usr/local/share/dnspy/bin/dnSpy.Debugger.DotNet.Interpreter.dll
- /usr/local/share/dnspy/bin/dnSpy.Debugger.DotNet.Interpreter.pdb
- /usr/local/share/dnspy/bin/dnSpy.Debugger.DotNet.Interpreter.xml
- /usr/local/share/dnspy/bin/dnSpy.Debugger.DotNet.Metadata.dll
- /usr/local/share/dnspy/bin/dnSpy.Debugger.DotNet.Metadata.pdb
- /usr/local/share/dnspy/bin/dnSpy.Debugger.DotNet.Metadata.xml
- /usr/local/share/dnspy/bin/dnSpy.Debugger.DotNet.Mono.x.dll
- /usr/local/share/dnspy/bin/dnSpy.Debugger.DotNet.Mono.x.pdb
- /usr/local/share/dnspy/bin/dnSpy.Debugger.DotNet.x.dll
- /usr/local/share/dnspy/bin/dnSpy.Debugger.DotNet.x.pdb
- /usr/local/share/dnspy/bin/dnSpy.Debugger.x.dll
- /usr/local/share/dnspy/bin/dnSpy.Debugger.x.pdb
- /usr/local/share/dnspy/bin/dnSpy.Decompiler.ILSpy.Core.dll
- /usr/local/share/dnspy/bin/dnSpy.Decompiler.ILSpy.Core.pdb
- /usr/local/share/dnspy/bin/dnSpy.Decompiler.ILSpy.x.dll
- /usr/local/share/dnspy/bin/dnSpy.Decompiler.ILSpy.x.pdb
- /usr/local/share/dnspy/bin/dnSpy.Decompiler.dll
- /usr/local/share/dnspy/bin/dnSpy.Decompiler.pdb
- /usr/local/share/dnspy/bin/dnSpy.Images.dll
- /usr/local/share/dnspy/bin/dnSpy.Images.pdb
- /usr/local/share/dnspy/bin/dnSpy.Roslyn.CSharp.EditorFeatures.dll
- /usr/local/share/dnspy/bin/dnSpy.Roslyn.CSharp.EditorFeatures.pdb
- /usr/local/share/dnspy/bin/dnSpy.Roslyn.CSharp.Internal.dll
- /usr/local/share/dnspy/bin/dnSpy.Roslyn.CSharp.Internal.pdb
- /usr/local/share/dnspy/bin/dnSpy.Roslyn.EditorFeatures.dll
- /usr/local/share/dnspy/bin/dnSpy.Roslyn.EditorFeatures.pdb
- /usr/local/share/dnspy/bin/dnSpy.Roslyn.Internal.dll
- /usr/local/share/dnspy/bin/dnSpy.Roslyn.Internal.pdb
- /usr/local/share/dnspy/bin/dnSpy.Roslyn.VisualBasic.EditorFeatures.dll
- /usr/local/share/dnspy/bin/dnSpy.Roslyn.VisualBasic.EditorFeatures.pdb
- /usr/local/share/dnspy/bin/dnSpy.Roslyn.VisualBasic.Internal.dll
- /usr/local/share/dnspy/bin/dnSpy.Roslyn.VisualBasic.Internal.pdb
- /usr/local/share/dnspy/bin/dnSpy.Roslyn.dll
- /usr/local/share/dnspy/bin/dnSpy.Roslyn.pdb
- /usr/local/share/dnspy/bin/dnSpy.Roslyn.xml
- /usr/local/share/dnspy/bin/dnSpy.Scripting.Roslyn.x.dll
- /usr/local/share/dnspy/bin/dnSpy.Scripting.Roslyn.x.pdb
- /usr/local/share/dnspy/bin/dnlib.dll
- /usr/local/share/dnspy/bin/es-ES/
- /usr/local/share/dnspy/bin/es-ES/dnSpy.Analyzer.x.resources.dll
- /usr/local/share/dnspy/bin/es-ES/dnSpy.AsmEditor.x.resources.dll
- /usr/local/share/dnspy/bin/es-ES/dnSpy.BamlDecompiler.x.resources.dll
- /usr/local/share/dnspy/bin/es-ES/dnSpy.Console.resources.dll
- /usr/local/share/dnspy/bin/es-ES/dnSpy.Contracts.DnSpy.resources.dll
- /usr/local/share/dnspy/bin/es-ES/dnSpy.Contracts.Logic.resources.dll
- /usr/local/share/dnspy/bin/es-ES/dnSpy.Debugger.DotNet.CorDebug.x.resources.dll
- /usr/local/share/dnspy/bin/es-ES/dnSpy.Debugger.DotNet.Mono.x.resources.dll
- /usr/local/share/dnspy/bin/es-ES/dnSpy.Debugger.DotNet.x.resources.dll
- /usr/local/share/dnspy/bin/es-ES/dnSpy.Debugger.x.resources.dll
- /usr/local/share/dnspy/bin/es-ES/dnSpy.Decompiler.ILSpy.Core.resources.dll
- /usr/local/share/dnspy/bin/es-ES/dnSpy.Decompiler.ILSpy.x.resources.dll
- /usr/local/share/dnspy/bin/es-ES/dnSpy.Decompiler.resources.dll
- /usr/local/share/dnspy/bin/es-ES/dnSpy.Roslyn.resources.dll
- /usr/local/share/dnspy/bin/es-ES/dnSpy.Scripting.Roslyn.x.resources.dll
- /usr/local/share/dnspy/bin/es-ES/dnSpy.resources.dll
- /usr/local/share/dnspy/bin/es/
- /usr/local/share/dnspy/bin/es/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
- /usr/local/share/dnspy/bin/es/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
- /usr/local/share/dnspy/bin/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/es/Microsoft.CodeAnalysis.CSharp.resources.dll
- /usr/local/share/dnspy/bin/es/Microsoft.CodeAnalysis.Features.resources.dll
- /usr/local/share/dnspy/bin/es/Microsoft.CodeAnalysis.Scripting.resources.dll
- /usr/local/share/dnspy/bin/es/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll
- /usr/local/share/dnspy/bin/es/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll
- /usr/local/share/dnspy/bin/es/Microsoft.CodeAnalysis.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/es/Microsoft.CodeAnalysis.resources.dll
- /usr/local/share/dnspy/bin/es/Microsoft.VisualStudio.Composition.resources.dll
- /usr/local/share/dnspy/bin/es/Microsoft.VisualStudio.Validation.resources.dll
- /usr/local/share/dnspy/bin/fa/
- /usr/local/share/dnspy/bin/fa/dnSpy.Analyzer.x.resources.dll
- /usr/local/share/dnspy/bin/fa/dnSpy.AsmEditor.x.resources.dll
- /usr/local/share/dnspy/bin/fa/dnSpy.BamlDecompiler.x.resources.dll
- /usr/local/share/dnspy/bin/fa/dnSpy.Console.resources.dll
- /usr/local/share/dnspy/bin/fa/dnSpy.Contracts.DnSpy.resources.dll
- /usr/local/share/dnspy/bin/fa/dnSpy.Contracts.Logic.resources.dll
- /usr/local/share/dnspy/bin/fa/dnSpy.Debugger.DotNet.CorDebug.x.resources.dll
- /usr/local/share/dnspy/bin/fa/dnSpy.Debugger.DotNet.Mono.x.resources.dll
- /usr/local/share/dnspy/bin/fa/dnSpy.Debugger.DotNet.x.resources.dll
- /usr/local/share/dnspy/bin/fa/dnSpy.Debugger.x.resources.dll
- /usr/local/share/dnspy/bin/fa/dnSpy.Decompiler.ILSpy.Core.resources.dll
- /usr/local/share/dnspy/bin/fa/dnSpy.Decompiler.ILSpy.x.resources.dll
- /usr/local/share/dnspy/bin/fa/dnSpy.Decompiler.resources.dll
- /usr/local/share/dnspy/bin/fa/dnSpy.Roslyn.resources.dll
- /usr/local/share/dnspy/bin/fa/dnSpy.Scripting.Roslyn.x.resources.dll
- /usr/local/share/dnspy/bin/fa/dnSpy.resources.dll
- /usr/local/share/dnspy/bin/fr/
- /usr/local/share/dnspy/bin/fr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
- /usr/local/share/dnspy/bin/fr/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
- /usr/local/share/dnspy/bin/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/fr/Microsoft.CodeAnalysis.CSharp.resources.dll
- /usr/local/share/dnspy/bin/fr/Microsoft.CodeAnalysis.Features.resources.dll
- /usr/local/share/dnspy/bin/fr/Microsoft.CodeAnalysis.Scripting.resources.dll
- /usr/local/share/dnspy/bin/fr/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll
- /usr/local/share/dnspy/bin/fr/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll
- /usr/local/share/dnspy/bin/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/fr/Microsoft.CodeAnalysis.resources.dll
- /usr/local/share/dnspy/bin/fr/Microsoft.VisualStudio.Composition.resources.dll
- /usr/local/share/dnspy/bin/fr/Microsoft.VisualStudio.Validation.resources.dll
- /usr/local/share/dnspy/bin/fr/dnSpy.Analyzer.x.resources.dll
- /usr/local/share/dnspy/bin/fr/dnSpy.AsmEditor.x.resources.dll
- /usr/local/share/dnspy/bin/fr/dnSpy.BamlDecompiler.x.resources.dll
- /usr/local/share/dnspy/bin/fr/dnSpy.Console.resources.dll
- /usr/local/share/dnspy/bin/fr/dnSpy.Contracts.DnSpy.resources.dll
- /usr/local/share/dnspy/bin/fr/dnSpy.Contracts.Logic.resources.dll
- /usr/local/share/dnspy/bin/fr/dnSpy.Debugger.DotNet.CorDebug.x.resources.dll
- /usr/local/share/dnspy/bin/fr/dnSpy.Debugger.DotNet.Mono.x.resources.dll
- /usr/local/share/dnspy/bin/fr/dnSpy.Debugger.DotNet.x.resources.dll
- /usr/local/share/dnspy/bin/fr/dnSpy.Debugger.x.resources.dll
- /usr/local/share/dnspy/bin/fr/dnSpy.Decompiler.ILSpy.Core.resources.dll
- /usr/local/share/dnspy/bin/fr/dnSpy.Decompiler.ILSpy.x.resources.dll
- /usr/local/share/dnspy/bin/fr/dnSpy.Decompiler.resources.dll
- /usr/local/share/dnspy/bin/fr/dnSpy.Roslyn.resources.dll
- /usr/local/share/dnspy/bin/fr/dnSpy.Scripting.Roslyn.x.resources.dll
- /usr/local/share/dnspy/bin/fr/dnSpy.resources.dll
- /usr/local/share/dnspy/bin/gettextize
- /usr/local/share/dnspy/bin/hu/
- /usr/local/share/dnspy/bin/hu/dnSpy.Analyzer.x.resources.dll
- /usr/local/share/dnspy/bin/hu/dnSpy.AsmEditor.x.resources.dll
- /usr/local/share/dnspy/bin/hu/dnSpy.BamlDecompiler.x.resources.dll
- /usr/local/share/dnspy/bin/hu/dnSpy.Console.resources.dll
- /usr/local/share/dnspy/bin/hu/dnSpy.Contracts.DnSpy.resources.dll
- /usr/local/share/dnspy/bin/hu/dnSpy.Contracts.Logic.resources.dll
- /usr/local/share/dnspy/bin/hu/dnSpy.Debugger.DotNet.CorDebug.x.resources.dll
- /usr/local/share/dnspy/bin/hu/dnSpy.Debugger.DotNet.Mono.x.resources.dll
- /usr/local/share/dnspy/bin/hu/dnSpy.Debugger.DotNet.x.resources.dll
- /usr/local/share/dnspy/bin/hu/dnSpy.Debugger.x.resources.dll
- /usr/local/share/dnspy/bin/hu/dnSpy.Decompiler.ILSpy.Core.resources.dll
- /usr/local/share/dnspy/bin/hu/dnSpy.Decompiler.ILSpy.x.resources.dll
- /usr/local/share/dnspy/bin/hu/dnSpy.Decompiler.resources.dll
- /usr/local/share/dnspy/bin/hu/dnSpy.Roslyn.resources.dll
- /usr/local/share/dnspy/bin/hu/dnSpy.Scripting.Roslyn.x.resources.dll
- /usr/local/share/dnspy/bin/hu/dnSpy.resources.dll
- /usr/local/share/dnspy/bin/install
- /usr/local/share/dnspy/bin/it/
- /usr/local/share/dnspy/bin/it/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
- /usr/local/share/dnspy/bin/it/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
- /usr/local/share/dnspy/bin/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/it/Microsoft.CodeAnalysis.CSharp.resources.dll
- /usr/local/share/dnspy/bin/it/Microsoft.CodeAnalysis.Features.resources.dll
- /usr/local/share/dnspy/bin/it/Microsoft.CodeAnalysis.Scripting.resources.dll
- /usr/local/share/dnspy/bin/it/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll
- /usr/local/share/dnspy/bin/it/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll
- /usr/local/share/dnspy/bin/it/Microsoft.CodeAnalysis.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/it/Microsoft.CodeAnalysis.resources.dll
- /usr/local/share/dnspy/bin/it/Microsoft.VisualStudio.Composition.resources.dll
- /usr/local/share/dnspy/bin/it/Microsoft.VisualStudio.Validation.resources.dll
- /usr/local/share/dnspy/bin/it/dnSpy.Analyzer.x.resources.dll
- /usr/local/share/dnspy/bin/it/dnSpy.AsmEditor.x.resources.dll
- /usr/local/share/dnspy/bin/it/dnSpy.BamlDecompiler.x.resources.dll
- /usr/local/share/dnspy/bin/it/dnSpy.Console.resources.dll
- /usr/local/share/dnspy/bin/it/dnSpy.Contracts.DnSpy.resources.dll
- /usr/local/share/dnspy/bin/it/dnSpy.Contracts.Logic.resources.dll
- /usr/local/share/dnspy/bin/it/dnSpy.Debugger.DotNet.CorDebug.x.resources.dll
- /usr/local/share/dnspy/bin/it/dnSpy.Debugger.DotNet.Mono.x.resources.dll
- /usr/local/share/dnspy/bin/it/dnSpy.Debugger.DotNet.x.resources.dll
- /usr/local/share/dnspy/bin/it/dnSpy.Debugger.x.resources.dll
- /usr/local/share/dnspy/bin/it/dnSpy.Decompiler.ILSpy.Core.resources.dll
- /usr/local/share/dnspy/bin/it/dnSpy.Decompiler.ILSpy.x.resources.dll
- /usr/local/share/dnspy/bin/it/dnSpy.Decompiler.resources.dll
- /usr/local/share/dnspy/bin/it/dnSpy.Roslyn.resources.dll
- /usr/local/share/dnspy/bin/it/dnSpy.Scripting.Roslyn.x.resources.dll
- /usr/local/share/dnspy/bin/it/dnSpy.resources.dll
- /usr/local/share/dnspy/bin/msgcat
- /usr/local/share/dnspy/bin/msgconv
- /usr/local/share/dnspy/bin/msgfmt
- /usr/local/share/dnspy/bin/msginit
- /usr/local/share/dnspy/bin/msgmerge
- /usr/local/share/dnspy/bin/pt-BR/
- /usr/local/share/dnspy/bin/pt-BR/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/Microsoft.CodeAnalysis.Features.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/Microsoft.CodeAnalysis.Scripting.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/Microsoft.CodeAnalysis.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/Microsoft.VisualStudio.Composition.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/Microsoft.VisualStudio.Validation.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/dnSpy.Analyzer.x.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/dnSpy.AsmEditor.x.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/dnSpy.BamlDecompiler.x.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/dnSpy.Console.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/dnSpy.Contracts.DnSpy.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/dnSpy.Contracts.Logic.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/dnSpy.Debugger.DotNet.CorDebug.x.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/dnSpy.Debugger.DotNet.Mono.x.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/dnSpy.Debugger.DotNet.x.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/dnSpy.Debugger.x.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/dnSpy.Decompiler.ILSpy.Core.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/dnSpy.Decompiler.ILSpy.x.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/dnSpy.Decompiler.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/dnSpy.Roslyn.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/dnSpy.Scripting.Roslyn.x.resources.dll
- /usr/local/share/dnspy/bin/pt-BR/dnSpy.resources.dll
- /usr/local/share/dnspy/bin/pt-PT/
- /usr/local/share/dnspy/bin/pt-PT/dnSpy.Analyzer.x.resources.dll
- /usr/local/share/dnspy/bin/pt-PT/dnSpy.AsmEditor.x.resources.dll
- /usr/local/share/dnspy/bin/pt-PT/dnSpy.BamlDecompiler.x.resources.dll
- /usr/local/share/dnspy/bin/pt-PT/dnSpy.Console.resources.dll
- /usr/local/share/dnspy/bin/pt-PT/dnSpy.Contracts.DnSpy.resources.dll
- /usr/local/share/dnspy/bin/pt-PT/dnSpy.Contracts.Logic.resources.dll
- /usr/local/share/dnspy/bin/pt-PT/dnSpy.Debugger.DotNet.CorDebug.x.resources.dll
- /usr/local/share/dnspy/bin/pt-PT/dnSpy.Debugger.DotNet.Mono.x.resources.dll
- /usr/local/share/dnspy/bin/pt-PT/dnSpy.Debugger.DotNet.x.resources.dll
- /usr/local/share/dnspy/bin/pt-PT/dnSpy.Debugger.x.resources.dll
- /usr/local/share/dnspy/bin/pt-PT/dnSpy.Decompiler.ILSpy.Core.resources.dll
- /usr/local/share/dnspy/bin/pt-PT/dnSpy.Decompiler.ILSpy.x.resources.dll
- /usr/local/share/dnspy/bin/pt-PT/dnSpy.Decompiler.resources.dll
- /usr/local/share/dnspy/bin/pt-PT/dnSpy.Roslyn.resources.dll
- /usr/local/share/dnspy/bin/pt-PT/dnSpy.Scripting.Roslyn.x.resources.dll
- /usr/local/share/dnspy/bin/pt-PT/dnSpy.resources.dll
- /usr/local/share/dnspy/bin/ru/
- /usr/local/share/dnspy/bin/ru/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
- /usr/local/share/dnspy/bin/ru/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
- /usr/local/share/dnspy/bin/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/ru/Microsoft.CodeAnalysis.CSharp.resources.dll
- /usr/local/share/dnspy/bin/ru/Microsoft.CodeAnalysis.Features.resources.dll
- /usr/local/share/dnspy/bin/ru/Microsoft.CodeAnalysis.Scripting.resources.dll
- /usr/local/share/dnspy/bin/ru/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll
- /usr/local/share/dnspy/bin/ru/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll
- /usr/local/share/dnspy/bin/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/ru/Microsoft.CodeAnalysis.resources.dll
- /usr/local/share/dnspy/bin/ru/Microsoft.VisualStudio.Composition.resources.dll
- /usr/local/share/dnspy/bin/ru/Microsoft.VisualStudio.Validation.resources.dll
- /usr/local/share/dnspy/bin/ru/dnSpy.Analyzer.x.resources.dll
- /usr/local/share/dnspy/bin/ru/dnSpy.AsmEditor.x.resources.dll
- /usr/local/share/dnspy/bin/ru/dnSpy.BamlDecompiler.x.resources.dll
- /usr/local/share/dnspy/bin/ru/dnSpy.Console.resources.dll
- /usr/local/share/dnspy/bin/ru/dnSpy.Contracts.DnSpy.resources.dll
- /usr/local/share/dnspy/bin/ru/dnSpy.Contracts.Logic.resources.dll
- /usr/local/share/dnspy/bin/ru/dnSpy.Debugger.DotNet.CorDebug.x.resources.dll
- /usr/local/share/dnspy/bin/ru/dnSpy.Debugger.DotNet.Mono.x.resources.dll
- /usr/local/share/dnspy/bin/ru/dnSpy.Debugger.DotNet.x.resources.dll
- /usr/local/share/dnspy/bin/ru/dnSpy.Debugger.x.resources.dll
- /usr/local/share/dnspy/bin/ru/dnSpy.Decompiler.ILSpy.Core.resources.dll
- /usr/local/share/dnspy/bin/ru/dnSpy.Decompiler.ILSpy.x.resources.dll
- /usr/local/share/dnspy/bin/ru/dnSpy.Decompiler.resources.dll
- /usr/local/share/dnspy/bin/ru/dnSpy.Roslyn.resources.dll
- /usr/local/share/dnspy/bin/ru/dnSpy.Scripting.Roslyn.x.resources.dll
- /usr/local/share/dnspy/bin/ru/dnSpy.resources.dll
- /usr/local/share/dnspy/bin/tr/
- /usr/local/share/dnspy/bin/tr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
- /usr/local/share/dnspy/bin/tr/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
- /usr/local/share/dnspy/bin/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/tr/Microsoft.CodeAnalysis.CSharp.resources.dll
- /usr/local/share/dnspy/bin/tr/Microsoft.CodeAnalysis.Features.resources.dll
- /usr/local/share/dnspy/bin/tr/Microsoft.CodeAnalysis.Scripting.resources.dll
- /usr/local/share/dnspy/bin/tr/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll
- /usr/local/share/dnspy/bin/tr/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll
- /usr/local/share/dnspy/bin/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll
- /usr/local/share/dnspy/bin/tr/Microsoft.CodeAnalysis.resources.dll
- /usr/local/share/dnspy/bin/tr/Microsoft.VisualStudio.Composition.resources.dll
- /usr/local/share/dnspy/bin/tr/Microsoft.VisualStudio.Validation.resources.dll
- /usr/local/share/dnspy/bin/tr/dnSpy.Analyzer.x.resources.dll
- /usr/local/share/dnspy/bin/tr/dnSpy.AsmEditor.x.resources.dll
- /usr/local/share/dnspy/bin/tr/dnSpy.BamlDecompiler.x.resources.dll
- /usr/local/share/dnspy/bin/tr/dnSpy.Console.resources.dll
- /usr/local/share/dnspy/bin/tr/dnSpy.Contracts.DnSpy.resources.dll
- /usr/local/share/dnspy/bin/tr/dnSpy.Contracts.Logic.resources.dll
- /usr/local/share/dnspy/bin/tr/dnSpy.Debugger.DotNet.CorDebug.x.resources.dll
- /usr/local/share/dnspy/bin/tr/dnSpy.Debugger.DotNet.Mono.x.resources.dll
- /usr/local/share/dnspy/bin/tr/dnSpy.Debugger.DotNet.x.resources.dll
- /usr/local/share/dnspy/bin/tr/dnSpy.Debugger.x.resources.dll
- /usr/local/share/dnspy/bin/tr/dnSpy.Decompiler.ILSpy.Core.resources.dll
- /usr/local/share/dnspy/bin/tr/dnSpy.Decompiler.ILSpy.x.resources.dll
- /usr/local/share/dnspy/bin/tr/dnSpy.Decompiler.resources.dll
- /usr/local/share/dnspy/bin/tr/dnSpy.Roslyn.resources.dll
- /usr/local/share/dnspy/bin/tr/dnSpy.Scripting.Roslyn.x.resources.dll
- /usr/local/share/dnspy/bin/tr/dnSpy.resources.dll
- /usr/local/share/dnspy/bin/uk/
- /usr/local/share/dnspy/bin/uk/dnSpy.Analyzer.x.resources.dll
- /usr/local/share/dnspy/bin/uk/dnSpy.AsmEditor.x.resources.dll
- /usr/local/share/dnspy/bin/uk/dnSpy.BamlDecompiler.x.resources.dll
- /usr/local/share/dnspy/bin/uk/dnSpy.Console.resources.dll
- /usr/local/share/dnspy/bin/uk/dnSpy.Contracts.DnSpy.resources.dll
- /usr/local/share/dnspy/bin/uk/dnSpy.Contracts.Logic.resources.dll
- /usr/local/share/dnspy/bin/uk/dnSpy.Debugger.DotNet.CorDebug.x.resources.dll
- /usr/local/share/dnspy/bin/uk/dnSpy.Debugger.DotNet.Mono.x.resources.dll
- /usr/local/share/dnspy/bin/uk/dnSpy.Debugger.DotNet.x.resources.dll
- /usr/local/share/dnspy/bin/uk/dnSpy.Debugger.x.resources.dll
- /usr/local/share/dnspy/bin/uk/dnSpy.Decompiler.ILSpy.Core.resources.dll
- /usr/local/share/dnspy/bin/uk/dnSpy.Decompiler.ILSpy.x.resources.dll
- /usr/local/share/dnspy/bin/uk/dnSpy.Decompiler.resources.dll
- /usr/local/share/dnspy/bin/uk/dnSpy.Roslyn.resources.dll
- /usr/local/share/dnspy/bin/uk/dnSpy.Scripting.Roslyn.x.resources.dll
- /usr/local/share/dnspy/bin/uk/dnSpy.resources.dll
- /usr/local/share/dnspy/bin/vi/
- /usr/local/share/dnspy/bin/vi/dnSpy.Analyzer.x.resources.dll
- /usr/local/share/dnspy/bin/vi/dnSpy.AsmEditor.x.resources.dll
- /usr/local/share/dnspy/bin/vi/dnSpy.BamlDecompiler.x.resources.dll
- /usr/local/share/dnspy/bin/vi/dnSpy.Console.resources.dll
- /usr/local/share/dnspy/bin/vi/dnSpy.Contracts.DnSpy.resources.dll
- /usr/local/share/dnspy/bin/vi/dnSpy.Contracts.Logic.resources.dll
- /usr/local/share/dnspy/bin/vi/dnSpy.Debugger.DotNet.CorDebug.x.resources.dll
- /usr/local/share/dnspy/bin/vi/dnSpy.Debugger.DotNet.Mono.x.resources.dll
- /usr/local/share/dnspy/bin/vi/dnSpy.Debugger.DotNet.x.resources.dll
- /usr/local/share/dnspy/bin/vi/dnSpy.Debugger.x.resources.dll
- /usr/local/share/dnspy/bin/vi/dnSpy.Decompiler.ILSpy.Core.resources.dll
- /usr/local/share/dnspy/bin/vi/dnSpy.Decompiler.ILSpy.x.resources.dll
- /usr/local/share/dnspy/bin/vi/dnSpy.Decompiler.resources.dll
- /usr/local/share/dnspy/bin/vi/dnSpy.Roslyn.resources.dll
- /usr/local/share/dnspy/bin/vi/dnSpy.Scripting.Roslyn.x.resources.dll
- /usr/local/share/dnspy/bin/vi/dnSpy.resources.dll
- /usr/local/share/dnspy/bin/xgettext
- /usr/local/share/dnspy/bin/zh-CN/
- /usr/local/share/dnspy/bin/zh-CN/dnSpy.Analyzer.x.resources.dll
- /usr/local/share/dnspy/bin/zh-CN/dnSpy.AsmEditor.x.resources.dll
- /usr/local/share/dnspy/bin/zh-CN/dnSpy.BamlDecompiler.x.resources.dll
- /usr/local/share/dnspy/bin/zh-CN/dnSpy.Console.resources.dll
- /usr/local/share/dnspy/bin/zh-CN/dnSpy.Contracts.DnSpy.resources.dll
- /usr/local/share/dnspy/bin/zh-CN/dnSpy.Contracts.Logic.resources.dll
- /usr/local/share/dnspy/bin/zh-CN/dnSpy.Debugger.DotNet.CorDebug.x.resources.dll
- /usr/local/share/dnspy/bin/zh-CN/dnSpy.Debugger.DotNet.Mono.x.resources.dll
- /usr/local/share/dnspy/bin/zh-CN/dnSpy.Debugger.DotNet.x.resources.dll
- /usr/local/share/dnspy/bin/zh-CN/dnSpy.Debugger.x.resources.dll
- /usr/local/share/dnspy/bin/zh-CN/dnSpy.Decompiler.ILSpy.Core.resources.dll
- /usr/local/share/dnspy/bin/zh-CN/dnSpy.Decompiler.ILSpy.x.resources.dll
- /usr/local/share/dnspy/bin/zh-CN/dnSpy.Decompiler.resources.dll
- /usr/local/share/dnspy/bin/zh-CN/dnSpy.Roslyn.resources.dll
- /usr/local/share/dnspy/bin/zh-CN/dnSpy.Scripting.Roslyn.x.resources.dll
- /usr/local/share/dnspy/bin/zh-CN/dnSpy.resources.dll
- /usr/local/share/dnspy/dnSpy.Console.exe
- /usr/local/share/dnspy/dnSpy.Console.exe.config
- /usr/local/share/dnspy/dnSpy.Console.pdb