| >Claude walked me through examining the some of the original software in GHIDRA, I wanted to be able to decrypt the files on The Complete New Yorker magazine DVDs. The old software was WinXP only, and crashed by the time you turned to page 3 or 4. It walked me through using Ghidra on the relevant dll, mapped out how it was using Blowfish, what the credentials were that it was passing, and re-implemented all of that in a python script. Now all the files are in plain pdf. Right now, it's helping me write an extension to the mkv specification for embedded scripts and modify VLC to be conformant, so I can watch Black Mirror Bandersnatch. Already have a buggy implementation, about 3 days in. I've also had it add BEP 46 mutable torrent functionality to Transmission (and to some extent, to the WebTorrent library). These are all well beyond my abilities to do casually, and probably beyond my ability to do even if I spent the next 18 months doing nothing by grinding away at it. I only replied because I thought it curious that Claude apparently favors Ghidra. |