71 / blur

[No longer maintained] Run and edit a C# assembly at the same time. Convert LINQ Expressions and delegates to Mono.Cecil method bodies as well.
MIT License
2 stars 1 forks source link

Blur crashes if it analyzes a type with an extern method #1

Closed 71 closed 7 years ago

71 commented 7 years ago

Processor.FindVisitors(Assembly) will crash if a TypeInfo is created from a class that contains extern methods (RVA = 0).

71 commented 7 years ago

Fixed in 54f1d139c597faf5bed1d8c34ead8e09c56dfb57.