Google Code Exporter
Google Code Exporter
I would to be able to take a snapshot of the state of the target application and be able to rewind back to it. --- Want to back this issue?...
I would it if the Environment Viewer plugin could set the environment variables it finds. --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/38800170-set-environment-variables?utm_campaign=plugin&utm_content=tracker%2F14326212&utm_medium=issues&utm_source=github)** We accept bounties via...
* Recognize and outline stack frames in the stack view. (OllyDbg does this and it really helps keeping track of everything in the stack) The stack frames could be outlined...
``` I don't know if this is the intended behavior, but after finishing a succesfull run (eg. just F9 then S-F9), and clicking 'OK' in the popup ("Debugged application exited..."),...
``` EDB only resolves FS and GS virtual addresses, other segments are ignored which can become a problem, at least on Windows. I'm not sure about Linux, but on Windows...
``` First of all, thank you for taking the time and effort to develop this marvellous debugger. I'm a frequent user of OllyDbg on Windows, so it's great to have...
``` I would like to be able to import debugging information similarly to other debuggers. This way plugins could do cool things like show source code when available. ``` Original...
``` There should be support for more reasons for a debugger to stop, like thread creation, module loaded, etc. I'm not sure how this works in Linux but the Windows...
``` It would be a cool feature if EDB could allocate and free regions in the target process. ``` Original issue reported on code.google.com by `evan.teran` on 3 Oct 2012...
``` EDB needs an API to search for a sequence of commands in a generic fashion. This would likely require an assembler of sorts to be implemented. ``` Original issue...