Files
trailofbits-buttercup/program-model/challenges.md
T
Evan Downing af0ceb9e46 Program Model API (#25)
* Add doc skeletons

* Add API skeleton example

* Move graphdb url in settings
2025-02-18 17:06:15 -05:00

25 lines
511 B
Markdown

# Challenges
Details of challenges tested.
## [libpng](https://github.com/aixcc-finals/example-libpng)
* 6 minutes to write graphml file
* 12 minutes to load into JanusGraph
* Graph dimensions:
* Nodes: 291,910
* Edges: 1,991,311
**TODO:** Reconcile the differences in the number of nodes and edges.
### Full-scan
* **base:** `2c894c66108f0724331a9e5b4826e351bf2d094b`
### Delta-scan
* **base:** `0cc367aaeaac3f888f255cee5d394968996f736e`
* **delta:** `2c894c66108f0724331a9e5b4826e351bf2d094b`