91 lines
1.9 KiB
Typst
91 lines
1.9 KiB
Typst
#import "@preview/polylux:0.3.1": *
|
|
#import themes.metropolis: *
|
|
#import "@preview/tablex:0.0.5": tablex, hlinex, vlinex, colspanx, rowspanx
|
|
|
|
#show: metropolis-theme.with(
|
|
footer: [CC BY-SA 4.0 Arthur Grisel-Davy]
|
|
)
|
|
|
|
#set text(font: "Fira Sans", weight: "light", size: 20pt)
|
|
#show math.equation: set text(font: "Fira Math")
|
|
#set strong(delta: 100)
|
|
#set par(justify: true)
|
|
|
|
#title-slide(
|
|
author: [Arthur Grisel-Davy, Sebastian Fischmeister],
|
|
title: "Independent Boot Process Verification using Side-Channel Power Analysis",
|
|
subtitle: "",
|
|
date: "University of Waterloo",
|
|
extra: "agriseld@uwaterloo.ca"
|
|
)
|
|
|
|
#slide(title: "Introduction")[
|
|
#only(1)[#image("images/wein_p1.svg", width: 100%)]
|
|
#only(2)[#image("images/wein_p2.svg", width: 100%)]
|
|
]
|
|
|
|
#slide(title: "Overview")[
|
|
#image("images/illustration.svg", width: 100%)
|
|
]
|
|
|
|
#slide(title: "Capture System")[
|
|
#align(center)[
|
|
#image("images/setup.svg", width: 80%)
|
|
]
|
|
]
|
|
|
|
#slide(title: "BPV Model")[
|
|
#align(center)[
|
|
#image("images/training_unique_p1.svg", height: 100%)
|
|
]
|
|
]
|
|
|
|
#slide(title: "Multi-Model Support")[
|
|
#align(center)[
|
|
#only(1)[#image("images/training_unique_p2.svg", height: 100%)]
|
|
#only(2)[#image("images/training_unique_p3.svg", height: 100%)]
|
|
]
|
|
]
|
|
|
|
|
|
#focus-slide()[
|
|
Test Cases
|
|
]
|
|
|
|
#slide(title: "Test Case 1")[
|
|
// table with devices and modifications/attacks
|
|
]
|
|
|
|
#slide(title: "Test Case 1 - Results")[
|
|
// table with results
|
|
]
|
|
|
|
|
|
#slide(title: "Test Case 2")[
|
|
// table with modifications to the drone
|
|
]
|
|
|
|
#slide(title: "Test Case 2 - Results")[
|
|
]
|
|
|
|
// if no results, present the setup and say why this is interesting and versatile
|
|
#slide(title: "Test Case 3")[
|
|
]
|
|
|
|
#slide(title: "Test Case 3 - Results")[
|
|
]
|
|
|
|
// possibly a slide about anomaly generation, maybe in futur work
|
|
|
|
#slide(title: "Future Work")[
|
|
]
|
|
|
|
#slide(title: "Conclusion")[
|
|
]
|
|
|
|
|
|
|
|
|
|
#focus-slide()[
|
|
#align(center)[Thank you for your attention.]
|
|
]
|