scemu icon indicating copy to clipboard operation
scemu copied to clipboard

maps.write_bytes consider allowing a write that cross two maps

Open sha0coder opened this issue 4 months ago • 2 comments

If a code start writing at the end of a map and continue writting on the beginnig of the next map, that's not logic and it's not allowed on MWEMU, but Windows would allow it (if there is write permission on both maps)

    pub fn write_bytes(&mut self, addr: u64, data: Vec<u8>) {
        //TODO: fix map jump

sha0coder avatar Jun 25 '25 09:06 sha0coder