Antonio Davide
Antonio Davide
> That code is licensed under LGPL though, could you give this particular byte pattern piece of code same license as QHexView has? I need to link statically to commercial...
Yes, it's still WIP: 1. Search options wasn't implemented, try now 2. I will investigate it 3. Incremental search works now 4. Fixed, you can also use patterns like `aa...
> 6\. In hexadecimal search, when using spaces in byte pattern an extra byte is selected upon successful search. My search pattern was three bytes long (`11 22 33`). Oddly...
> Everything appears to work correctly, except for the case when search pattern consists of a single byte. Is that what you meant? It finds the first occurrence of that...
> Bug: vertical scrollbar does not appear during a certain circumstance. Take a look at the first screenshot, notice the last line full of `FF` bytes It can be a...
I was looking for this data structure: https://www.catch22.net/tuts/neatpad/piece-chains Imho is perfect as backend for an hexadecimal widget too
Thanks! It's relatated to BTVM. I'm busy with another project (REDasm), PREF's code is very old and it needs a total rewrite with modern standards (C++17). Probabily one day I...
Ahah, I want to reuse parts of this code and the hex widget is written in C++ and Qt5, rewriting everything in Rust takes too much time in my case.
If can be useful, I have created this user defined javascript for my mobile browser, feel free to use it: https://github.com/Dax89/harbour-webpirate/blob/master/harbour-webpirate/qml/js/helpers/NightMode.js It contains some extra code, but it can be...
Color detection and Blacklisting can be done with a user defined Javascript, the CSS should be applied from there too