wliao008 / buffalo

an aspect oriented programming framework using mono cecil for the .NET platform
1 stars 0 forks source link

Maybe PEVerify the assembly after it's written out? #10

Open wliao008 opened 11 years ago

wliao008 commented 11 years ago

Right now the weaving happens, written out, then that's it, there is no verification whether the final assembly is valid or not. Probably should run peverify to check, but if so, it would tie itself to this verifier, what if I want to use this on a different platform that doesn't have peverify. Should this be a window feature?