You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data Dependency (Constructor not instrumented). Example: Codec 16.
Control Dependency (Try-Catch-Finally). Example: JacksonDatabind 4.
Research Problem:
Some libraries in Java are utilised as blackboxes. e.g.: Java Built-in classes, C++ libraries, native library etc.
Recover dependencies without knowing the details of blackboxes.
Example: Codec 16. Array.length not captured as read variable.
The text was updated successfully, but these errors were encountered:
Implementation Problems:
Research Problem:
Some libraries in Java are utilised as blackboxes. e.g.: Java Built-in classes, C++ libraries, native library etc.
Recover dependencies without knowing the details of blackboxes.
Example: Codec 16. Array.length not captured as read variable.
The text was updated successfully, but these errors were encountered: