add doc for coldy 1.3.1
All checks were successful
/ test_checkout (push) Successful in 51s

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-12-06 20:56:41 +01:00
parent de568bd020
commit 689e259f5b
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
4 changed files with 38 additions and 9 deletions

View file

@ -1,10 +1,14 @@
#import "sns_polylux_template.typ": *
#import "figures.typ": figures, get_figure
#import "../lib.typ": pb1-text, pb2-text, pb3-text
#import "icons.typ": arrow
#import "outlines.typ": theseus-outline, dexhunter-outline, droidra-outline
#let pb1-text = strong[To what extent are previously published Android analysis tools still usable today, and what factors impact their reusability?]
#let pb2-text = strong[What is the default Android class loading algorithm, and does it impact static analysis?]
#let pb3-text = strong[Can we use instrumentation to provide dynamic code loading and reflection data collected dynamically to static analysis tools and improve their results?]
#let pirat-color = (
black: rgb("#000000"),
white: rgb("#FFFFFF"),
@ -27,7 +31,7 @@ pirat-color.red,
#let highlight-block(body) = {
set text(fill: white)
block(
fill: pirat-color.blue.darken(30%),
fill: pirat-color.blue.darken(50%),
width: 100%,
inset: 8pt,
radius: 4pt,