dotpeek Questions

3

Solved

I had the weirdest thing with the dotpeek product. I've opened an old dll version from a local folder and saw in the dotpeek some code that was added to a newer version. after about a day of inves...
Persevere asked 18/9, 2016 at 12:47

3

Solved

dotPeek is a free .NET decompiler. While being a standalone tool, it is also part of ReSharper: If you tell ReSharper to navigate to the definition of a class which is located in a .dll file, it wi...
Silvester asked 15/2, 2017 at 13:47

2

Solved

I have a problem with decompiling .net assembly. When I open the assembly in dotPeek there is class called frmMain with few hundred variables declared like this: [SpecialName] private static int \...
Tailpiece asked 3/11, 2016 at 15:48

2

I'm watching a video lesson, where the author talking about async/await under the hood. He shows prepared and decompiled code. I want to do the same from scratch. I mean, decompile some C# compiled...
Johanna asked 7/9, 2020 at 19:15

4

I just got DotPeek and I found it is PERFECT for looking into .dll files. However I can't edit them at all. Is there free software like DotPeek that also lets me edit the DLL instead of just lookin...
Fushih asked 21/3, 2016 at 19:57

2

Solved

Hei. I was reading Digi Traffic Accelerator's decompiled source (I think it is the best way to learn), until I got some non-understandable code! Please take a look: internal class ProxyFarm { p...
Idyllist asked 10/4, 2013 at 1:20

1

I'm attempting to use JetBrains dotPeek 1.4 symbol server however I've encountered some 3rd party assemblies that fail, with dotPeek status of: Pdb has not been generated because assembly does not...
Kuehnel asked 8/7, 2015 at 17:5

1

How i can recompile my edited codes Or replace it with original files and save it as exe in dotpeek ? I try to recompile edited files and save it but i cant If you found any way please share Tha...
Rhino asked 8/12, 2014 at 19:1

0

My understanding of dotPeek symbol server feature is as follows: Whenever IDE asks for debugging information on a given assembly dotPeek decompiles the assembly and symbols (+ decompiled source co...
Sedative asked 11/2, 2015 at 7:13

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

1

Solved

I using dotPeek v1.2 with VS2013 Update 3 to attempt to debug a referenced C# .dll's code. I've followed all the directions from the following tutorial: Using dotPeek as a Symbol Server (http://loc...
Fitment asked 22/10, 2014 at 22:12

1

Solved

I was having a look at some of my own code, which I had decompiled with dotPeek. I keep seeing this: // ISSUE: method pointer What does this mean? Is this designed to notify me of an issue with...
Concessionaire asked 5/12, 2013 at 14:12

3

Solved

I've just decompiled some 3rd party source to debug an issue, using DotPeek. The output code contains some unusual operators, which AFAIK aren't valid C#, so I'm wondering what they mean... The ex...
Shirleenshirlene asked 17/12, 2012 at 22:22

1

Solved

I was browsing through sources of PresentationCore.dll using DotPeek when I found this: // Type: MS.Internal.TtfDelta.CMAP_HEADER // Assembly: PresentationCore, Version=4.0.0.0, Culture=neutral, P...
Gorrono asked 8/9, 2012 at 10:25
1

© 2022 - 2024 — McMap. All rights reserved.