#
cil
Here are 52 public repositories matching this topic...
A 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 28, 2020 - C#
A library for editing PE files with full .NET metadata support
-
Updated
Oct 2, 2020 - C#
NConcern .NET AOP Framework
-
Updated
Dec 3, 2018 - C#
Washi1337
commented
May 16, 2020
Below a list of all opcodes currently supported by the CIL emulator of Echo's AsmResolver back-end.
Miscellaneous:
- Nop,
- Break,
- Dup,
- Pop,
- Ckfinite,
- Mkrefany,
- Refanyval,
- Refanytype,
- Arglist,
Variables and arguments:
- Ldarg_0,
- Ldarg_1,
.NET CIL interpreter written in pure F#
-
Updated
Sep 17, 2020 - F#
GoTo dnSpy for Visual Studio 2019
visual-studio
dotnet
decompiler
vsix
disassembler
dnlib
cil
decompile
goto
visual-studio-extension
dnspy
ilspy
il
vsix-extensions
-
Updated
Sep 16, 2020 - C#
CNeptune improve productivity & efficiency by urbanize .net module with meta-code to lay foundation for frameworks
mock
productivity
ioc
design
pattern
architecture
container
injection
efficiency
mocking
inversion-of-control
cil
aop
di
dependency
aspect-oriented-programming
interception
cross-cutting-concerns
-
Updated
Apr 26, 2018 - C#
An administration bot based on https://valtman.name/telegram-bot (very old version)
-
Updated
Jan 2, 2019 - Lua
Light-weight cross platform IL disassembler tool built in C#.
-
Updated
Feb 7, 2020 - C#
Cross-platform runtime mod loader and API for any Unity-based game. Supports Unity 5 and up!
c-sharp
framework
sdk
modding
unity
nuget
mono
loader
unity3d
cil
c-sharp-library
modding-tools
centrifuge
game-modding
unity-modding
-
Updated
Oct 1, 2020 - C#
Static analysis framework for .NET programs.
c-sharp
api
library
framework
bytecode
backend
analysis
static-code-analysis
visual-basic
dotnet
static-analysis
ssa
control-flow-analysis
cil
net-framework
data-flow-analysis
static-single-assignment
three-address-code
points-to-analysis
call-graph-analysis
-
Updated
Aug 30, 2020 - 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();
-
Updated
Jun 8, 2020 - F#
Light-weight cross platform IL diff tool built in C#.
-
Updated
Jun 23, 2018 - C#
A CodeLens extension for Visual Studio that lets you inspect the intermediate language instructions of a method. 🔬
visual-studio
marketplace
msil
cil
visual-studio-extension
il
codelens
common-intermediate-language
codelens-extension
-
Updated
Oct 2, 2020 - C#
Improve this page
Add a description, image, and links to the cil topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cil topic, visit your repo's landing page and select "manage topics."


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: