[FEATURE REQUEST] Customizable initialization of entrypoints parameters #280
Labels
‼ priority:p1
Priority planning - level 1
🎊 resolution:resolved
Bug or feature resolved - might not have been merged to master yet
🔍 scope:analysis
Work regarding abstract domains or fixpoint algorithms
🌍 scope:interproc
Work regarding interprocedural analyses or call graphs
🎆 type:feature
New feature or request
Milestone
Description
This could also be applied in general, in more places than entrypoint state initialization.
When creating the entry state for entrypoints, initialization of complex types (even just arrays) should be configurable depending on the language. For instance, Java arrays should allocated by also defining their
length
, as the semantics of the language might access it.The text was updated successfully, but these errors were encountered: