CS.Net Explorer

Posts 19 of 9 · Page 1 of 1
CS.Net Explorer
simple cs.net explorer that shows some shits from a compiled C# file

SS:

Scans :
VirusTotal - Free Online Virus, Malware and URL Scanner

CSNetExplorer.zip MD5:ae61a18c2359ee2c2bb0a7575007eda0 - VirSCAN.org Scanners did not find malware!

Credits : Me -> some coding
Jb Evain -> Mono.Cecil
My Friend -> Sending me Mono.Cecil Files and some example codes

@Jason please make this shit approved

You can pm me for source , i will give the source codes if i trust u
CSNetExplorer.zipattachment deleted · 12 downloads before removal
.NET fully supports the functionality provided in Mono.Cecil. You should use them. Plus, make all the information more organized. The data for a particular type should be under it and not scattered.

I will test the app when you will upload it.
@Hassan , ah sorry , i added attachment , and i cud only C# files made work :< it doesnt work for vb.net or C++.net files
Quote Originally Posted by Hassan View Post
.NET fully supports the functionality provided in Mono.Cecil. You should use them. Plus, make all the information more organized. The data for a particular type should be under it and not scattered.

I will test the app when you will upload it.
Yup, that's what System.Reflection is there for.

Hehehe, I coded my own application which does this and also displays IL code a while ago. :3 Works for all .NET Applications too, even if it's obfuscated.

Quote Originally Posted by master131 View Post
Yup, that's what System.Reflection is there for.

Hehehe, I coded my own application which does this and also displays IL code a while ago. :3 Works for all .NET Applications too, even if it's obfuscated.


its my first app with Mono.Cecil , gimme some time to make like yours :>
Quote Originally Posted by master131 View Post
Yup, that's what System.Reflection is there for.

Hehehe, I coded my own application which does this and also displays IL code a while ago. :3 Works for all .NET Applications too, even if it's obfuscated.

Brag some more, please. Just brag some more.
Mono Cecil has so much it can do just the lack of doc's makes it harder to use.
Mono.Cecil doesn't actually need to load the assemblies though. This is a huge advantage if you're decompiling managed C++ code, because the modules can still execute native code upon loading (via. entry point).

As a result of the above, you can't load different multiple .NET assemblies that differ in the CLR versions at once.
Posts 19 of 9 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?