Gianluigi Tiesi

Results 88 comments of Gianluigi Tiesi

sort of: - sudo apt install cmake mingw-w64 - mkdir build - cd build `cmake -DCMAKE_TOOLCHAIN_FILE=$(pwd)/../cmake/toolchain-mingw-x86.cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="/tmp/clamav" .. ` or using `toolchain-mingw-x64.cmake` for 64bit

my clamav is not abandoned, just lack of time to test/check/merge/fix/build, I've made 0.103.0, please test

ClamWin is a gui for clamscan/freshclam, with small change it could be adapted to the new engine, but the problem that is not easy to build, old python old wxWindows,...

it's a nice idea, I'll try to implement

clamd service is unable to access that folder, you may try using `--stream` or putting the file in a accessible folder

please try with `clamscan` instead of `clamdscan`

`clamscan.exe --alert-encrypted=yes`

``` C:\Work\Clamav\clamav-win32\msvc\Release\Win32>clamdscan -v c:\ClamAV\Clam.rar c:\ClamAV\Clam.rar: Heuristics.Encrypted.RAR FOUND ``` definitively a file/directory permission problem

got same problem and same solution, I'm using fastapi + crawlee with playwright, if I spawn the browser then ctrl+c causes the error, it happens with uvloop and asyncio event...

it would be better to add a Literal check for the browser with `typing.get_args`, but this would unify the typevar used in `__init__` so I think it's better to have...