be2: improve number extraction#2609
Conversation
There was a problem hiding this comment.
Please add bug fixes, new features, breaking changes and anything else you think is worthwhile mentioning to the master (unreleased) section of CHANGELOG.md. If no CHANGELOG update is needed add the following to the PR description: [x] No CHANGELOG update needed
CHANGELOG updated or no update needed, thanks! 😄
williballenthin
left a comment
There was a problem hiding this comment.
seems reasonable. ideally we have some more tests to demonstrate how this does/nt affect parsing, but i dont think that can be addressed in this PR.
I don't think that the fix is going to be this simple. The modification above has exposed another bug in the expression tree building/pruning steps that I'm trying to track down now. |
|
stale |
Prior the BinExport extractor was not emitting number features for complex operands, e.g. aarch64 instructions with logical shift operators.