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

QEMU generic memory iterator #2148

Merged
merged 15 commits into from
May 7, 2024
Merged

QEMU generic memory iterator #2148

merged 15 commits into from
May 7, 2024

Conversation

rmalmain
Copy link
Collaborator

@rmalmain rmalmain commented May 6, 2024

  • Generic Memory Iterator (systemmode only for now): It is now possible to iterator over memory ranges, independently for the address

  • Refactoring or Emulator / Qemu structures: they are now handled separately in different files

  • Refactoring of Exit Handlers: Result / Error structs have been clarified

* Generic Memory Iterator (systemmode only for now): It is now possible to iterator over memory ranges, independently for the address kind

* Refactoring or Emulator / Qemu structures: they are now handled separately in different files

* Refactoring of Exit Handlers: Result / Error structs have been clarified
libafl_qemu/src/emu/mod.rs Outdated Show resolved Hide resolved
@rmalmain rmalmain merged commit bed5004 into main May 7, 2024
102 checks passed
@rmalmain rmalmain deleted the qemu_generic_memory_iterator branch May 7, 2024 08:46
riesentoaster pushed a commit to riesentoaster/LibAFL that referenced this pull request May 8, 2024
* QEMU generic memory iterator + Refactoring

* Generic Memory Iterator (systemmode only for now): It is now possible to iterator over memory ranges, independently of the address kind

* Refactoring or Emulator / Qemu structures: they are now handled separately in different files

* Refactoring of Exit Handlers: Result / Error structs have been clarified

* Simple handler for signals

* add new `check-cfg` calls for libafl qemu
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

2 participants