-
Notifications
You must be signed in to change notification settings - Fork 6
/
README.md.template
52 lines (32 loc) · 1.21 KB
/
README.md.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Awesome Embedded Fuzzing
![Last Update](https://img.shields.io/github/last-commit/andreia-oca/awesome-embedded-fuzzing)
---
- [Description](#description)
- [Labels Indexes](#labels-indexes)
- [By Type](#by-type)
- [By Purpose](#by-purpose)
- [Papers](#papers)
- [Resources](#resources)
- [Contribution](#contribution)
- [Credits](#credits)
---
## Description
A **list of helpful fuzzing tools and research materials** for embedded applications can be found in this repository.
All resources are alphabetically organized and labeled, making it simple to locate them simply searching one item from the index on the entire page (with `CTRL+F`). The ones not having a link attached are present in the `documents/` folder.
## Labels Indexes
### By Type
{type_labels}
### By Purpose
{purpose_labels}
## Papers
| Paper Title | Abstract | Venue | Publication Date |
| --- | --- | --- | --- |
{papers}
## Resources
{resources}
## Contribution
1. Edit the `resources.csv` file.
2. Push the changes into the GitHub repository.
3. Wait for the GitHub action to automatically recompile `README.md`.
## Credits
The template is inspired from this [repository](https://github.com/CyberReasoningSystem/awesome-binary-analysis).