> > I am going to try updating these libraries but being on Debian this might become a painful journey π«
>
> yeah debian stable is quite slow to adopt new things.. However Raspberry Pi OS which ...
> I vaguely remember `verbose_abort` issues on libc++ due to new versions, is it possible for you to update this library?
I installed the libc++ runtime using the following command:
```bash
...
> > OSError: ./libsoda.so: undefined symbol: _ZNSt3__122__libcpp_verbose_abortEPKcz
>
> I think you are missing libc++ on your system, what does `./ld-linux.so --list ./libsoda.so` return?
He...
> Yeah, see #25 . You could download a version of 7zip from https://www.7-zip.org/download.html which supports zstd. Then you could somehow put it where your WSL can find it, or manually extract it...
> > > It would be great to also have support for the AMD 7000 series. Since this operates on Chrome OS, I assume itβs not compatible with WSL. Is that correct?
> >
> >
> > It should be compati...
> I've added the patch for the `hatch` and `zork` libraries, and the `zork (AMD)` actually works on my Intel 10th gen laptop. It looks like `zork` is quite generic, so give it i a try!
I tested ...
It would be great to also have support for the AMD 7000 series. Since this operates on Chrome OS, I assume itβs not compatible with WSL. Is that correct?
Iβve only attempted this on Windows, not on Linux or macOS, as this specific DLL injection that I implemented here relies heavily on Windows-specific APIs (CreateRemoteThread and LoadLibrary) to in...