mirror of
https://github.com/trailofbits/buttercup
synced 2026-06-21 14:11:39 +00:00
af0ceb9e46
* Add doc skeletons * Add API skeleton example * Move graphdb url in settings
25 lines
511 B
Markdown
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`
|