This commit is contained in:
parent
de568bd020
commit
689e259f5b
4 changed files with 38 additions and 9 deletions
11
slides.typ
11
slides.typ
|
|
@ -3,7 +3,6 @@
|
|||
#import "slides/icons.typ" as ico
|
||||
|
||||
#import "@local/codly:1.3.1": *
|
||||
#import "lib.typ": todo
|
||||
// Require local install, fix needed for highlight-inset
|
||||
// TMP="$(mktemp -d)" && curl -L https://github.com/Dherse/codly/archive/refs/tags/v1.3.1.zip -o "${TMP}/c.zip" && unzip -d "${TMP}" "${TMP}/c.zip" && mkdir -p ~/.local/share/typst/packages/local/codly && mv "${TMP}/codly-1.3.1" ~/.local/share/typst/packages/local/codly/1.3.1 && rm -rf "${TMP}"
|
||||
#import "@preview/codly-languages:0.1.1": *
|
||||
|
|
@ -152,7 +151,7 @@
|
|||
|
||||
Applications might use *obfuscation* to either:
|
||||
|
||||
- protect their #todo[Intelectual Properties]
|
||||
- protect their Intellectual Property
|
||||
- hide malicious behaviour
|
||||
|
||||
#v(1em)#uncover(2)[
|
||||
|
|
@ -392,7 +391,7 @@
|
|||
|
||||
#counter("logical-slide").update( n => n - 1 )
|
||||
#slide(
|
||||
title: todo[Pb3],
|
||||
title: [Problem Statement 2],
|
||||
)[
|
||||
#item-by-item[
|
||||
- Used to select classes implementation
|
||||
|
|
@ -400,7 +399,7 @@
|
|||
- Doubious documentation
|
||||
- Not studied in the context of Android Static Analysis
|
||||
]
|
||||
#highlight-block(pb2-text) #todo[couleur/italique pas lisible]
|
||||
#highlight-block(pb2-text)
|
||||
]
|
||||
|
||||
#slide(
|
||||
|
|
@ -1250,7 +1249,7 @@
|
|||
table.hline(),
|
||||
table.cell(colspan: 5, inset: 3pt)[],
|
||||
|
||||
[Jadx], hide[1.5.0], text(fill: orange)[#warn], [#ok], [#ok],
|
||||
[Jadx], hide[1.5.0], [#ko], [#ok], [#ok],
|
||||
[Apktool], hide[2.9.3], [#warn], [#ok], [#ok],
|
||||
[Androguard], hide[4.1.2], [#ko], [#ok], [#ok],
|
||||
[Flowdroid], hide[2.13.0], [#ko], [#ko], [#ok],
|
||||
|
|
@ -1266,7 +1265,7 @@
|
|||
#align(center)[Pull Requests:]
|
||||
#v(-1em)
|
||||
#link("https://github.com/soot-oss/soot/pull/2211")[soot/pull/2211] (#text(fill: green)[merged]) \
|
||||
#link("https://github.com/skylot/jadx/pull/2702")[jadx/pull/2702] (#text(fill: orange)[\~merged]) \
|
||||
#link("https://github.com/skylot/jadx/pull/2702")[jadx/pull/2702] (#text(fill: green)[merged]) \
|
||||
#link("https://github.com/androguard/androguard/pull/1149")[androguard/pull/1149]
|
||||
]
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue