Jump to content
Tuts 4 You

Adding "Byte" and "IL & Byte" as language in Refle


bsvo2786

Recommended Posts

Hello,


 


Can anyone help me to add "Byte" and "IL & Byte" as language in Reflector as CodeCracker did in Reflector 7.0 hacked version.


Then it will be very useful to make patches easily.


 


Thanks in advance


bsvo2786


Link to comment
CodeExplorer

http://reflectoraddins.codeplex.com/documentation

ILanguageManager Manages formatting modules for different programming languages. The ActiveLanguage property exposes the ILanguage object currently used for rendering. You can add your own language rendering code by implementing the ILanguage interface. Use RegisterLanguage to add your add-in to ILanguageManager.

And https://www.simple-talk.com/dotnet/.net-framework/-.net-reflector-meets-the-codedom/

You must implement these interfaces: Reflector.CodeModel.ILanguage and Reflector.CodeModel.ILanguageWriter
Hope it helps! Anyway hard to make it without the Reflector source code!

  • Like 3
Link to comment
  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...