Skip to content

MonarchSolutions/Reflector.Plugins

Repository files navigation

Reflector Plugins

Porting some classic Reflector plugins to Reflector 10+, since there are some changes on Reflector's interfaces.

If you are the author of these plugins and do not like what we're doing, send me an email and I will remove your plugins' code.

Reflector.FePy

Decompile to IronPython language. Ported from https://archive.codeplex.com/?p=ipreflector .

Reflector.CppCli

Decompile to C++/CLI language. Create by @lzybkr. Ported from https://github.com/lzybkr/CppCliReflector .

License: Boost Software License - Version 1.0

Reflector.Ps

Decompile to PowerShell language (only works for simple static methods without using / while etc.). Create by @kzu. Ported from https://archive.codeplex.com/?p=reflectoraddins .

Reflector.Js

Decompile to JavaScript language (has bugs but mostly right). Create by @praeclarum. Ported from https://github.com/praeclarum/JavaScriptLanguage .

Reflector.Emit

Generate the given IL body using C# Reflection.Emit. Create by Jonathan de Halleux. Ported from https://archive.codeplex.com/?p=reflectoraddins .


Ported by [email protected]

About

Classic Reflector plugins ported to Reflector 10+.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages