Matthias von Faber

Results 17 comments of Matthias von Faber

> Incompatible for Ghidra v10? This seems to work for me. Also adds 64-bit support: ```diff --- a/ProcessVTables.py +++ b/ProcessVTables.py @@ -20,7 +20,7 @@ from collections import namedtuple from ghidra.program.util...

This is definitely on my radar. I had only stopped working on it because it wasn't clear which parts of the code would remain after the JUCE switch. Still have...

Reopening, #5041 didn't really achieve what this issue is about. It made the members `fs::path` alright, but didn't adapt the implementation to benefit from the switch. It even introduced some...

Many thanks for the detailed report. I can reproduce the problem. The duplicate entries are certainly annoying, but personally I find the _missing_ ones even more serious.

@pkmkb005 You are a legend, thanks so much for this great info! I wasn't aware of DigDic. I had only tested with EBView and it renders the same as qolibri,...

Being able to debug digdic and qolibri side by side, I now have some idea why the search result is cut off. Haven't yet looked at the duplication when reading...

I agree that this would be useful, but it's not a priority right now. Setting up the dictionaries, while painful, is mostly a one-off setup thing, so I feel our...

@ivan Thanks for the invite, I'll look into it when I get home.

I have added an archive with shared Windows binaries to the [2.1.0 release](https://github.com/ludios/qolibri/releases/tag/2.1.0) (64-bits only for now, 32-bits should follow soon™). I would have preferred a static build, but that...

I'm afraid 32-bit Windows builds will have to wait. There is no pre-built 32-bit Qt WebEngine and building it looks just painful. Official 32-bit builds are planned again for 5.12:...