David Buchanan
David Buchanan
Do you have gnutls installed?
Almost certainly a false-positive, they're the only AV making this detection, and it's based on a heuristic https://www.virustotal.com/gui/file-analysis/YmU1YWQ4NmJhNzgzOGM5OTM4MjU2NzI5YjM2NmNiZjE6MTY1MjA5NzkwNQ== I've submitted it to kaspersky for reanalysis.
sha256 seems like slight overkill, why not just `diff`? (i.e. read both files into a buffer and do string comparison)
To repeat a vague idea I proposed on discord: - repo manifest contains a copy of the "repo master key" - repo manifest also contains a list of developer keys,...
I suspect the reboot is caused by some important system service crashing, or similar. Are there any interesting logs in dmesg?
If someone ports it to webos, we'll gladly add it. However, the android app is not compatible with webos in any way.
By the way, I've been maintaining a fork (of sorts) which uses regex to dynamically patch playercore, which avoids needing to bundle the whole of playercore with the extension. This...
I'd definitely be open to adding multi-arch support, although I'll need to have a sit down and think about the design first (It's been a while since I've looked at...
I haven't been able to narrow down on the issue much, but I'm pretty sure it's a heap corruption issue in hyperiond (likely UAF, or maybe a buffer overflow). Amusingly,...
This is probably the bug: https://github.com/DavidBuchanan314/pwn-mbr/blob/master/inject.c#L69-L70 I'm checking the wrong variable - it should be `payloadfp == NULL`. If the file failed to open, there'll be a null dereference on...