#
msil
Here are 57 public repositories matching this topic...
A MSIL/C# to C++ converter. Faster than CoreCLR with low memory overhead.(已弃坑.C#是个好语言,然而.NET不是一个干净的平台)
-
Updated
Jan 19, 2018 - C#
C# modding swiss army knife, powered by cecil.
c-sharp
modding
cross-platform
unity
mono
msil
cil
monkey-patching
detours
net-framework
patching
cecil
-
Updated
Aug 19, 2021 - C#
A library for editing PE files with full .NET metadata support
native
dotnet
disassembler
writer
reader
msil
cil
pe
portable-executable
il
metadata-editor
pe-analyzer
-
Updated
Aug 9, 2021 - C#
bencz
commented
Apr 11, 2020
Are there any plans to implement the reflection system in the project, if so, do you have any idea how it will work to generate methods and classes at runtime, and execute this code?
For exemple, if we have this code:
static void Main(string[] args)
{
const string AssemblyName = "HelloWorld.dll";
var assembly = AssemblyBuilder.DefineDynamicAssembly(
F# -> ASM disassembler
-
Updated
Jul 1, 2021 - F#
A Visual Studio Code C# IL (Intermediate Language) Viewer
-
Updated
Nov 6, 2017 - C#
A C++11 library used to create a managed program (CIL) and dump to either .IL, .EXE, or .DLL format
-
Updated
Nov 17, 2020 - C++
Light-weight cross platform IL disassembler tool built in C#.
-
Updated
Feb 7, 2020 - C#
A quick way to check for the presence of dnSpy hooks in memory
-
Updated
Aug 22, 2020 - C#
CIL (MSIL) Code Viewer Extension for Visual Studio 2017
-
Updated
Jan 2, 2018 - C#
Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.
c-sharp
performance
dotnet
dotnetcore
msil
dotnet-core
dotnet-standard
operator-overloads
64-bit
32-bit
native-integers
-
Updated
Oct 21, 2018 - C#
MSDN-WhiteKnight
commented
Feb 9, 2020
When outputting signature of entry point method as CIL assembler code, it should be marked with .entrypoint directive.
Example code:
using System;
using System.Reflection;
using CilBytecodeParser;
class Program
{
public static void Main(string[] args)
{
Console.WriteLine(CilAnalysis.MethodToText(MethodBase.GetCurrentMethod()));
Console.ReadKey();
visual-studio
marketplace
msil
cil
visual-studio-extension
il
codelens
common-intermediate-language
codelens-extension
-
Updated
Dec 27, 2020 - C#
.net debugger / msil interpreter / emulator
-
Updated
Oct 26, 2018 - C#
Strong obfuscator for .NET files
-
Updated
Jan 22, 2020
DILE (Dotnet IL Editor) is a decompiler and an IL debugger.
c-sharp
debugger
debugging
cli
csharp
cpp
debugger-visualizer
debug
msil
debugger-visualizers
cpp17
debugging-tools
debugging-tool
debuggers
msil-compiler
msil-debugger
-
Updated
Jan 6, 2020 - C#
-
Updated
Jun 8, 2020 - F#
Open
Add more tests
1
SeeminglyScience
opened
Oct 4, 2020
Improve this page
Add a description, image, and links to the msil topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the msil topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
If you have XAML Databinding to public members and use ForceRen (because lets assume your project is not a public library so renaming public methods is acceptable) then this will obviously break databinding.
Describe the solution you'd like
I've hacked a solution which extracts all databinding out of the XAML and makes a l