From d06021165c57429b4c2d196f529feb44f4a52a5d Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Fri, 9 Oct 2015 00:52:01 +0200 Subject: [PATCH] moar work --- chapters/design.tex | 18 +++++++++++------- chapters/implementation.tex | 4 +++- chapters/vision.tex | 6 ++++-- vortrag.tex | 10 +++++++++- 4 files changed, 27 insertions(+), 11 deletions(-) diff --git a/chapters/design.tex b/chapters/design.tex index f5aef26..8a9c07b 100644 --- a/chapters/design.tex +++ b/chapters/design.tex @@ -1,4 +1,4 @@ -\section{Design Overview} +\section{Design Overview} \subsection{Serialization} \begin{frame}{Serialization} \begin{itemize} @@ -13,13 +13,15 @@ \end{itemize} \end{frame} -\subsection{QSignals} -\begin{frame}{QSignals} +\subsection{Signals} +\begin{frame}{Signals} \begin{itemize} - \item Only option really for the GUI part - \item Properly handles passing messages between - (Q)Threads. Disassembler already runs asyncron to the GUI and the - interpreter + \item Big components running in separate processes and passing + messages + \item Bearable model for multithreading + \item Disassembler, Interpreter and GUI already running in separate + threads + \item Qt/GUI already works that way anyway \end{itemize} \end{frame} @@ -37,4 +39,6 @@ %%% Local Variables: %%% mode: latex %%% TeX-master: "../vortrag" +%%% TeX-engine: luatex +%%% TeX-PDF-mode: t %%% End: diff --git a/chapters/implementation.tex b/chapters/implementation.tex index ac98136..308990c 100644 --- a/chapters/implementation.tex +++ b/chapters/implementation.tex @@ -1,4 +1,4 @@ -\section{Current State} +\section{Current State} \subsection{Disassembler Core} \begin{frame}{Disassembler Core} \begin{itemize} @@ -42,4 +42,6 @@ %%% Local Variables: %%% mode: latex %%% TeX-master: "../vortrag" +%%% TeX-engine: luatex +%%% TeX-PDF-mode: t %%% End: diff --git a/chapters/vision.tex b/chapters/vision.tex index c8e2607..f148b2c 100644 --- a/chapters/vision.tex +++ b/chapters/vision.tex @@ -1,7 +1,7 @@ -\section{Vision} +\section{Vision} \begin{frame}{Vision} \begin{itemize} - \item LLDB + \item LLDB debugging interface \item clang-based indexing of \texttt{/usr/include} \item Calculation of Path-Conditions \item XMPP PubSub based Multiplayer mode @@ -11,4 +11,6 @@ %%% Local Variables: %%% mode: latex %%% TeX-master: "../vortrag" +%%% TeX-engine: luatex +%%% TeX-PDF-mode: t %%% End: diff --git a/vortrag.tex b/vortrag.tex index 210e24b..02b6d0d 100644 --- a/vortrag.tex +++ b/vortrag.tex @@ -14,7 +14,7 @@ %%%% September 2015 %%%% -\documentclass[12pt]{beamer} +\documentclass[12pt,aspectratio=1610]{beamer} \usepackage{BeamerColor} \usepackage{textcomp} @@ -143,6 +143,7 @@ \input{chapters/implementation} \input{chapters/vision} +\section*{} \begin{frame}{Name Wanted} \begin{block}{} Mit der AS/400-Standardsoftware Frida 4.0 \dots @@ -153,6 +154,13 @@ \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 + 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} \end{frame} \begin{frame}{Questions?} -- 2.39.2