-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
comp-symbolic-engineIssue is related to the symbolic execution engineIssue is related to the symbolic execution enginectg-enhancementNew feature, improvement or change requestNew feature, improvement or change request
Description
Description
Symbolic analysis of reflection calls is very difficult but sometimes it is required. For example, newInstance is one the most frequently used of them. The best solution to support its analysis is manual symbolic processing.
Expected behavior
The symbolic engine can analyze newInstance calls.
Environment
Not applicable.
Potential alternatives
Wrapper for java.lang.Class class.
Context
No additional context.
Metadata
Metadata
Assignees
Labels
comp-symbolic-engineIssue is related to the symbolic execution engineIssue is related to the symbolic execution enginectg-enhancementNew feature, improvement or change requestNew feature, improvement or change request
Type
Projects
Status
Done