Questions tagged [reflexil]

Reflexil is an assembly editor and runs as a plug-in for Red Gate's Reflector, ILSpy and Telerik's JustDecompile. Reflexil is using Mono.Cecil, written by Jb Evain and is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports C#/VB.NET code injection.

Resources:

19 questions
0
votes
1 answer

"The module was expected to contain an assembly manifest."

I have a C# .NET DLL that I'm trying to patch. I chose .NET Reflector with the Reflexil plugin for the job (along with de4dot for deobfuscation). Reflector was able to very successfully show me the C# I wanted to see and I was able to patch the CIL…
user2826133
  • 1
  • 1
  • 1
  • 3
0
votes
1 answer

How to debug Reflexil

Reflexil (http://reflexil.net/) is an assembly editor and runs as a plug-in for Red Gate's Reflector and Telerik's JustDecompile. Since it's a plug-in for Reflector and provided with source code, I want to debug it and set a break point in the…
Nicholas Lu
  • 1,655
  • 15
  • 14
0
votes
1 answer

How I can modify InternalsVisibleTo in assembly using Reflexii?

I would to modify InternalsVisibleTo attribute value in assembly? In Reflector I see [assembly: InternalsVisibleTo(AssemblyName)] but I don't see AssemblyInfo.cs which I can modify. If it possible I'd like to change AssemblyName in the attribute to…
R.Titov
  • 3,115
  • 31
  • 35
0
votes
1 answer

Changing assembly version with reflexil

I was trying out the Reflexil plugin for Reflector v7.4. Everything it promised about code change worked fine. Then I wanted to change some assembly attributes mainly the version and was successful when loading the assembly again in reflector and…
Soham Dasgupta
  • 5,061
  • 24
  • 79
  • 125
1
2