wdormann
wdormann
When you diff two binaries, one of the columns is called "BBlocks1", which has integer values. If you sort this column, you'll end up with orders like: 12 125 13...
The majority of apps that I've tried downloading seem to work OK, but some seem to not work any time that they're attempted to be downloaded. In the console is...
I'm consuming some protobuf data, and protobuf-to-dict in some cases reports the following error: TypeError: Field Image.dimension has unrecognised type id 10 Attached is an example pretty-printed document that triggers...
Imagine that you have kernel and then later you decide to install the low-latency variant of that same kernel. While this script has the ability to remove kernels installed by...
The MSEC.dll included with BFF requires the Visual C++ runtime 2010. However, the runtime that comes with the ISO is Visual C++ 2013. As such, if somebody installs BFF via...
Java keystore (JKS) files and Bouncy Castle keystore (BKS) are not encrypted at the container level. Because of this, the keystore password is useful **only** when a private key uses...
**Describe the bug** On macOS, python reports an error any time a notification is triggered / tested: ``` Exception ignored in: Traceback (most recent call last): File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/asyncio/base_events.py", line 683,...
As a test, I'm trying to archive [https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-36884](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-36884), however none of the archiving methods work. Chrome > singleFile and Chrome > HTML return `Snapshot [number] exists in DB, but resource...
It seems reasonable to do a scan of the executable code on an entire system. To do this, I ran: Get-PESecurity -Directory 'C:\' -Recursive > pesecurity.log Eventually the script started...