Antonio Davide

Results 142 comments of Antonio Davide

> Can we change the byte order display mode? Just like this. > > ![Image](https://github.com/user-attachments/assets/2927a7af-fa4e-4c04-a923-d430c467fc79) Already asked here. It can be implemented but it's doesn't look trivial: I need to...

AFAIK no, because the widget reads data byte-by-byte and it doesn't have any integer-width/endianness knowledge. What are you seeing in your screenshot is just byte-fed data, what the "grouping" does...

@T-640 QHexView's data model is byte based too, so reading an integer's and change the byte order is not very pratical, also it gets worse when you need to write...

> I guess the application of it is in other domains, like reverse engineering? In my case yes, it's pretty useful to display a dump in my disassembler with the...

@jhembed, the last few commits implements the requested feature, is still WIP and there may be some bugs, I will check better tomorrow. However `QHexFlags::InvertedByteOrder` is the required flag to...

Any news about the proposed changes for this pull request?

I need to check the code deeply, but if I remember correctly the `type` "shell/process" is related to the `Task` configuration only (not used by DAP). Code used by Tasks...

Can I see `tasks.json`? So the command is executed only once? In `runner.lua` there is a "jobs map" which prevents to execute the same command if it's still running, maybe...

I'm setting up a VM with windows 10 so I can check if I find something this weekend.

I have finally installed a VM with Windows 10 and did a simple neovim configuration (lazy + automation). It looks fine both in launch and tasks configuration, is there maybe...