ilspy Questions

3

Solved

I tried using Dotpeek and ILSpy.Net to decompile (my own code), they failed. Do I need special obfuscation on distributed binaries of .Net Core 3 self-contained single executable ? <Project...
Karinakarine asked 2/2, 2020 at 13:41

1

Solved

We have a rather large third party product which contains a lot of C# DLLs and is updated every month or so. While the decompiler does only a 98% job where it can't get everything, it's good enough...
Aetna asked 25/3, 2020 at 20:13

5

Solved

Today when I opened Visual Studio 2013 Professional Edition, I got the error exception has been thrown by a target of invocation. Also I tried to open ILSpy to debug a dll, but it crashed. I think...

4

Solved

I want to disassemble an entire .NET assembly with ILSpy. I used this code as base: http://skysigal.xact-solutions.com/Blog/tabid/427/entryid/2488/Default.aspx And it works fine, just when I have...
Radome asked 31/12, 2011 at 17:28

1

Solved

I'm looking at Task.Delay(int) decompiled in ILSpy: // System.Threading.Tasks.Task [__DynamicallyInvokable] public static Task Delay(int millisecondsDelay) { return Task.Delay(millisecondsDelay, ...
Lansquenet asked 30/1, 2015 at 13:17

2

A client has burned bridges with their previous dev and I'm trying to extract source code from what's left of their payroll executable, unfortunately as a web dev I do not have much experience with...
Mono asked 3/1, 2015 at 12:30

2

Solved

In an effort to explore how the C# compiler optimizes code, I've created a simple test application. With each test change, I've compiled the application and then opened the binary in ILSpy. I just...
Penna asked 5/9, 2014 at 18:27

3

Solved

i want to use ILspy debug a dll,as pic: but it only can show two process: but in vs2010,i can attach more process: how to show w3wp.exe in ILspy? who can help me?
Steinbok asked 17/4, 2012 at 4:10

1

Solved

I'm poking around a few dlls within the XNA framework using ILSpy and came across this: class KerningHelper { private void !KerningHelper() { ((IDisposable)this).Dispose(); } } What is the e...
Durward asked 17/4, 2012 at 8:43

1

Solved

We know that C# uses unmanaged code like P/Invoke or CLR implemented code like InternalCall. What I want to know is does mono it self implements a complete CLR or just some unmanaged code or nothin...
Aker asked 17/2, 2012 at 1:44
1

© 2022 - 2024 — McMap. All rights reserved.