8000 Use of `syx_snapshot_dirty_list_add_hostaddr` in cputlb.c · Issue #105 · AFLplusplus/qemu-libafl-bridge · GitHub
[go: up one dir, main page]

Skip to content
Use of syx_snapshot_dirty_list_add_hostaddr in cputlb.c #105
Open
@enisrat

Description

@enisrat

I noticed that this access type check in cputlb.c has been commented out:

// TODO: Does not work?
// if (type == MMU_DATA_STORE) {
syx_snapshot_dirty_list_add_hostaddr(l->page[0].haddr);
// }

I don't see why this check would not work?

Also, pages with flags like TLB_MMIO and TLB_DISCARD_WRITE would not need to be considered for snapshot. Would it not make sense to check those as well?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0