Evan Teran

Results 43 issues of Evan Teran

If we look at things like Qt creator, visual studio, etc. They have a very nice feature where the status bar also has sections that double as a button to...

enhancement

Now that Apple has made the move to M1, given that edb has decent ARM support, this is a great opportunity to be **the** tool for mac reverse engineering. I...

enhancement

Travis CI has robust windows support, and better Github integrations. Would be nice to have it all in one place to keep things simple. --- Want to back this issue?...

enhancement
minor
code quality

Would be cool if we could get windows to work on travis too!

I was thinking, we basically have 3 uncommon dependencies. 1. Capstone 2. gdtoa-desktop 3. libdouble-conversion These are all relatively speaking, small. It **may** be reasonable to have a `libs` directory...

enhancement

It could be argued that because breakpoints are such a fundamental feature of debuggers that there is no benefit for it being a plugin. By moving the code to be...

enhancement
code quality

A while ago I checked in the file `RegisterRef` with the goal of improving the Register API to make it more robust and involve less copying. Essentially it is kinda...

enhancement

edb is currently in a state where Linux is the only platform where it even compiles. I'd like to improve this situation, but also don't want to have an issue...

enhancement
help wanted

I had an idea to make our analysis much more robust using Unicorn Engine (https://www.unicorn-engine.org/), a lightweight CPU emulator platform. Here's the idea: Given that the Instruction Pointer is at...

new feature

I've noticed that on my system, some binaries have the first page be a read-only region which precedes the actual code segment. For example: ``` 7faa21322000-7faa21344000 r--p 00000000 103:04 4719011...