Skip to content

Commit 72cb09f

Browse files
committed
Add gtfobins.json with all the data
1 parent 082b26c commit 72cb09f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

gtfobins.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
---
3+
{
4+
{% for file in site.gtfobins %}
5+
{% capture gtfobin %}{% include get_bin_name path=file.path %}{% endcapture %}
6+
{{ gtfobin | jsonify }}: {
7+
"description": {{ file.description | jsonify }},
8+
"functions": {{ file.functions | jsonify }}
9+
}
10+
{% unless forloop.last %},{% endunless %}
11+
{% endfor %}
12+
}

0 commit comments

Comments
 (0)