notes
All checks were successful
/ test_checkout (push) Successful in 1m37s

This commit is contained in:
Jean-Marie Mineau 2025-09-20 21:08:32 +02:00
parent 760609e901
commit 7f1a5430fb
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
5 changed files with 1056 additions and 844 deletions

View file

@ -26,3 +26,24 @@ Some tools however encode their result in the form of a new augmented Android ap
The idea beeing that any Android analysis tools must be able to handle an Android application in the first place, so it will have access to those new information.
In this section, explore in more details those different aspects of Android reverse engineering.
#todo[Plan d'annonce]
#todo[Petit intro back platform classes, séparé de soa]
#todo[Petit intro class loading séparé de soa]
#todo[Bien séparer background et st-o-a]
#todo[bien dédier des sections/sous section aux 3 problemes]
#todo[synthese a la fin de chaque section soa des problemes]
#todo[Problematique avant soa]
#todo[
plan:
- 2.1 intro
- 2.2 bases d'Android et RE (completer un peu pour souligner les besoins qui menes au pbs)
- 2.3 Problématiques du RE (reprendre l'intro avec ce qui a été dit dans 2.2)
apktool et androguard sont réutilisé, ca fait supposé qu'il y a peut être un peu de réutilisation
on peut charger des classes, et dans le code d'android, on vois qu'en fait le classes loading est beaucoup plus important que ca
c'est connus que cl + statique + ref = nono, tout les outils présentes leurs solutions d'une certaine facons
- 2.4 State of the Art
]