From 320abbd1e8265439923a898553cf13b48921d27a Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Sat, 19 Mar 2016 00:58:11 +0100 Subject: [PATCH] some first modifications --- chapters/disassembler.tex | 12 ++++++++ vortrag.tex | 61 ++++++++++++++++++++++++++------------- 2 files changed, 53 insertions(+), 20 deletions(-) create mode 100644 chapters/disassembler.tex diff --git a/chapters/disassembler.tex b/chapters/disassembler.tex new file mode 100644 index 0000000..47818cf --- /dev/null +++ b/chapters/disassembler.tex @@ -0,0 +1,12 @@ +\section{Disassembling} +\begin{frame}{Assembly, Binary, Disassembly} + +\end{frame} + +\begin{frame}{Compiling and Decompiling} + +\end{frame} + +\begin{frame}{Disassembling strategies} + +\end{frame} \ No newline at end of file diff --git a/vortrag.tex b/vortrag.tex index 02b6d0d..75f8b26 100644 --- a/vortrag.tex +++ b/vortrag.tex @@ -14,7 +14,7 @@ %%%% September 2015 %%%% -\documentclass[12pt,aspectratio=1610]{beamer} +\documentclass[12pt,aspectratio=43]{beamer} \usepackage{BeamerColor} \usepackage{textcomp} @@ -102,6 +102,35 @@ \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} + +\input{chapters/disassembler} +\section*{} \begin{frame} \centering \includegraphics[width=.7\textwidth]{images/frida} @@ -135,9 +164,6 @@ \end{tabular} \end{frame} -\begin{frame}{Overview} - \tableofcontents{} -\end{frame} \input{chapters/design} \input{chapters/implementation} @@ -145,22 +171,17 @@ \section*{} \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} - \begin{block}{} - Die selbstlernende Antibetrugs-Software FRIDA unterstützt + \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 - \end{block} - \begin{block}{} - 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{block} + \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?} @@ -170,7 +191,7 @@ \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} -- 2.39.2