#
cil
Here are 61 public repositories matching this topic...
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 5, 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#
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,
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
Nov 10, 2020 - C#
.NET CIL interpreter written in pure F#
-
Updated
Sep 17, 2020 - F#
Light-weight cross platform IL disassembler tool built in C#.
-
Updated
Feb 7, 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
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
Dec 17, 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();
visual-studio
marketplace
msil
cil
visual-studio-extension
il
codelens
common-intermediate-language
codelens-extension
-
Updated
Dec 27, 2020 - C#
SharpILMixins is a trait/mixin and IL weaving framework for C# using dnLib
csharp
trait
patcher
dnlib
cil
cli-app
mixin
cli-application
weaver
il
net-core
patching
pre-processing
net-5
il-weaver
il-weaving-framework
sharpilmixins
runtime-detour
-
Updated
Jul 21, 2021 - C#
-
Updated
Jun 8, 2020 - F#
Open
Add more tests
1
SeeminglyScience
opened
Oct 4, 2020
Light-weight cross platform IL diff tool built in C#.
-
Updated
Jun 23, 2018 - 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: