]> git.siccegge.de Git - talk/frida.git/commitdiff
some first modifications
authorChristoph Egger <christoph@christoph-egger.org>
Fri, 18 Mar 2016 23:58:11 +0000 (00:58 +0100)
committerChristoph Egger <christoph@christoph-egger.org>
Fri, 18 Mar 2016 23:58:11 +0000 (00:58 +0100)
chapters/disassembler.tex [new file with mode: 0644]
vortrag.tex

diff --git a/chapters/disassembler.tex b/chapters/disassembler.tex
new file mode 100644 (file)
index 0000000..47818cf
--- /dev/null
@@ -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
index 02b6d0da260f54839b762fc57c3b8f054a49807f..75f8b2636d00094df5177df854bfc6e3d01337e2 100644 (file)
@@ -14,7 +14,7 @@
 %%%% September 2015
 %%%%
 
-\documentclass[12pt,aspectratio=1610]{beamer}
+\documentclass[12pt,aspectratio=43]{beamer}
 
 \usepackage{BeamerColor}
 \usepackage{textcomp}
   \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}
   \end{tabular}
 \end{frame}
 
-\begin{frame}{Overview}
-  \tableofcontents{}
-\end{frame}
 
 \input{chapters/design}
 \input{chapters/implementation}
 
 \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?}
     \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}