issues
search
kevin-montrose
/
Sigil
A fail-fast validating helper for .NET CIL generation
Microsoft Public License
988
stars
92
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Allow constructor calls when there's an address to this on the stack
#67
GGG-KILLER
opened
9 months ago
0
Fixed call of not-yet-existing instance method.
#66
den-mentiei
opened
3 years ago
0
Nuget 5.0.0 built with wrong timestamps
#65
eitanhs
opened
5 years ago
0
fix #63 by calling the correct overload of ResolveMember
#64
benjamin-hodgson
closed
5 years ago
0
Can't disassemble methods mentioning a type parameter
#63
benjamin-hodgson
closed
5 years ago
1
.NET Core 1.0 -> 3.0 Upgrade
#62
NickCraver
closed
5 years ago
0
Self contained applications fail to load Sigil
#61
sebastienros
opened
5 years ago
1
Added LoadConstant overload with ConstructorInfo parameter
#60
dr-BEat
opened
7 years ago
0
Migrated from DNX to NetStandard 1.5
#59
nothrow
closed
4 years ago
0
Support for Net Standard 2.0
#58
ben-foster-cko
closed
5 years ago
6
Fix markdown for headings in README
#57
svick
closed
7 years ago
0
Cgt.Un for objects.
#56
davidorbelian
closed
7 years ago
0
Readonly prefix added to wrong instructions when doVerify is false
#55
Wazner
opened
7 years ago
2
For review: fix issue 53 by fiddling with assignability check
#54
benjamin-hodgson
opened
7 years ago
0
Sigil incorrectly fails when calling a virtual method on a struct
#53
benjamin-hodgson
opened
7 years ago
0
Issues with NonGeneric.Emit.Call
#52
chaplin89
opened
7 years ago
0
Issue with Sigil.NonGeneric.Emit.Call
#51
chaplin89
closed
7 years ago
1
IndexOutOfRangeException
#50
kzaki
opened
7 years ago
1
Merge pull request #1 from kevin-montrose/master
#49
Indifer
closed
5 years ago
0
Exposed Stack and IsReachable properties on emitter.
#48
n8allan
opened
7 years ago
0
Binary searched length cache and no superfluous cache clearing.
#47
n8allan
opened
7 years ago
0
Ability to turn off ALL validation for high-speed (release configuration) emission
#46
n8allan
opened
7 years ago
0
Optional parameters of a method
#45
OscarCanek
opened
7 years ago
0
pdb symbols for Sigil
#44
Konard
closed
5 years ago
1
Portable Class Library
#43
NaxAlpha
opened
8 years ago
1
Disassembler support for .NET Core RC2
#42
Konard
closed
5 years ago
2
LoadConstant(ushort), LoadConstant(short), LoadConstant(sbyte) and LoadConstant(byte) are missing
#41
Konard
closed
5 years ago
3
Decompile to human-readable IL string (code)
#40
Konard
closed
5 years ago
2
Decompilation for .NET Core RC2
#39
Konard
closed
5 years ago
3
Question: Does Sigil support building generic methods?
#38
AlgorithmsAreCool
closed
8 years ago
4
Support for .NETStandard 1.0 - 1.4
#37
Konard
closed
5 years ago
2
.NET Core RC2 Upgrade
#36
NickCraver
closed
8 years ago
0
Port to .NET Core 1.0.0 RC2 (dotnet cli)
#35
Konard
closed
8 years ago
1
Don't insert tail calls when returns are mismatched
#34
bretcope
closed
8 years ago
0
Add overloads to allow pointer loads of unbaked functions
#33
AlgorithmsAreCool
closed
8 years ago
1
Non-generic Emit is needed
#32
masonwheeler
closed
8 years ago
2
Stack validation improvements
#31
ashmind
opened
8 years ago
0
Core clr
#30
mgravell
closed
9 years ago
0
4.6 appears to have broken delegate disassembly
#29
kevin-montrose
closed
9 years ago
0
Cannot use ConstructorBuilder when generating new Type
#28
hcesar
closed
9 years ago
0
Added syntax highlighting to readme
#27
Wazner
closed
9 years ago
0
Added support for creating type initializers
#26
Wazner
closed
9 years ago
0
Fix InstructionSize.Get for switch
#25
cameronism
closed
9 years ago
0
No way to create type initializer
#24
svick
closed
9 years ago
0
Make reused local initialization optional
#23
cameronism
closed
9 years ago
0
Fix disassemble ldc.r4
#22
cameronism
closed
9 years ago
0
LoadIndirect support for char and bool
#21
cameronism
closed
10 years ago
0
Bug: Remove tail calls on ByRef functions
#20
manofstick
closed
10 years ago
0
Recursion in NonGeneric Emit
#19
nattthebear
closed
9 years ago
0
Odd verification exception with simple disassembled Func.
#18
JasonPunyon
opened
10 years ago
3
Next