Viewing and Analyzing the Executables (.exe)/Console Applications developed in .Net without Source Code
Most of the .Net developers would probably know, how to view or analyze a third party console application that is developed in .Net. This capability/skill would be required for various other roles like application re-packagers/integrators and Security Analysts/Researchers, etc.,. Here I’d be briefing about how to view the compiled Intermediate Language (IL) (Microsoft calls as a managed code) code of any executable (.exe application) that is developed in .Net. Microsoft provides a tool named Ildasm.exe (Microsoft Windows Intermediate Language (IL) disassembler). This tools shipd along with the .Net developer IDE Visual Studio and you can have this downloaded from Microsoft. […]
Read more