Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
mono-cecil
Conversations
About
mono-cecil
1–30 of 1072
Mark all as read
Report abusive group
0 selected
Jb Evain
1/4/21
Moving group to GitHub discussions
Hello group, After this email, I'll make this group read-only. I encourage you folks to use the
unread,
Moving group to GitHub discussions
Hello group, After this email, I'll make this group read-only. I encourage you folks to use the
1/4/21
venu gopal Yela
,
Jb Evain
4
12/13/20
Mono Cecil Error when applying on .Net Core assemblies
Hi JB, I am using Mono Cecil version 0.11.3.0 to read .Net Core 3.1 assembly. Here is the line of
unread,
Mono Cecil Error when applying on .Net Core assemblies
Hi JB, I am using Mono Cecil version 0.11.3.0 to read .Net Core 3.1 assembly. Here is the line of
12/13/20
Hamish Arblaster
,
Jb Evain
3
10/21/20
How to detect implicit overriding
Thanks! I'll try using that later today. On Thursday, October 22, 2020 at 3:54:44 AM UTC+11 Jb
unread,
How to detect implicit overriding
Thanks! I'll try using that later today. On Thursday, October 22, 2020 at 3:54:44 AM UTC+11 Jb
10/21/20
Rick Martin
,
Jb Evain
4
4/15/20
Can't delete unused method
The error originates from: https://github.com/jbevain/cecil/blob/
unread,
Can't delete unused method
The error originates from: https://github.com/jbevain/cecil/blob/
4/15/20
digitalio Q
2/4/20
Duplicate assembly MetadataToken
I'm trying to add an assembly reference to a module using the following code, and it ends up with
unread,
Duplicate assembly MetadataToken
I'm trying to add an assembly reference to a module using the following code, and it ends up with
2/4/20
digitalio Q
,
Jb Evain
2
2/4/20
Strange behavior of the MethodReference.Resolve() method
Hi, This is very likely to be because System.Void is a special type and our Resolver ends up being
unread,
Strange behavior of the MethodReference.Resolve() method
Hi, This is very likely to be because System.Void is a special type and our Resolver ends up being
2/4/20
digitalio Q
,
Jb Evain
2
2/4/20
How to check the assembly type - Classic, Core or Standard?
Hey, Unfortunately there's no great way to distinguish them. They all use the same metadata
unread,
How to check the assembly type - Classic, Core or Standard?
Hey, Unfortunately there's no great way to distinguish them. They all use the same metadata
2/4/20
Jirka Šáda
,
Jb Evain
2
2/3/20
How to delete a method from a type
Hey, I think that the problem is that you delete the method definition, but not its usage. If a
unread,
How to delete a method from a type
Hey, I think that the problem is that you delete the method definition, but not its usage. If a
2/3/20
Tanakorn Leesatapornwongsa
,
Sam McGraw
5
10/3/19
Mono.Cecil.AssemblyResolutionException: Failed to resolve assembly
Hi Sam, Thank you for your reply. I will check it out. On Wednesday, October 2, 2019 at 8:57:50 AM
unread,
Mono.Cecil.AssemblyResolutionException: Failed to resolve assembly
Hi Sam, Thank you for your reply. I will check it out. On Wednesday, October 2, 2019 at 8:57:50 AM
10/3/19
NIkNik
, …
Badr Yasuo
7
7/25/19
How to replace string in resource .NET assembly?
THANK YOU! <3 On Monday, March 10, 2014 at 3:03:06 PM UTC+2, Jb Evain wrote: Hi, This is a bit
unread,
How to replace string in resource .NET assembly?
THANK YOU! <3 On Monday, March 10, 2014 at 3:03:06 PM UTC+2, Jb Evain wrote: Hi, This is a bit
7/25/19
Jim Fell
7/25/19
Costura.Fody Prevents Watch Window from Inspecting `static` Classes
When Costura.Fody (4.0.0) is installed as part of my (VS2019) project, I am unable to inspect the
unread,
Costura.Fody Prevents Watch Window from Inspecting `static` Classes
When Costura.Fody (4.0.0) is installed as part of my (VS2019) project, I am unable to inspect the
7/25/19
Yi Dong
7/25/19
Multiple modules in one assembly
Hi, If I want to create an assembly which contains two modules, say ModuleA and ModuleB.
unread,
Multiple modules in one assembly
Hi, If I want to create an assembly which contains two modules, say ModuleA and ModuleB.
7/25/19
Molowe
,
Jb Evain
3
6/7/19
New created Instructions falls into previous code block
Thxs Jb ! Having the tools for making this possible is great regardless inner complexities Regards
unread,
New created Instructions falls into previous code block
Thxs Jb ! Having the tools for making this possible is great regardless inner complexities Regards
6/7/19
cm4...@gmail.com
5/6/19
Create language .net compiler with Cecil
Hi everyone! I'm writing the compiler prototype using Cecil as assembly builder. I'm using .
unread,
Create language .net compiler with Cecil
Hi everyone! I'm writing the compiler prototype using Cecil as assembly builder. I'm using .
5/6/19
Azengar
,
Jb Evain
2
4/4/19
Initializing a large constant byte array field
Hi, That should be pretty easy. A FieldDefinition has a byte[] InitialValue property that you need to
unread,
Initializing a large constant byte array field
Hi, That should be pretty easy. A FieldDefinition has a byte[] InitialValue property that you need to
4/4/19
Jb Evain
,
dataprot...@gmail.com
3
4/4/19
Re: [mono-cecil] How to embed resource?
Hi, Sure, in the end the resource is just a Stream or a byte array, the content of those could very
unread,
Re: [mono-cecil] How to embed resource?
Hi, Sure, in the end the resource is just a Stream or a byte array, the content of those could very
4/4/19
Greg Young
,
Richard Bennett
2
2/26/19
Re: [mono-cecil] Determining the base method for a virtual method
Ah yes, I posted twice as I was trying to do it on mobile from a train... GetInheritanceHierarchy
unread,
Re: [mono-cecil] Determining the base method for a virtual method
Ah yes, I posted twice as I was trying to do it on mobile from a train... GetInheritanceHierarchy
2/26/19
Richard Bennett
2/26/19
Resolving virtual MethodDefinition to base method
void Main() { Console.WriteLine(new Foo().ToString()); } class Foo { public override string ToString(
unread,
Resolving virtual MethodDefinition to base method
void Main() { Console.WriteLine(new Foo().ToString()); } class Foo { public override string ToString(
2/26/19
Adriano
,
Jb Evain
3
2/25/19
Introducing a tool to help learning Mono.Cecil
Oh wow this is fantastic! Thanks for sharing Adriano! Jb On Sat, Feb 23, 2019 at 8:52 AM Adriano <
unread,
Introducing a tool to help learning Mono.Cecil
Oh wow this is fantastic! Thanks for sharing Adriano! Jb On Sat, Feb 23, 2019 at 8:52 AM Adriano <
2/25/19
Walter Stocker
,
Greg Young
3
2/8/19
Determine type implementing the interface
Hi, thanks for the hint. In the meanwhile I stumbled over a post talking about looking at the IL code
unread,
Determine type implementing the interface
Hi, thanks for the hint. In the meanwhile I stumbled over a post talking about looking at the IL code
2/8/19
Kevin MacAulay Vacheresse
1/14/19
Find all TypeSpecifications / GenericTypeInstances in an assembly
Hello! I'm trying to determine all GenericTypeInstances in an assembly. For example, namespace
unread,
Find all TypeSpecifications / GenericTypeInstances in an assembly
Hello! I'm trying to determine all GenericTypeInstances in an assembly. For example, namespace
1/14/19
venu gopal Yela
2
11/13/18
Mono Cecil Generated Debug Symbols
Hi JB, Did you get a chance to look into this? I tired all the ways and could not figure out what the
unread,
Mono Cecil Generated Debug Symbols
Hi JB, Did you get a chance to look into this? I tired all the ways and could not figure out what the
11/13/18
rsuk
, …
Jb Evain
4
10/15/18
Memory tips
Afraid there's no switch :) On Mon, Oct 15, 2018 at 9:50 AM Richard Sloggett <richard@
unread,
Memory tips
Afraid there's no switch :) On Mon, Oct 15, 2018 at 9:50 AM Richard Sloggett <richard@
10/15/18
venu gopal Yela
,
Jb Evain
3
10/3/18
Mono Cecil Instrumented dll throwing System.ExecutionEngineException
Thank you JB. It helped. PEVerify is showing the errors and trying to fix them. Thanks, Venu On
unread,
Mono Cecil Instrumented dll throwing System.ExecutionEngineException
Thank you JB. It helped. PEVerify is showing the errors and trying to fix them. Thanks, Venu On
10/3/18
Martin Finkel
,
Jb Evain
3
9/17/18
Set field and method to static
Not something you would recommend then. I will look for another way I guess. Thank you for your
unread,
Set field and method to static
Not something you would recommend then. I will look for another way I guess. Thank you for your
9/17/18
Hi_ImKyle
,
Adriano Verona
2
9/7/18
How would i create a brtrue instruction with this operand.
Assuming Instruction is a ILProcessor, you need to pass the instruction you want to jump to Create(
unread,
How would i create a brtrue instruction with this operand.
Assuming Instruction is a ILProcessor, you need to pass the instruction you want to jump to Create(
9/7/18
CJ
,
Jb Evain
2
8/2/18
Logo idea for mono.cecil
Hey CJ, I'm not sure we need a logo either, but your design is super cool :) Thank you, Jb On Thu
unread,
Logo idea for mono.cecil
Hey CJ, I'm not sure we need a logo either, but your design is super cool :) Thank you, Jb On Thu
8/2/18
Sanjid Haque
,
Jb Evain
2
8/2/18
How to remove unused methods from the assembly
Hey, Look at the Mono Linker: https://github.com/mono/linker, it does exactly this. Thanks, Jb On Mon
unread,
How to remove unused methods from the assembly
Hey, Look at the Mono Linker: https://github.com/mono/linker, it does exactly this. Thanks, Jb On Mon
8/2/18
nauli...@gmail.com
, …
dataprot...@gmail.com
3
7/23/18
How do I change the OriginalFileName & InternalFileName assembly properties using mono.cecil?
AssemblyDefinition a = AssemblyDefinition.ReadAssembly(fileName); foreach (CustomAttribute attribute
unread,
How do I change the OriginalFileName & InternalFileName assembly properties using mono.cecil?
AssemblyDefinition a = AssemblyDefinition.ReadAssembly(fileName); foreach (CustomAttribute attribute
7/23/18
quy le
,
Jb Evain
3
6/26/18
Determining line of code with Mono.Cecil version 0.10
Thanks Mr JB a lot for the information ! Quy On Monday, June 25, 2018 at 10:42:03 PM UTC+1, Jb Evain
unread,
Determining line of code with Mono.Cecil version 0.10
Thanks Mr JB a lot for the information ! Quy On Monday, June 25, 2018 at 10:42:03 PM UTC+1, Jb Evain
6/26/18