This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-09-11 09:49:07 +02:00
parent ed8bbd12e5
commit 5611281c56
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
5 changed files with 73 additions and 17 deletions

View file

@ -37,13 +37,18 @@
}
#show: matisse-thesis.with(
title-fr: todo[Find a title],
title-en: todo[Find a title],
title-fr: [Rétro-Ingénierie d'applications Android: les inconvénients de l'analyse static], // malheurs -> inconvénients ?
// Because "Android Skuldgerries and Other Headache Inducing Fuckeries" won't pass the vibe check
title-en: [Android Application Reverse Engineering: the Woes of Static Analysis],
author: "Jean-Marie MINEAU",
affiliation: "IRISA",
defense-place: "Rennes",
defense-date: todo[Date],
jury-content: [#jury-content \ #todo[Compose a Jury]],
defense-date: datetime(
year: 2025,
month: 12,
day: 10,
).display(),
jury-content: jury-content,
university: "CS",
keywords-en: keywords-en,
keywords-fr: keywords-fr,
@ -102,8 +107,7 @@
#todo[Normalize classloaders vs class loaders]
#todo[Normalize bullets/item: either end with a '.' or a ';']
#todo[footnote numbering]
#todo[redeveloper le future work des chapitres: expliquer le pb et expliquer dans quel direction le travail devrai être dirigé, direction technique]
#todo[Check defence date]
#include("1_introduction/main.typ")
#include("2_background/main.typ")