Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rank matches when searching for symbols. #12

Open
ExPixel opened this issue May 10, 2020 · 0 comments
Open

Rank matches when searching for symbols. #12

ExPixel opened this issue May 10, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@ExPixel
Copy link
Owner

ExPixel commented May 10, 2020

At the moment the first symbol that is matched is returned, but this can cause problems because of situations like this:

[address: 0x2CA6C0] [size: 310 bytes] cargo_asm::main::he7e4b90525b343c2
[address: 0x493590] [size: 247 bytes] core::num::dec2flt::algorithm::round_by_remainder::hf61317af6f74374c
[address: 0x2CC800] [size:  47 bytes] main

Here using cargo asm disasm main would return cargo_asm::main::he7e4b90525b343c2 despite main being a better match.

@ExPixel ExPixel added the enhancement New feature or request label May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant