\documentclass[notes,english,aspectratio=169]{beamer} % TODO: for faster compilation: ,draft % ,notes % ,handout,notes=show % ,notes=only \newsavebox{\verbbox} \usepackage{babel,url,graphicx,booktabs,alltt,xcolor,listings} \usepackage{subfig,hyperref,textcomp,textpos} \usepackage[utf8]{inputenc} \usepackage[normalem]{ulem} \graphicspath{ {../img/} } % hack required for TeXLive 2018 \makeatletter \let\@@magyar@captionfix\relax \makeatother % page numbers \addtobeamertemplate{navigation symbols}{}{% \usebeamerfont{footline}% \usebeamercolor[fg]{footline}% \hspace{1em}% \insertframenumber/\inserttotalframenumber } \newcommand{\ttbf}{\ttfamily\fontseries{b}\selectfont} \title{\textbf{Nintendo hacking: dumping the DSi boot ROMs}} \subtitle{Uncovering 13 year old hardware secrets} \author{\textbf{PoroCYon}} \date{} %\AtBeginSection[] %{ % \begin{frame} % \frametitle{Table of Contents} % \tableofcontents[currentsection] % \end{frame} %} \usetheme{Szeged} \usecolortheme{seagull} %\usetheme{Singapore} %\usecolortheme{default} %\usetheme{Hannover} %\usecolortheme{default} \begin{document} \frame{\titlepage} % frame options: plain (for large contents), shrink (lots of text), allowframebreaks, fragile % \pause, % \begin{columns}[align] \begin{column}[align]{5cm} ... % \begin{block,alertblock,exampleblock} % \include, dan pas \input \begin{frame}{TOC} \setcounter{tocdepth}{1} \tableofcontents \end{frame} \AtBeginSection[ ] { \begin{frame}{TOC} \tableofcontents[currentsection] \end{frame} } \include{intro} \include{hwinfo} \include{brominfo} \include{otherhw} \include{howtodump} \include{analysis} \include{a9todo} \include{otherbroms} \section{} \begin{frame}{Conclusion} \begin{columns}[T] \begin{column}{.5\textwidth} \large \begin{itemize} \item \textbf{This is hard} \item \textbf{We're getting there} \item \textbf{``100\% reversed'' hardware often isn't} \end{itemize} \end{column} \begin{column}{.5\textwidth} Thanks to: \begin{itemize} \item Arthur Beckers, Lennert Wouters @ COSIC for lab help \item profi200, Normmatt, SciresM, etc.: software reversing help \item iks, blasty, rest of Titan for financial support \item Many friends for proofreading and sitting through rehearsals \end{itemize} \end{column} \end{columns} \end{frame} \begin{frame}{Questions} \begin{center} %~\\~\\~\\ \Huge \textbf{Questions?} ~\\~\\~\\ \large Fedi/masto: \texttt{@pcy@icosahedron.website} \\ \large Mail me at \texttt{porocyon@titandemo.org} \\ \large melonDS, GodMode9, demoscene IRC/Discord \\ \large Slides available at \url{https://pcy.be/nl21} \end{center} \end{frame} \include{extra} \end{document}