radareorg / ideas

4 stars 1 forks source link

Add keys in visual to save and restore process state #122

Open radare opened 8 years ago

radare commented 8 years ago

Maybe that will be nice to be a push/pop model, so saving different memory and register state. so we can go back in time if we are debugging

Maijin commented 8 years ago

@n4x0r ^

ret2libc commented 4 years ago

I think there are already issues for "go back in time debugging", aren't there? Can we close this @XVilka @trufae ?

ret2libc commented 4 years ago

This issue has been moved from radareorg/radare2 to radareorg/ideas as we are trying to clean our backlog and this issue has probably been created a long while ago. This is an effort to help contributors understand what are the actionable items they can work on, prioritize issues better and help users find active/duplicated issues more easily. If this is not an enhancement/improvement/general idea but a bug, feel free to ask for re-transfer to main repo. Thanks for your understanding and contribution with this issue.

trufae commented 4 years ago

Agree on the push/pop. This can be easily implemented in a subcommand of dms

trufae commented 4 years ago

Deciding which keys to use in visual mode to run those commands is probably the hardest part