X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;ds=sidebyside;f=vortrag.tex;h=210e24b3153e80a344e1659843faf9f09d394341;hb=ea1fbc612783c60440c88cfdc9a0fced899b2c7b;hp=4871e1b54c3763375840ccd18833266d75079b53;hpb=9de32b5f773b8f25a05298e758d1ba42cfc073df;p=talk%2Ffrida.git diff --git a/vortrag.tex b/vortrag.tex index 4871e1b..210e24b 100644 --- a/vortrag.tex +++ b/vortrag.tex @@ -17,7 +17,7 @@ \documentclass[12pt]{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 @@ -62,10 +62,9 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \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} @@ -95,26 +94,65 @@ \titlepage \end{frame} -\begin{frame}{Overview} - \tableofcontents{} -\end{frame} - -\section{Current State} +\AtBeginSection[] +{ + \begin{frame} + \frametitle{Table of Contents} + \tableofcontents[currentsection] + \end{frame} +} \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}{Overview} + \tableofcontents{} +\end{frame} -\begin{frame} - +\input{chapters/design} +\input{chapters/implementation} +\input{chapters/vision} + +\begin{frame}{Name Wanted} + \begin{block}{} + Mit der AS/400-Standardsoftware Frida 4.0 \dots + \end{block} + \begin{block}{} + Frida Software: FRamework for Image Dataset Analysis + \end{block} + \begin{block}{} + Frida: Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android + \end{block} \end{frame} \begin{frame}{Questions?} @@ -127,6 +165,10 @@ Download: https://static.siccegge.de/talks/frida-FAU-2015-10-09.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