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

v1.0.0 #11

Draft
wants to merge 34 commits into
base: master
Choose a base branch
from
Draft

v1.0.0 #11

wants to merge 34 commits into from

Conversation

es3n1n
Copy link
Owner

@es3n1n es3n1n commented Feb 1, 2024

  • A lot of refactoring
  • Bumped zasm version
  • Fixed handling of BBs with no successors
  • Added xmm/ymm/zmm registers ignoring in LRUReg
  • Fixed analysis labels tracking
  • Changed project build configuration a bit
  • Fixed absolute relocations handling in pe parser
  • Added function name demangler
  • PDB parser improvements
  • Minor fixes in platform detection
  • Added minimal function size asseriton
  • Moved reg_convert to zasm stuff
  • Fixed push immediate operand size estimation

@es3n1n es3n1n changed the title Refactoring Refactoring, fixes Feb 5, 2024
@es3n1n es3n1n changed the title Refactoring, fixes v1.0.0 Feb 6, 2024
@es3n1n es3n1n self-assigned this Feb 6, 2024

/// Inserting new function
auto& item = result.emplace_back();
item.valid = true;
Copy link
Owner Author

Choose a reason for hiding this comment

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

Just realized that this shouldn't be marked as valid before we set the rva

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.

None yet

1 participant