]> git.siccegge.de Git - talk/frida.git/blobdiff - vortrag.tex
Add some images
[talk/frida.git] / vortrag.tex
index 4871e1b54c3763375840ccd18833266d75079b53..75f8b2636d00094df5177df854bfc6e3d01337e2 100644 (file)
 %%%% September 2015
 %%%%
 
-\documentclass[12pt]{beamer}
+\documentclass[12pt,aspectratio=43]{beamer}
 
 \usepackage{BeamerColor}
-
+\usepackage{textcomp}
 %% Beamer Layout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \useoutertheme[subsection=false,shadow]{miniframes}
 \setbeamertemplate{footline}[frame number]
@@ -50,7 +50,7 @@
 %\usemintedstyle{trac}
 %\usemintedstyle{monokai}
 \setbeamerfont{frametitle}{size=\huge}
-\setcounter{tocdepth}{1}
+\setcounter{tocdepth}{2}
 \usepackage{booktabs}
 \usepackage{multirow}
 %use biblatex instead of bibtex
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \begin{document}
-\renewcommand{\inserttotalframenumber}{\pageref{lastslide}}
+%\renewcommand{\inserttotalframenumber}{\pageref{lastslide}}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%\section{\scshape Einführung}
 \begin{frame}[plain]
 \title{FrIDa}
 \subtitle{A Free and Interactive Disassembler}
 \titlepage
 \end{frame}
 
+\AtBeginSection[]
+{
+  \begin{frame}
+    \frametitle{Table of Contents}
+    \tableofcontents[currentsection]
+  \end{frame}
+}
+
+\begin{frame}{About me}
+  \begin{itemize}
+  \item Founding member of FAUST
+  \item CS Student in Erlangen
+  \item Debian Developer
+  \end{itemize}
+\bigskip
+  \begin{tabular}[ht]{lcr}
+    \parbox{3.0cm}{
+      \centering
+      \includegraphics[width=3.0cm]{images/faust}
+    } &
+    \parbox{4.0cm}{
+      \centering
+      \includegraphics[width=3.5cm]{images/fau-logo}
+    } &
+    \parbox{3.0cm}{
+      \centering
+      \includegraphics[width=2.5cm]{images/openlogo-nd}
+    }
+  \end{tabular}
+\end{frame}
+
 \begin{frame}{Overview}
   \tableofcontents{}
 \end{frame}
 
-\section{Current State}
-
+\input{chapters/disassembler}
+\section*{}
 \begin{frame}
-  
+  \centering
+  \includegraphics[width=.7\textwidth]{images/frida}
 \end{frame}
 
-\section{Technical Overview}
-
-\begin{frame}
-  
+\begin{frame}{FrIDa}
+  \begin{columns}[T]
+    \begin{column}[T]{5em}
+      \includegraphics[width=\textwidth]{images/GPLv3}      
+    \end{column}
+    \begin{column}{23em}
+      \url{https://www.frida.xyz}\\
+      \url{https://doc.frida.xyz}\\
+      \url{https://projects.faui2k9.de/tag/frida/}
+    \end{column}
+  \end{columns}
+\bigskip
+  \begin{tabular}[ht]{lcr}
+    \parbox{3.0cm}{
+      \centering
+      \includegraphics[width=3.0cm]{images/LLVM}
+    } &
+    \parbox{4.0cm}{
+      \centering
+      \includegraphics[width=3.5cm]{images/guile}
+    } &
+    \parbox{3.0cm}{
+      \centering
+      \includegraphics[width=2.5cm]{images/Qt}
+    }
+  \end{tabular}
 \end{frame}
 
-\section{Vision}
 
-\begin{frame}
-  
+\input{chapters/design}
+\input{chapters/implementation}
+\input{chapters/vision}
+
+\section*{}
+\begin{frame}{Name Wanted}
+  \begin{itemize}
+  \item Mit der AS/400-Standardsoftware Frida 4.0 \dots
+  \item Frida Software: FRamework for Image Dataset Analysis
+  \item Frida: Inject JavaScript to explore native apps on Windows,
+    Mac, Linux, iOS and Android
+  \item Die selbstlernende Antibetrugs-Software FRIDA unterstützt
+    Fraud-Manager \dots
+  \item Instrument Repair \& Calibration, Inc. is proud of our
+    F.R.I.D.A. asset management program. F.R.I.D.A. is a web based
+    software program \dots
+  \end{itemize}
 \end{frame}
 
 \begin{frame}{Questions?}
     \end{center}
     \vspace*{\fill}
 
-  Download: https://static.siccegge.de/talks/frida-FAU-2015-10-09.pdf\\
+  Download: https://static.siccegge.de/talks/frida-CLT-2016-03-19.pdf\\
   https://git.siccegge.de/?p=talk/frida.git
 \end{frame}
-
-
 \end{document}
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-engine: luatex
+%%% TeX-PDF-mode: t
+%%% End:
\ No newline at end of file