AlexEne / AlexEne/binary_size_explorer
Save code start
Open
- Dominant language
- Assembly
- Stars
- 15
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.