Andrew Au
9c6706acb7
Create a new option page for disassembly options
6 years ago
Siegfried Pammer
a2bce0b560
Delay initialization of LoadedAssembly.universalResolver
6 years ago
Andrew Au
4cd068ef8d
Address code review feedbacks
6 years ago
Siegfried Pammer
9af80950c9
Make GetLoadedAssembly() an extension method as well.
6 years ago
Siegfried Pammer
6ac56bbc74
Refactor IAssemblyReference and IAssemblyResolver implementations in LoadedAssembly.
6 years ago
Andrew Au
93239e2e61
Implement FindAssembly
6 years ago
Andrew Au
90bf63fddd
Make the r2rReader field private and readonly
6 years ago
Siegfried Pammer
09f60bf064
Use WriteCommentLine in ReadyToRunLanguage
6 years ago
Siegfried Pammer
bc3fe784a5
Extend Asm-Mode.xshd to recognize some more variants of number literals.
6 years ago
Andrew Au
f51da987de
Add method signature to disassembly
6 years ago
Andrew Au
69ed561cd9
Avoid specifying a base address
6 years ago
Andrew Au
e9fa7519d8
Improve performance by avoid repeated parsing
6 years ago
Andrew Au
a022d2a502
Make sure we use the right bitness
6 years ago
Andrew Au
8c9050ab77
Use the correct address to begin the disassembly
6 years ago
Andrew Au
2c63096c01
Fix loading problem
6 years ago
Andrew Au
e5866d3788
Created a ILCompiler.Reflection.ReadyToRun nuget package and hosted it on my personal feed
6 years ago
Andrew Au
595ec17996
Making sure the license information are copied everywhere they need to be
6 years ago
Andrew Au
d719a3d7b6
Update Licensing information
6 years ago
Andrew Au
71becf7043
Used the Iced nuget package instead of a hard coded path
6 years ago
Andrew Au
8add5ea7f6
Introducing ILSpy.ReadyToRun
6 years ago
Siegfried Pammer
f831e4713f
Fix #1867 : Captures of copies of this are not properly handled by the decompiler
6 years ago
Siegfried Pammer
f08a721e6a
Merge pull request #1797 from yyjdelete/localFunc
Add support for generic and static local function
Fixes #1588
6 years ago
Siegfried Pammer
00b855851c
Fix typo.
6 years ago
Siegfried Pammer
5be6be97df
Code review:
* rename a few identifiers,
* add comments,
* skip all compiler-generated type-arguments in resolve result,
* and change implementation of LocalFunctionMethod.Specialize: wrap specialized method and not the other way round.
6 years ago
Siegfried Pammer
9e89384916
Make NumberOfCompilerGeneratedGenerics immutable and rename to NumberOfCompilerGeneratedTypeParameters
6 years ago
Siegfried Pammer
bb99896864
Merge pull request #1866 from icsharpcode/netstandard2.1-fixes
netstandard2.1 fixes
6 years ago
Siegfried Pammer
306ef615e3
Update comments in LoadedAssembly.
6 years ago
Siegfried Pammer
5707dcb675
#1864 : Add asm highlighting to ILSpy
6 years ago
Daniel Grunwald
f0292808b3
#1852 : Handle fixed statement with null-safe GetPinnableReference call
6 years ago
Siegfried Pammer
aef5fc1bce
Fix #1785 : Only use System.MathF, if it is available in the used framework.
6 years ago
Siegfried Pammer
805b83f43c
Fix DotNetCorePathFinder to properly support netstandard2.1
6 years ago
Daniel Grunwald
b9675f58b3
Fix #1865 : At least one of the first two operands in string concatenation needs to be of type `string`, so we can't always drop `ToString()` calls.
6 years ago
Daniel Grunwald
bbb2397083
Fix #1853 : Detect pinning of multi-dimensional array
6 years ago
Siegfried Pammer
e189ad9ca3
Fix #1863 : Invalid decompilation: accessibility level for CompilerGenerated method
6 years ago
Daniel Grunwald
fe707f3cc2
Merge branch 'netcoresdk31'
6 years ago
Siegfried Pammer
dda14d8f2f
Move reset button to the bottom.
6 years ago
Siegfried Pammer
70e1053c0a
Fix switching to newly created/cloned assembly list.
6 years ago
Siegfried Pammer
38dec5cf5e
Fix #1800 : Modernize Assembly Lists
6 years ago
Siegfried Pammer
9fda37ba3e
Move views to separate directory
6 years ago
Siegfried Pammer
85f2994aa6
Step 1 of #1800 : Add assembly list dropdown to toolbar.
6 years ago
Siegfried Pammer
8991861f4d
Fix TestPlugin/CustomOptionPage
6 years ago
Siegfried Pammer
b8762c8050
Fix #1653 : Add "reset to defaults" in options dialog
6 years ago
Siegfried Pammer
0d077c8342
Merge pull request #1857 from icsharpcode/issue1676
Add PDB support to powershell and command-line frontends
6 years ago
Siegfried Pammer
597ee991a2
Fix #1676 : Add pdb support to powershell and command-line frontends
derived from work by @an-dr-eas-k in #1679
6 years ago
Siegfried Pammer
3f9e7488f1
Bring selected pad to front, if there are multiple pads in one area.
6 years ago
Daniel Grunwald
e9eac88dc8
Comment out failing test case -- the get.pinnable.reference transform isn't ready yet
6 years ago
Daniel Grunwald
eb2a9e6b94
#1852 : Rename array.to.pointer opcode to get.pinnable.reference.
6 years ago
Siegfried Pammer
0d895e0ca8
Merge pull request #1855 from yyjdelete/issue1854
Fix #1854
6 years ago
SilverFox
5914d5b96b
Fix #1854
6 years ago
Christoph Wille
0c0b236fd3
Document SDK change
6 years ago