Evan Teran

Results 399 comments of Evan Teran

@AaronOpfer definitely ASLR sensitive. To deal with ASLR we'll need to start comments as region+offset instead of absolute addresses. Should be doable, and at the very least is easier to...

LOL, We actually **used** to have an AppImage. But during an update to upstream AppImage, it was broken. I wasn't sure if anyone used it, so I just chopped it...

This is a fair enough point, perhaps a configuration option to allow only showing lower 48 bits or similar.

Let me think on this a bit. If possible I'd like to avoid unnecessary coupling between edb and QHexView since they are separate projects. That being said, I completely agree...

Hmm, that may be confusing with anyone not 100% familiar with canonical addresses on 64-bit. So, perhaps there would be two settings: 1. shorten addresses with leading 0's 2. shorten...

Hmm,well the plan is to show 6 digits regardless. So it will be apparent that it is an address > 32-bits. So yea, I think I'm with you, though I'd...

@10110111 I know this feature is a bazillion years old... but I'm on it! Starting to implement it, QHexview has the feature and I've started to see how to best...

Worth noting that regarding your question of settings and "where does the address formatting code go" we currently have a mixed bag. `QHexview` is its own thing which has to...

Interesting, yea, it would make sense to try to handle that a little more elegantly.

I've been thinking about this issue and there's two modes of operation that we need to care about (I think). Stepping should be easy since we can just simulate the...