|
|
|
|
|
by zerratar
3977 days ago
|
|
Thank you for your comment! :-) Haha, yep I do agree that I did not cover all important aspects of writing a decompiler. Neither did I use a stack based solution to tackle the problem. A reminder though, the idea behind this post was to cover a little bit of everything, just trying to make it as simple as possible. This is not a fully fledged decompiler and will not decompile everything. It is to give an idea on how CIL works, how to use Mono.Cecil, and just hacking away! Next part of the tutorial DO actually manage the stack to try and create a more complex solution. Together with code refactoring and more. And I'm sorry for any information that I've might have forgotten and/or for any poorly written code. I will try and do better next time. Yet I hope you still like the article. /zerratar |
|