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

SecAESSTM32 example: fix unmapped RAM region #57

Merged
merged 1 commit into from
Nov 15, 2023
Merged

SecAESSTM32 example: fix unmapped RAM region #57

merged 1 commit into from
Nov 15, 2023

Conversation

yhql
Copy link
Collaborator

@yhql yhql commented Nov 15, 2023

Fixes #56

A memory access into RAM was triggering a read_unmapped from unicorn, because that region is not mapped on initialization anymore.
To fix this, we use a stm32 device emulator that does map its RAM instead of using the generic ARM one.

@yhql yhql merged commit 588973d into master Nov 15, 2023
@yhql yhql deleted the fix/aes_stm32 branch November 15, 2023 10:37
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.

SecAESSTM32 causes exceptions with default addresses
1 participant