This commit is contained in:
parent
de568bd020
commit
689e259f5b
4 changed files with 38 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue