SUPERAndroidAnalyzer / super

Secure, Unified, Powerful and Extensible Rust Android Analyzer
https://superanalyzer.rocks/
GNU General Public License v3.0
421 stars 59 forks source link

Use serde to properly deserialize rules #157

Closed Razican closed 6 years ago

Razican commented 6 years ago

We are currently doing a lot of manual deserialization for rules. This should be avoided by using serde and serde_derive.