This commit is contained in:
parent
1b461338b7
commit
6f7afe73a7
6 changed files with 3814 additions and 81 deletions
1782
slides/imgs/call_graph_expected.svg
Normal file
1782
slides/imgs/call_graph_expected.svg
Normal file
File diff suppressed because it is too large
Load diff
|
After Width: | Height: | Size: 70 KiB |
1782
slides/imgs/call_graph_obf.svg
Normal file
1782
slides/imgs/call_graph_obf.svg
Normal file
File diff suppressed because it is too large
Load diff
|
After Width: | Height: | Size: 70 KiB |
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#import "../lib.typ": pb1-text, pb2-text, pb3-text
|
||||
#import "icons.typ": arrow
|
||||
#import "outlines.typ": theseus-outline
|
||||
#import "outlines.typ": theseus-outline, dexhunter-outline, droidra-outline
|
||||
|
||||
#let pirat-color = (
|
||||
black: rgb("#000000"),
|
||||
|
|
@ -35,6 +35,14 @@ pirat-color.red,
|
|||
)
|
||||
}
|
||||
|
||||
#let apk-block = block.with(
|
||||
//fill: green.lighten(50%),
|
||||
stroke: black,
|
||||
inset: 10pt,
|
||||
radius: 12pt,
|
||||
)
|
||||
|
||||
|
||||
#let colortest = [
|
||||
#for th in (
|
||||
sns-polylux-template_sns-pirat,
|
||||
|
|
|
|||
|
|
@ -152,7 +152,7 @@
|
|||
box(
|
||||
width: width,
|
||||
height: height,
|
||||
stroke: black,
|
||||
//stroke: black,
|
||||
{
|
||||
place(
|
||||
left+bottom,
|
||||
|
|
@ -221,6 +221,13 @@
|
|||
)
|
||||
}
|
||||
|
||||
#let droidra-outline(
|
||||
small_icon_size: 100pt,
|
||||
big_icon_size: 200pt,
|
||||
) = context {
|
||||
text(fill: red, size: 40pt)[TODO]
|
||||
}
|
||||
|
||||
#let theseus-outline(
|
||||
small_icon_size: 60pt,
|
||||
big_icon_size: 90pt,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue