Vector35 / Vector35/binaryninja-api
add support for arm64_32
Personne n'a encore pris cette issue.
- Langage dominant
- C++
- Étoiles
- 1.3k
- Forks
- 298
- Merge moyen
- 5 j 5 h
- PR mergées (30 j)
- 19
Description
arm64_32 is an architecture variant used by (at least) the Apple Watch S4 and newer as well as the HomePod. It is arm64 encodings and instructions but uses 32bit pointers.
Apparently you can manually patch existing MachO files with a new CPU subtype (0xc) to get armv7 default platform and pointer width and use open with options to specify an aarch64 arch and get decent results but we should make this process work out of the box and set things appropriately.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Par où commencer
- Lisez l'issue en entier, puis le guide de contribution du projet.
- Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
- Forkez le dépôt et travaillez sur une branche.
- Ouvrez une pull request qui référence le numéro de l'issue.
Piste de recherche
The issue names no file or test entry point; start by locating Mach-O CPU subtype handling and the existing arm64 architecture support. Verify that arm64_32 files work without manual patching and that the platform and pointer width are set appropriately.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- cpp
- Domaine
- reverse-engineering
- Type d'issue
- Fonctionnalité
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100