Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with cil

A curated list of projects in awesome lists tagged with cil .

https://github.com/pardeike/harmony

A library for patching, replacing and decorating .NET and Mono methods during runtime

cil csharp detour detours dotnet monkey-patching mono non-destructive patcher runtime unity

Last synced: 17 Dec 2024

https://github.com/pardeike/Harmony

A library for patching, replacing and decorating .NET and Mono methods during runtime

cil csharp detour detours dotnet monkey-patching mono non-destructive patcher runtime unity

Last synced: 06 Nov 2024

https://github.com/jbevain/cecil

Cecil is a library to inspect, modify and create .NET programs and libraries.

bytecode c-sharp cil dotnet library mono

Last synced: 17 Dec 2024

https://github.com/m4rs-mt/ilgpu

ILGPU JIT Compiler for high-performance .Net GPU programs

amd cil compiler cpu cuda dotnet gpgpu gpgpu-computing gpu ilgpu intel jit kernels msil nvidia opencl parallel ptx

Last synced: 19 Dec 2024

https://github.com/m4rs-mt/ILGPU

ILGPU JIT Compiler for high-performance .Net GPU programs

amd cil compiler cpu cuda dotnet gpgpu gpgpu-computing gpu ilgpu intel jit kernels msil nvidia opencl parallel ptx

Last synced: 11 Nov 2024

https://github.com/washi1337/asmresolver

A library for creating, reading and editing PE files and .NET modules.

cil disassembler dotnet framework il metadata-editor msil native pe pe-analyzer portable-executable reader reverse-engineering writer

Last synced: 19 Dec 2024

https://github.com/MonoMod/MonoMod

C# modding swiss army knife, powered by cecil.

c-sharp cecil cil cross-platform detours modding monkey-patching mono msil net-framework patching unity

Last synced: 06 Nov 2024

https://github.com/kekyo/IL2C

IL2C - A translator for ECMA-335 CIL/MSIL to C language.

aot arduino c cil csharp dotnet ecma335 fsharp intermediate-language msil systems-programming translator transpiler uefi wdm

Last synced: 28 Oct 2024

https://github.com/kekyo/il2c

IL2C - A translator for ECMA-335 CIL/MSIL to C language.

aot arduino c cil csharp dotnet ecma335 fsharp intermediate-language msil systems-programming translator transpiler uefi wdm

Last synced: 16 Dec 2024

https://github.com/pjbgf/dotnet-ildasm

Light-weight cross platform IL disassembler tool built in C#.

cil disassembler dotnet-cli dotnet-core dotnet-ildasm il-disassembler ildasm msil

Last synced: 28 Oct 2024

https://github.com/sergeyt/fint

.NET CIL interpreter written in simple subset of F#

cil dotnet dotnet-core fsharp interpreter

Last synced: 27 Oct 2024

https://github.com/rspeele/licensetocil

Semi-safely generate CIL in F#

cil opcodes

Last synced: 30 Oct 2024

https://github.com/washi1337/awaitfuscator

Transforms a .NET binary into a chain of meaningless-looking await expressions.

await-async cil dotnet obfuscation

Last synced: 07 Nov 2024

https://github.com/puresharper/cneptune

CNeptune improve productivity & efficiency by urbanize .net module with meta-code to lay foundation for frameworks

aop architecture aspect-oriented-programming cil container cross-cutting-concerns dependency design di efficiency injection interception inversion-of-control ioc mock mocking pattern productivity

Last synced: 16 Nov 2024

https://github.com/msdn-whiteknight/ciltools

A set of tools to work with CIL in .NET applications

analysis bytecode cil csharp csharp-library dotnet library msil parser

Last synced: 12 Oct 2024

https://github.com/kekyo/ilcompose

Compose partially implementation both .NET language and IL assembler into a single assembly.

cil compose ilasm ilsupport inline-asm mixin msil

Last synced: 30 Oct 2024

https://github.com/seeminglyscience/ilassembler

ILAsm-like DSL for PowerShell

cil hacktoberfest il ilasm msil powershell

Last synced: 09 Nov 2024

https://github.com/kekyo/ilasm.managed

ILAsm.Managed - Portable managed Mono CIL assembler.

cil ilasm managed mono msil portable

Last synced: 30 Oct 2024

https://github.com/liulilittle/simpleclr

一个很简单的示意基于栈式过程虚拟机的实现,它运行即时编译的目标平台【x86】的原生代码

cil csharp vm

Last synced: 09 Nov 2024

https://github.com/signaturebeef/modframework.net

A framework you use to build mods or rewrite other .NET applications

cecil cil framework il mod modding-framework rewriting

Last synced: 24 Nov 2024

https://github.com/jlchntoz/jitbrainfuck

A tiny .NET JIT compiler for Brainfuck written in C#

brainfuck brainfuck-compiler brainfuck-parser c-sharp cil jit-compiler

Last synced: 27 Oct 2024

https://github.com/kekyo/chibicc-cil-toolchain

The specialized backend toolchain for chibicc-cil

chibicc chibicc-cil cil dotnet ilasm msil

Last synced: 30 Oct 2024

https://github.com/in-jun/typing-practice

프로그래밍 언어의 키워드로 타자 실력과 코드 친숙도를 동시에 높여보세요. 단순한 타자 연습을 넘어, 개발자로서의 근육 기억을 만드는 특별한 연습 도구입니다.

cil cpp typing-game typing-practice

Last synced: 11 Nov 2024

https://github.com/winscripter/ilsourceparser

Provides functionality for parsing ECMA-335 Microsoft Intermediate Language (IL) syntax to a syntax tree.

ast cil common-intermediate-language csharp dotnet ecma335 il intermediate-language msil netcore parser pe syntax

Last synced: 13 Nov 2024

https://github.com/Centrifuge-Modding-Framework/Centrifuge

Cross-platform runtime mod loader and API for any Unity-based game. Supports Unity 5 and up!

c-sharp c-sharp-library centrifuge cil framework game-modding loader modding modding-tools mono nuget sdk unity unity-modding unity3d

Last synced: 10 Nov 2024

https://github.com/bastianblokland/enum-generator-dotnet

Cli tool for generating a c# / f# / vb / cil enum based on a json input file.

cil codegenerator csharp enumeration fsharp json visualbasic

Last synced: 21 Dec 2024

https://github.com/gladir/discil

Cette commande, écrit en Pascal (Turbo Pascal ou Free Pascal), permet de désassembler un code binaire de CIL en langage de programmation assembleur CIL.

cil free-pascal turbo-pascal turbopascal

Last synced: 10 Nov 2024

https://github.com/msdn-whiteknight/cilbrowser

Generates static website that shows disassembled CIL of .NET assembly

cil dotnet html il static-website-generator website

Last synced: 13 Dec 2024

https://github.com/enmn/cuthes

Now you can shorten the link you want simply and with all kinds of shortened sites

cil cuthes github linux macos project python python3 toolset windows

Last synced: 06 Nov 2024

https://github.com/spouliot/cilurbo

A simple text-based disassembler/decompiler for .net assemblies

cil csharp decompiler disassembler dotnet tool

Last synced: 24 Nov 2024

https://github.com/jreategui07/gym-cli-app

This Swift CLI application, implements Object-Oriented Programming (OOP) concepts like inheritance and polymorphism to manage Gym members and services, allowing users to book fitness classes and personal training sessions.

cil inheritance object-oriented-programming polymorphism swift

Last synced: 15 Nov 2024

https://github.com/71/feather

Strip all references to FSharp.Core from a .NET assembly at compile-time, using Fody.

cil csharp dotnet fody fsharp

Last synced: 16 Nov 2024

https://github.com/spouliot/cilout

A collection of commands to query .net assemblies and output results that are easy to read and diff.

cil dotnet metadata query

Last synced: 24 Nov 2024

https://github.com/71/moreexpressions.fody

Adding the "return" and "goto" expressions to .NET through Fody.

cil extension fody fsharp imperative

Last synced: 16 Nov 2024