memory at a specific adress. It's no problem if I have the process running, but now I have to do the same from the dump. Is that even possible? In theory it should, right? I can't find something online.
It depends on the address you want to read. In general you what you do with core dumps ( assuming you're using Unix like OS) just run: gdb <path_to_executable> <path to core dump> but since process reuses the same memory it's possible that address will be different from you expect it to be.
Обсуждают сегодня