Simon Pinfold
Simon Pinfold
Unfortunately it appears not. If it were my repo I would be happy merging this, but as it stands I would recommend forking.
The format string is a python [struct format string](https://docs.python.org/3/library/struct.html#format-characters), which, as you found corresponds to the struct definition. It is used to deserialize the header into the namedtuple [`FSB5Header`](https://github.com/HearthSim/python-fsb5/blob/master/fsb5/__init__.py#L46-L62). I'm...
Fixed in #37
This looks amazing, thanks! I'll merge this on the weekend.
Sorry this PR fell off my radar
To run this just from powershell, the following should work ``` (New-Object Net.WebClient).DownloadString("https://raw.githubusercontent.com/wazehell/vulnerable-AD/master/vulnad.ps1") | Out-File -Encoding ascii vulnad.ps1 Import-Module .\vulnad.ps1 Invoke-VulnAD ```
Here's my monkeypatch to make this work with modern keys. I did this because I want to use the DockerClient rather than the ApiClient. ```python SSHHTTPAdapter_create_paramiko_client = SSHHTTPAdapter._create_paramiko_client def SSHHTTPAdapter_patched_create_paramiko_client(self,...
I don't follow how this is distinct in functionality from using a hotkey to take a screenshot. What would this enable that you can't achieve by having a hotkey set...
What activates the filter in this scenario? I'm not very familiar with OBS use cases 😆. I think it should be very easy for me to add this - just...
I didn't want to install another extension for this, so here is a solution using ublock origin ``` www.twitch.tv##.vsc-controller:remove-class(vsc-nosource) ```