Seva Alekseyev (he/him)

Results 108 comments of Seva Alekseyev (he/him)

I'm definitely not a fan, but I can think of it. Which OS are you on? In Windows and MacOS, IIRC, it follows the system theme which can be made...

I'll keep it under consideration. That said, not a top priority.

You mean main window resizing? Yeah, I don't keep or restore that. Good idea, but hardly a showstopper bug :)

Not that I can think of. It's possible and can be done in code, but it's more tricky than you think. What if the screen resolution was changed between runs?...

Hello, are any maintainers reading this? PR #495 is (I think) ready.

The binary, and the DWARF in it, looks fine to me. The error happens in the method CU.get_DIE_from_refaddr(), as called from get_parameters() in yali.py:156. The surrounding script is trying to...

@Ruturaj4 : what's the status of this? I won't mind taking a look at yali.py, if you care to share.

If you think the issue may be closed, please do. It does not seem like a problem with pyelftools anyway.

**Solution:** attributes of the form `DW_FORM_ref4` are expected to contain the offset of the target DIE **relative to the current CU**, as opposed to the info section. So the `elif`...