Skip to content

Serialization of the callgraph #1000

@swissiety

Description

@swissiety

Missing Feature / Goal

To share or cache callgraphs between analysis runs it would be great to be able to de-/serialize an already created callgraph.

  • serialize from InputStream
  • deserialize to InputStream
  • provide a subclass/ implementation with a convenient way to (de)serialize to a File i.e. takes a Path as parameter
  • ability to work with implementers of the Callgraph interface (i.e. implement it in another class - which we don't call: *Util :) )

Possible Library:
https://github.com/RuedigerMoeller/fast-serialization

Beware: validate against code execution at deserialisation!

Metadata

Metadata

Assignees

Labels

call graphThis issues is related to the call graph constructiongood first issueGood for newcomersimprovementnew feature, improve in readability, structure or performance

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions