Jump to content
Zubi

Caut Reverse Engineering C# .Net

Recommended Posts

Intradevar nu este obfuscat , dar nu reusesc sa extrag codul sursa desi stiu metoda de compilare.

 

Pare stupid . 

 

Undeva in codul decompilat ar trebui sa fie

"Console.WriteLine("Hello World");

NIci un decomilator nu o gaseste

Mai pe scurt :

 

It just about the compiler generation codes like as c__DisplayClass.
This is generated when using anonymous delegates.

 

Cu ce e metoda as putea sa obtin codul sursa pentru problema de mai sus ?

Edited by Zubi
Link to comment
Share on other sites

John Skeet ce zice?

Tare topicul, chiar nu stiam:

"This happens for example for auto generated properties, the yield keyword, lambda & anonymous functions/delegates, the new async keyword (the one that is introduced in the Async CTP and that will probably be present in C# 5.0)"

"you are looking at a class that was automatically generated to implement closure semantics.

My handy guide to interpreting the magic names that the C# compiler generates when it has to make something on your behalf is here:

Where to learn about VS debugger 'magic names'"

Sursa: https://stackoverflow.com/questions/7357525/empty-before-c-sharp-class-name

https://stackoverflow.com/a/2509524

Edited by gigiRoman
Link to comment
Share on other sites

Bingo nu il inteleg si nu pot sa-l compilez

 

Am vreo sansa sa rezolv aceasta problema ?

 

Adica gasesc pe cineva care are experienta cu "compiler generation codes like as c__DisplayClass." si stie sa le interpreteze si sa le transforme in cod inteligibil. ?

 

 - L.e - >> Tocmai am realizat ca am deschis topicul unde nu trebuia, exista sectiune RE. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...