Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories: Not categorized
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 829  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Groups about the Mono.Cecil library
 

Renaming namespaces doesn't rename references 
  Hi, I'm renaming my namespaces using code I found here<[link]> and I've come across 2 different issues with it. The first one was that types used as constructor parameters in constructor... more »
By matt...@mercuryit.co.uk  - May 15 - 3 new of 3 messages    

Import Type by name of possibly TypeForwarded type. 
  I'm new to Mono.Cecil and I'm trying to do some AOP with it to create a Fody Addin. I'd like to add a property of type System.Windows.Input.ICommand to a class using Mono.Cecil. Prior to .NET 4.5 this type existed in PresentationCore, but if .NET 4.5 is installed this type exists in System.dll, thanks to the magic of... more »
By Damian Reeves  - May 9 - 5 new of 5 messages    

Adding a strong name to an unsigned assembly is not working - Cecil 0.9.5.0 
  Hey, I am on .NET 3.5, and I'm trying to add a strong name to an unsigned assembly using Mono.Cecil 0.9.5.0, obtained from NuGet. I am using the following code: var snk = new StrongNameKeyPair(File.ReadAll Bytes(keyFilePath)); ...Attempting to load the assembly yields a strong name verification failure:... more »
By Oisin G.  - Apr 19 - 2 new of 2 messages    

Compact Framework 3.5 vs Cecil 
  Hello, my device is using .Net Compact Framework 3.5. It looks like this version has not been included into the Mono.Cecil.TargetRuntime enumeration (it contains Net_1_0, Net_1_1, Net_2_0, Net_4_0 but no Net_3_5). This is the reason I get an exception after this method is called: Mono.Cecil.ModuleParameters.Ge tCurrentRuntime().... more »
By Dmitry Kurkin  - Apr 12 - 1 new of 1 message    

New code coverage tool at https://github.com/gaillard/Sh arpCover 
  If anyone is interested ! [link]
By Jonathan Gaillard  - Apr 11 - 1 new of 1 message    

Malicious obfuscated code 
  Hi all In this great article ( [link]) the author says that Mono.Cecil It’s not perfect, but it translated a good 90% of the functions without any issues. My question to you guys is can a evil programmer obfuscate malicious code... more »
By Yossi Hassan  - Apr 9 - 2 new of 2 messages    

Determine if type is dynamic 
  Hallo, is there any way to determine if a type using the dynamic keyword ?
By Luba  - Apr 4 - 1 new of 1 message    

Rename method reference after inspecting the body (Generic Method Reference) 
  Hallo JB, i inspect all instructions inside all method bodys and save them into a array. Later on i try to rename it. I get a "InvalidOperationException" inside the "MethodSpecification" Class. Whats wrong with these behavior. Thanks Luba
By Luba  - Apr 3 - 2 new of 2 messages    

AssemblyNameReference.Parse () and odd paths 
  Hi list, I ran into a nasty bug today: csharp> LoadAssembly("Mono.Cecil.dll") ; csharp> using Mono.Cecil; csharp> AssemblyNameReference.Parse ("foo"); foo, Culture=neutral, PublicKeyToken=null csharp> AssemblyNameReference.Parse ("/foo/bar"); /foo/bar, Culture=neutral, PublicKeyToken=null csharp> AssemblyNameReference.Parse ("/foo/bar, baz/qux");... more »
By Alex Rønne Petersen  - Mar 29 - 5 new of 5 messages    

Built-in generics using dynamic types as arguments 
  Hello, I'm currently using Reflection.Emit and I'm sick to death making workarounds for its strange behaviours. Currently I'm stuck trying to generate a certain class. Using C# notation, it would look like this: class A ...The trick is, Reflection.Emit allows calling any introspection methods on neither dynamically generated types, nor *any generic types using those... more »
By impworks  - Mar 29 - 1 new of 1 message    

1 - 10 of 829   « Newer | Older »

XML       Send email to this group: mono-cecil@googlegroups.com