abstract_wax
abstract_wax
> try the Windows-Exe version, it works great with wine could you quickly walk me through how you run the Windows-Exe version with wine? 'wine tinfoleak.py invokes 'wine32 missing', but...
> Yes of course > > You're using wine with the wrong file. Here is what I did: > > * `wget "https://github.com/vaguileradiaz/tinfoleak/raw/master/Windows-EXE/tinfoleak-EXE.zip"` > > * `unzip tinfoleak-EXE.zip` > >...
> Ok, it’s probably because you didn’t add 32bit architecture into your sources. Do the following: > > * `dpkg --add-architecture i386` > > * `apt update` > > *...