-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
79 lines (62 loc) · 1.64 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
% !TeX spellcheck = it_IT
\documentclass[italian,noexaminfo]{theme/sapthesis}
\graphicspath{assets/}
\usepackage{microtype}
\usepackage[italian]{babel}
\usepackage[utf8]{inputenx}
\usepackage[T1]{fontenc}
\usepackage{wrapfig}
\usepackage{cprotect}
\usepackage{minted}
\usepackage{inconsolata}
\usepackage{float}
\usepackage{curve2e}
\usepackage{tabularx}
\usepackage{tikz}
\usetikzlibrary{positioning, shapes}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{hyperref}
\hypersetup
{
pdftitle={Automazione dell'analisi statica e dinamica di malware},
pdfauthor={Simone Sestito}
}
\renewcommand{\arraystretch}{1.4}
\newenvironment{code}{\captionsetup{type=listing}}{}
\title{Automazione dell'analisi statica e dinamica di malware}
\author{Simone Sestito}
\IDnumber{1937764}
\course{Laurea in Informatica}
\courseorganizer{Facoltà di Ingegneria dell'informazione, informatica e statistica}
\AcademicYear{2022/2023}
\copyyear{2023}
\advisor{Prof. Emiliano Casalicchio}
\coadvisor{Andrea Pedini @ Gyala S.r.l.}
\authoremail{sestito.1937764@studenti.uniroma1.it}
\examdate{26 Ottobre 2023}
\examiner{Prof. AAAA}
\examiner{Prof. AAAA}
\examiner{Prof. AAAA}
\examiner{Prof. AAAA}
\examiner{Prof. AAAA}
\examiner{Prof. AAAA}
\versiondate{\today}
\begin{document}
\frontmatter
\maketitle
\input{chapters/abstract}
\setcounter{tocdepth}{1}
\tableofcontents
\mainmatter
\include{chapters/introduction}
\include{chapters/static_analysis}
\include{chapters/dynamic_analysis}
\include{chapters/future_progress}
\backmatter
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{\bibname}
\bibliographystyle{sapthesis}
\bibliography{references}
\end{document}