17 lines
779 B
Typst
17 lines
779 B
Typst
#import "../lib.typ": todo
|
|
|
|
== Perspectives for Future Work
|
|
|
|
#todo[What futur work]
|
|
|
|
#todo[
|
|
Ideas:
|
|
- Standard Lib to interact with dalvik (dev by google?), with *STABLE* API and *ROBUST*: Today there is Apktool, Soot and Androguard
|
|
Apktool don't have a documented API, and by default do a lot of things that might work or not
|
|
Soot defaults are baaaadddd, maybe the new version?
|
|
Androguard is not bad, but not write capabilities (yet, it's a wip, maybe one day?)
|
|
Robust default, close to Android: the java zip parser is often targeted, there is something to be done here
|
|
]
|
|
|
|
// Futur work: mon unique pov pour le futur: what need to be done
|
|
// future work plus haut niveau: reprandre les plus important et/ou des plus large: eg: quide web-base? flutter? wasm ?
|