pwntester / ysoserial.net

Deserialization payload generator for a variety of .NET formatters
MIT License
3.24k stars 474 forks source link

Added a generator for XAML that does Assembly.Load with compression #151

Closed nt0xa closed 1 year ago

nt0xa commented 1 year ago

Generates XAML that is similar to the one from DataSetOldBehaviourFromFileGenerator, but with some improvements like gzip and base64 encoding.

pwntester commented 1 year ago

Thanks for the contribution. Can you please update the README too?

nt0xa commented 1 year ago

Sure, done!

pwntester commented 1 year ago

Thanks!