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

Fix #210 #216

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Fix #210 #216

wants to merge 4 commits into from

Conversation

0vercl0k
Copy link
Owner

@0vercl0k 0vercl0k commented Nov 3, 2024

Artificially insert Tenet memory read/write entries when the user does memory accesses in breakpoint callbacks or anywhere else.

If we don't do that, then Tenet "doesn't know" that a memory read (bp access wouldn't trigger) or a memory write (the memory state is 'wrong' until a memory read is done on that range to fetch the memory) happened.

@0vercl0k 0vercl0k marked this pull request as ready for review November 3, 2024 17:30
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.

1 participant