Skip to content

Conversation

@patacca
Copy link
Collaborator

@patacca patacca commented Nov 12, 2023

Better logging messages and clean the code for the ISA guessing heuristics (only used when the architecture is not manually specified)

Add warnings when having to rely on context guess and use thumb when the
instruction is 2 bytes.
Beware that IDA sometimes likes to merge two (or more?) thumb
instructions together.
@patacca patacca added the refactoring Refactoring part of the code label Nov 12, 2023
@patacca patacca requested a review from RobinDavid November 12, 2023 11:46
@RobinDavid
Copy link
Collaborator

As we can now specify the arch+mode through command line, I am not sure we want to keep guessing the mode dynamically. We could just fail gently if the user supply ARM binaries without the associated arch+mode. The code is looking way better. Let's keep it.

@RobinDavid RobinDavid merged commit cb85b74 into main Nov 12, 2023
@patacca patacca deleted the fix_binexport_context branch November 19, 2023 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactoring Refactoring part of the code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants