Aaron Opfer

Results 17 comments of Aaron Opfer

So I just tested this and comment saving only works when ASLR is disabled. Seems like this needs a little more work.

Is there a definitive way to set up a reasonable build environment for Windows? I downloaded the Windows 10 Evaluation VM and I'm not sure how to set it up...

Hey @eteran, did you ever come up with anything for working with Windows? Times like these I wish I understood CMake at all so I could fix it myself.

Cool, I might take a look next time I need a pet project. Don't let me stop anyone else from diving in, though. On Sun, Sep 24, 2017 at 6:04...

I like this idea! I think we should embrace the future and support Python3 only. Another option is to have some sort of IPC server which can do request/responses to...

It looks like we would need to use [Python Stable ABI](https://docs.python.org/dev/c-api/stable.html). If we do that then we should be able to make our binaries happy with a system libpython or...

Which platforms are you referring to?

Cool. It would also be nice if there was a feature of edb to force the mouse to be ungrabbed on a breakpoint hit in case the debuggee captured it.

To execute the child don't we fork and exec? Can't we call setenv before we exec? I believe we already do this for some environment variables. On Jan 3, 2017...

You're right, but it could be expensive on binaries with lots of embedded resources. Maybe it should be an opt-in.