Dobrosław Kijowski

Results 6 comments of Dobrosław Kijowski

> mac80211 backports kernel changes: What is the best approach here? Build a new backports package from 6.1rc1? FYI, I saw that Felix has done mac80211 and wifi drivers upgrade...

Hi there. Few days ago I've managed to adjust this extension to Ghidra's 9.1 as there were some API changes. You can find it on [https://github.com/dobo90/GhidraVmlinuxLoader/tree/ghidra_9.1-BETA](https://github.com/dobo90/GhidraVmlinuxLoader/tree/ghidra_9.1-BETA). @zdrouse did you compile...

@zdrouse I'm using Arch Linux with JDK11 and I have no issues with building. I've uploaded compiled version for Ghidra 9.1. You can check it on: https://github.com/dobo90/GhidraVmlinuxLoader/releases/tag/0.1-ghidra_9.1 Hopefully it will...

I wasn't aware that it's possible to combine `take_seek` and `until_eof`. Thanks for the suggestion. I've tried adopting this apporach for playready-rs but following example does not compile: ```rust #![allow(dead_code)]...

@arigit >when playing video, the overlay that shows up when pressing "OK" in the remote is often missing some elements: the clock, some elements of the progress bar I've found...

@arigit, to be honest, I don't understand the code. I was just debugging the issue, and I found that commenting out `if (dirtyState == DIRTY_STATE_CONTROL && m_isCulled) return;` makes smart...