AlexEne / AlexEne/binary_size_explorer
Save code start
Ouverte
- Langage dominant
- Assembly
- Étoiles
- 15
- Forks
- 0
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Right now the addresses we search are a bit off since the function start addr is the first ASM op after locals are declared. To find functions this works fine but beyond that we need some more precision.
We need the offset not from start of function, but from start of code section. So we need to cache the code start offset somewhere.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.