bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
#
msil
Here are 66 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
May 1, 2022 - 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(
Serialize .NET Core assemblies
-
Updated
May 19, 2022 - C#
F# -> ASM disassembler
-
Updated
Jan 28, 2022 - 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#
visual-studio
marketplace
msil
cil
visual-studio-extension
il
codelens
common-intermediate-language
codelens-extension
-
Updated
Feb 27, 2022 - 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#
CIL (MSIL) Code Viewer Extension for Visual Studio 2017
-
Updated
Jan 2, 2018 - C#
.net debugger / msil interpreter / emulator
-
Updated
Oct 26, 2018 - C#
Strong obfuscator for .NET files
-
Updated
Jan 22, 2020
IL Kernel for .NET Interactive
-
Updated
Dec 6, 2021 - C#
Ahead-of-time compiler for Chocopy, a subset of Python 3. Built in Python.
python
bytecode
compiler
jvm
mono
msil
compilers
cil
compiler-design
jvm-bytecode
compiler-frontend
jvm-languages
compiler-construction
msil-compiler
compiler-backend
cil-code-generation
jvm-language
-
Updated
May 23, 2022 - Python
-
Updated
Jun 8, 2020 - F#
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