Sinisterly
dnSpy, de4dot & dnlib have all been archived - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework)
+--- Thread: dnSpy, de4dot & dnlib have all been archived (/Thread-dnSpy-de4dot-dnlib-have-all-been-archived)

Pages: 1 2


dnSpy, de4dot & dnlib have all been archived - miso - 12-08-2020

[Image: my1p7rz.png]
[Image: 9wI3MIV.png]
[Image: uKcmF33.png]

[Image: ludwig7.png][Image: ludwig7.png][Image: ludwig7.png]


RE: dnSpy, de4dot & dnlib have all been archived - mothered - 12-09-2020

What source/site does the Image related to?


RE: dnSpy, de4dot & dnlib have all been archived - miso - 12-09-2020

(12-09-2020, 04:06 AM)mothered Wrote: What source/site does the Image related to?
they relate to apps that bringed a lot to the .NET REing scene, de4dot is a deobfuscator & dnspy being a decompiler. been using both for 2 years now, sad to see that 0xd4d stopped the development of their tools, i don't know the reason why he stopped though


RE: dnSpy, de4dot & dnlib have all been archived - mothered - 12-10-2020

(12-09-2020, 04:15 PM)miso Wrote: they relate to apps that bringed a lot to the .NET REing scene, de4dot is a deobfuscator & dnspy being a decompiler. been using both for 2 years now, sad to see that 0xd4d stopped the development of their tools, i don't know the reason why he stopped though
Now I see what you mean.

In the past, were there significant changes from one release/version to the next? If so, It's a shame they've stopped development.


RE: dnSpy, de4dot & dnlib have all been archived - miso - 12-10-2020

(12-10-2020, 02:54 AM)mothered Wrote:
(12-09-2020, 04:15 PM)miso Wrote: they relate to apps that bringed a lot to the .NET REing scene, de4dot is a deobfuscator & dnspy being a decompiler. been using both for 2 years now, sad to see that 0xd4d stopped the development of their tools, i don't know the reason why he stopped though
Now I see what you mean.

In the past, were there significant changes from one release/version to the next? If so, It's a shame they've stopped development.
well versions that differs from like x.x.1 usually fixes a bug or something, but the bigger versions usually brang a lot. & yeah it is a shame they've stopped


RE: dnSpy, de4dot & dnlib have all been archived - fsociety - 12-16-2020

miso can you able to crack auth tools that i see in other forum with keys access , so i want to know can you able to bypass or remove auth and allow us to use the tool normally? are you good in that ?


RE: dnSpy, de4dot & dnlib have all been archived - miso - 12-16-2020

(12-16-2020, 11:02 AM)fsociety Wrote: miso can you able to crack auth tools that i see in other forum with keys access , so i want to know can you able to bypass or remove auth and allow us to use the tool normally? are you good in that ?
depends if its .NET tbh, if you want to publish the appliation too, any mentions of other forums will be removed/replace to follow sinister.ly's rules
if you just want to use it for personal uses, i can just try to remove the access


RE: dnSpy, de4dot & dnlib have all been archived - phyrrus9 - 12-17-2020

(12-09-2020, 04:15 PM)miso Wrote:
(12-09-2020, 04:06 AM)mothered Wrote: What source/site does the Image related to?
they relate to apps that bringed a lot to the .NET REing scene, de4dot is a deobfuscator & dnspy being a decompiler. been using both for 2 years now, sad to see that 0xd4d stopped the development of their tools, i don't know the reason why he stopped though

I would imagine AOT, CoreRT, and Roslyn have a lot to do with this. .net isn't just an IL VM anymore, more people are going the route of native binaries now, which means you really want a tool like IDA pro.


RE: dnSpy, de4dot & dnlib have all been archived - miso - 12-18-2020

(12-17-2020, 08:48 PM)phyrrus9 Wrote:
(12-09-2020, 04:15 PM)miso Wrote:
(12-09-2020, 04:06 AM)mothered Wrote: What source/site does the Image related to?
they relate to apps that bringed a lot to the .NET REing scene, de4dot is a deobfuscator & dnspy being a decompiler. been using both for 2 years now, sad to see that 0xd4d stopped the development of their tools, i don't know the reason why he stopped though

I would imagine AOT, CoreRT, and Roslyn have a lot to do with this. .net isn't just an IL VM anymore, more people are going the route of native binaries now, which means you really want a tool like IDA pro.
i understand that, however why wasn't .NET compiled in native bins instead of MSIL, if im correct .NET Framework 5 still compils under MSIL, so i am quite confused to why stop such a project.

I also would think that people that have become familliar with the framework wants to work with something else, using a different framework or learn a entirely different language. I would say people using .net framework just come & go after a few years. I personally didn't/don't get bored of the framework just because i find REing stuff fun.


RE: dnSpy, de4dot & dnlib have all been archived - phyrrus9 - 12-18-2020

(12-18-2020, 01:04 AM)miso Wrote:
(12-17-2020, 08:48 PM)phyrrus9 Wrote:
(12-09-2020, 04:15 PM)miso Wrote: they relate to apps that bringed a lot to the .NET REing scene, de4dot is a deobfuscator & dnspy being a decompiler. been using both for 2 years now, sad to see that 0xd4d stopped the development of their tools, i don't know the reason why he stopped though

I would imagine AOT, CoreRT, and Roslyn have a lot to do with this. .net isn't just an IL VM anymore, more people are going the route of native binaries now, which means you really want a tool like IDA pro.
i understand that, however why wasn't .NET compiled in native bins instead of MSIL, if im correct .NET Framework 5 still compils under MSIL, so i am quite confused to why stop such a project.

I also would think that people that have become familliar with the framework wants to work with something else, using a different framework or learn a entirely different language. I would say people using .net framework just come & go after a few years. I personally didn't/don't get bored of the framework just because i find REing stuff fun.

.net framework 5 doesn't exist, and it never will, .net framework is at EOL in favor of .net 5 (which is AOT compilation unless you tell it otherwise).