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

Review #2

Merged
merged 50 commits into from
Jun 21, 2023
Merged

Review #2

merged 50 commits into from
Jun 21, 2023

Conversation

RobinDavid
Copy link
Collaborator

Many changes.

Data and string references are using the value itself, not the address. The only excpetion is for structure references where it's using the structure (and field) name instead of the value
Copy link
Collaborator

@patacca patacca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

src/qbindiff/features/extractor.py Show resolved Hide resolved
src/qbindiff/features/extractor.py Show resolved Hide resolved
src/qbindiff/features/wlgk.py Show resolved Hide resolved
patacca added 4 commits June 19, 2023 10:47
Weight doesn't need to be between 0 and 1. Even though it can theoretically always be normalized to [0, 1] sometimes it's better to use a wider range to avoid float rounding errors.
Since we were not able to reconstruct the correct context we cannot disassemble the basic block
patacca added 5 commits June 19, 2023 18:22
BinExport doesn't export the raw binary path in the protobuf message so
we have to guess the correct path by removing the .BinExport extension
Since we are still relying on capstone instruction ID the MAX_ID has
been created to hold all the possible capstone IDs.
@RobinDavid RobinDavid merged commit be5aa96 into main Jun 21, 2023
@RobinDavid RobinDavid deleted the review branch June 21, 2023 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants