secure-software-engineering / FlowDroid

FlowDroid Static Data Flow Tracker
GNU Lesser General Public License v2.1
1.02k stars 292 forks source link

ARSCFileParser: new static field STRICT_MODE added #717

Closed jpstotz closed 3 months ago

jpstotz commented 3 months ago

STRICT_MODE=false allows to only log minor data format violations instead of aborting with a RuntimeException

fixes #716

It also renames back some fields in ResTable_TypeSpec which were accidentally renamed by my last PR https://github.com/secure-software-engineering/FlowDroid/pull/658