AlexEne / AlexEne/binary_size_explorer

Save code start

Open
#11 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.