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

Improvements from Undergraduate Thesis Work #6

Merged
merged 10 commits into from
Oct 25, 2024

Conversation

yungcomputerchair
Copy link
Contributor

Sorry it took so long for me to put this together, but this PR should bring in the core improvements discussed in my paper. This includes:

  • Stack memory simulation
  • memset call detection & simulation
  • Duplicate execution path culling and path quantity limit
  • Pre-indexed ("write-back") addressing mode
    • note that the paper also discusses post-indexed addressing mode, but I did not get around to implementing it
  • Support for negative offsets in offset addressing mode
  • Small fix for multi-byte memory reads

@onehouwong onehouwong merged commit 01ec12d into OSUSecLab:master Oct 25, 2024
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.

2 participants