434b

Results 34 comments of 434b

Based on a quick look on the recent firmware version 1.07 from their website its a different encryption scheme alltogether so my script won't work. As I don't own this...

@Vortelf Based on this firmware below, I can already see it's a different encryption scheme on this device as well. If you're able to hook up a serial connection and...

[docker-py](https://github.com/docker/docker-py/) looked abandoned when I opened this issue, but it seems that there's some activity again with a first new release on the horizon. Waiting this out just a little...

Sounds about right. I figured the two most straightforward options would be either * Mounting an external disk (like you said), or * When setting up a mac with APSF...

Oh absolutely! I totally forgot to adjust the `README.md` to account for the latest changes that were merged to main.. A README update is in the works [here](https://github.com/0xricksanchez/like-dbg/tree/readme_update) to reflect...

Building the docs for the current Linux kernels with sphinx-5.1.1 does not work: ``` make htmldocs SPHINX xmldocs --> file:///kernel_root/linux-5.10.77_x86_64/Documentation/output/xml PARSE include/uapi/linux/dvb/audio.h PARSE include/uapi/linux/dvb/ca.h PARSE include/uapi/linux/dvb/dmx.h PARSE include/uapi/linux/dvb/frontend.h PARSE include/uapi/linux/dvb/net.h...

For the most basic ones we could just scrape `https://www.kernel.org/doc/htmldocs/kernel-api/API-.html` on demand… I am not confident in how complete/correct these are since those were deprecated in favor for the sphinx...

Apparently, the requirements listed in `/Documentation/sphinx/requirements.txt` in the Kernel Version 5.10.77 were missing: ``` Jinja file://kernel_root/linux-5.10.77_x86_64/Documentation/output PARSE include/uapi/linux/dvb/audio.h PARSE include/uapi/linux/dvb/ca.h PARSE include/uapi/linux/dvb/dmx.h PARSE include/uapi/linux/dvb/frontend.h PARSE include/uapi/linux/dvb/net.h PARSE include/uapi/linux/dvb/video.h PARSE include/uapi/linux/videodev2.h...

The latest change (which made sense in the first place) shifts the error in a different direction: ``` pwndbg: loaded 196 commands. Type pwndbg [filter] for a list. pwndbg: created...