https://github.com/brainstorm/radarecon2016
Slides for the radarecon 2016 in Barcelona: http://rada.re/con
https://github.com/brainstorm/radarecon2016
Last synced: about 1 year ago
JSON representation
Slides for the radarecon 2016 in Barcelona: http://rada.re/con
- Host: GitHub
- URL: https://github.com/brainstorm/radarecon2016
- Owner: brainstorm
- License: mit
- Created: 2016-09-05T17:50:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-25T16:10:22.000Z (over 9 years ago)
- Last Synced: 2025-02-08T15:24:56.078Z (over 1 year ago)
- Language: JavaScript
- Size: 12.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Reversing an AVR based ESC slides given in RadareCon2016.
This slide deck is based on the fantastic [reveal.js framework](https://github.com/hakimel/reveal.js).
## Quickstart
```
git clone https://github.com/brainstorm/radarecon2016
npm install
npm start
```
## PDF version of this talk
The builtin reveal.js PDF converter does not work properly, therefore I would suggest using [decktape](https://github.com/astefanutti/decktape):
```
$ docker run --rm --net=host -v `pwd`:/slides astefanutti/decktape http://:8000 slides.pdf
```
## Video of the talk
[](http://www.youtube.com/watch?v=wVTXrmOyqwQ)