Karl Koscher
Karl Koscher
As is, mux.js doesn't seem to support live, continuous transport streams, such as those received from a networked TV tuner like an HDHomeRun. I've made this work by adding support...
pyproject.toml currently specifies the apollo-fpga package as a pypi dependency with version ^0.0.4. This has a few issues: - Since 4 is the only non-zero number in the version, AFAIK...
I suspect somewhere a handle to the apollo USB device isn't being released, and libusb is returning "permission denied" when a second handle attempts to be obtained. I believe the...
Upon running ViewSB on Windows with the LUNA backend, I get this mysterious message: ``` File "C:\Users\supersat\Downloads\git\ViewSB\luna\gateware\applets\analyzer.py", line 193, in build_and_configure raise RuntimeError('Timeout! The analyzer device did not show up.')...
Background: I am working on containerizing a buffer overflow exploit lab for our security class, and one of the issues I ran into is that the default seccomp profile limits...
After adding the toolchain to my path, git no longer works, either on Ubuntu 16.04 (under WSL), or Ubuntu 18.04 (running natively). In both cases, I get: $ git git:...
### Describe the bug. At a recent event, we gave everyone MIFARE Ultralight C wristbands with some pages locked as part of a CTF. Many people tried reading their wristband...