Winedbg set doesn't work?
-
- Newbie
- Posts: 1
- Joined: Sun May 10, 2020 12:17 pm
Winedbg set doesn't work?
Hi, I use arch with current wine 5.8-1 from repo. I run wine as normal user, then I run winedbg as normal user and attach to process. I try to set memory with set 0x(memory location)=0x200. I try to examine memory with x 0x(memory location) but value stay same. I also try nexti but it stay same. Why?