-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
featureNew featureNew feature
Description
def hook_write(addr: int, size: int, data: bytes) -> Optional[bytes]
def hook_read(addr: int, size: int, data: bytes) -> Optional[bytes]
Returning None would abort the read/write with an exception, otherwise you can return data or a modified buffer to read/write.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew featureNew feature