Evan Teran

Results 43 issues of Evan Teran

I'd like to have a plugin which can run a user supplied python script. The scripts don't need to have access to the entire edb plugin API. We can probably...

enhancement

Getting the fine details of multi-threaded debugging is **hard**. edb currently still is a bit quirky on this front but works wonderfully when dealing with individual threads. The idea here...

enhancement

There are some platforms which will require root privileges to use the debugging API. It is probably undesirable to ask a user to run the debugger as root, so it...

enhancement

I would like to have a proper PPA for edb to make installing it trivial for users. While I have created very preliminary scripts for generating a deb file, there...

enhancement
help wanted

EDB should be able to support ARM. I suspect that a lot of the code will "just work", but there is much to be done. --- Want to back this...

enhancement

detect when **all** exits of a function are calls to functions which don't return, and if so, mark that function as noreturn in itself. This should slightly improve analysis. ---...

enhancement

When updating the fonts in the appearance settings, all of the widgets update immediately to the new font settings. However, the new Register view does not yet. --- Want to...

The syntax highlighter works well, but is a little naive, for example when highlighting a symbol such as: `libasm-0.163.so!__x86.get_pc_thunk.bx` the `0.163` is highlighted as a numeric value and the `bx`...

enhancement

Getting warmer, but that doesn't fully explain this: ``` woz$ ls src/*.h | wc -l 104 woz$ nc-ng src/*.h # Just "Untitled" Socket Error State: 1 Socket Error String: QLocalSocket:...