Hello, I am new to Cecil and Mono/.NET in general and I just wanted to make sure that it would support what I'm trying to do. I would like to create a tool that analyzes the .NET assembly to make sure that strings obtained from the outside world (database, user-input data, etc) is passed through a certain sanitizing function I designed. I would like to (1) detect whether the sanitizing function is used, and (2) automatically change the assembly so that it uses the function where it is missing. Is this possible with Cecil? What would be the best way to accomplish this? Ideally, this would work in the full .NET standard as well by running on a Windows platform.
Thanks for your help, Jordan -- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
