filmov
tv
How do I decompile a .NET EXE into readable C# source code?

Показать описание
Learn how to decompile a .NET EXE into readable C# source code. Decomplication is the process used to produce source code from compiled code. However, you should be aware that if an application is a commercial / industrial application, the source code is usually obfuscated. An obfuscator tool simply replace some words with a bunch of nonsense, so it becomes unreadable to anyone who decompiles it.
Please do use this for educational purposes only. I am not responsible if you do illegal things with decompiler.
In my video, I am using dotPeek from JetBrains, but there are many other decompiler our there. These are some of the popular decompiler.
- Dotnet IL Editor (DILE)
- JetBrains dotPeek
- NET CodeReflect
- RedGate Reflector
- telerik JustDecompile
- IL.View
- ILSpy
- ILDasm
#visualstudio #decompile #obfuscator
Please do use this for educational purposes only. I am not responsible if you do illegal things with decompiler.
In my video, I am using dotPeek from JetBrains, but there are many other decompiler our there. These are some of the popular decompiler.
- Dotnet IL Editor (DILE)
- JetBrains dotPeek
- NET CodeReflect
- RedGate Reflector
- telerik JustDecompile
- IL.View
- ILSpy
- ILDasm
#visualstudio #decompile #obfuscator
How do I decompile a .NET EXE into readable C# source code?
everything is open source if you can reverse engineer (try it RIGHT NOW!)
C# : How do I decompile a .NET EXE into readable C# source code?
Decompile Python Files | Under 1 Minute
C++ : How do I decompile a .hex file into C++ for Arduino?
How to Decompile and Recompile APK Files for APK Modding / Hacking (Tutorial)
How it feels like to decompile unity games (to inexperienced people)
How to decompile binary into C-like code?
Decompile a malicious Java executable
How to decompile unity games in 2024
How to get Source code from .exe
How to Decompile APK File & Retrieve Java Source Code | Android Reverse Engineering Tutorial
How to Open .dll With DnSpy 2021 | Learn The Easiest Way to Open .dll With DnSpy 2024
how to decompile an android application/apk (reverse engineering)
Decompile a malicious Python executable
dotPeek - .NET decompiler and assembly browser
Decompile in 3 minutes
Looking for Secrets in Disassembled Android APKs (I found one)
C++ : Is it possible to decompile a C++ executable file
Compiling & Decompiling Python Scripts
How to decompile C# application and VB application
IntelliJ IDEA Tips & Tricks #8: Automatically Decompile the .class File by Viewing It!
How to decompile a RAT or Keylogger
How to decompile .jar file or .class file? | Java Decompilers & eclipse plugin for decompile
Комментарии