Reflexil
Screenshots
Description
Reflexil is an assembly editor and runs as a plug-in for Reflector. Using Mono.Cecil, Reflexil is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports 'on the fly' C# and VB.NET code injection.
Reflexil Web SiteFeatures
- C#/VB.NET injection support with intellisense
- IL instruction editor
- Method attributes editor
- Signed assembly support
- Rename, delete or inject entities
- Strong name remover
- PEVerify wrapper
- Resources Editor
- Custom attributes support
- Deobfuscation support
User Ratings
User Reviews
-
Ok, now I am making methods/functions to confuse the cracker, now using Reflexil this can be still solve down. So I would like to take it as a challenge that even if a function call has been encrypted and hide from the public, then I want reflexil to open up those hidden function and make it as a protected or public function. I also love to post the sample application very soon!!
-
good job
-
Great for reverse engineering and checking your own code for weaknesses.
-
string GetIndexFileName() { if (!Directory.Exists(cacheDirectory)) Directory.CreateDirectory(cacheDirectory); return Path.Combine(cacheDirectory, "index.dat"); } //Sometimes you want to create a folder. [DomPersistence.cs]