Alessandro Vesely

Results 13 comments of Alessandro Vesely

Similar experience with [this sample](https://www.virustotal.com/gui/file/df953ec2d5e457dd565ca8cea5375062f2e2cbf07770adf3a3095907872111ef?nocache=1): ``` ale@pcale:~/tmp$ olevba3 -l debug 129948368968.xlsb olevba 0.60 on Python 3.9.2 - http://decalage.info/python/oletools DEBUG ftguess: file type=OpenXML file - container=OpenXML INFO Opening ZIP/OpenXML file 129948368968.xlsb...

I registered an IDN domain several years ago. A few months ago the server I use enabled EAI (the last in [this list](https://en.wikipedia.org/wiki/International_email#Adoption)) so I'm experimenting with it. Gmail doesn't...

+1 It would be handy to add all or some of the domains in the address book

Philippe, I confirm that logic should be revised. I'm running the DKIM Verifier version of 22 January 2020. I have enabled "*Reading the Authentication-Results header replaces the add-ons verification*". However,...

That's correct. The patch is obviously meant to be used with libidn2. I tagged EAI_INCOMPATIBLE some snippets of code so as to make the patch more readable, while hoping that...

OpenDBX still works, though. Albeit the source hasn't been maintained, distributions like Debian updated it to work with MariaDB, for example. SOCI is designed for C++ integration, but most of...

Oops, the fourth chunk above is obviously wrong. It should have been: ```diff @@ -374,8 +377,20 @@ case ' ': break; case ':': + { +#ifdef JSMN_STRICT + /* In...

È sufficiente mettere `extern`: ```diff Index: cie-pkcs11/LOGGER/Logger.cpp =================================================================== --- cie-pkcs11/LOGGER/Logger.cpp (revision 89) +++ cie-pkcs11/LOGGER/Logger.cpp (working copy) @@ -122,7 +122,7 @@ } int log_level = m_Instance->getLogConfig(); - printf("Lib log level: %d\n",...

> It would be nice to have an option to definitively forget missed alarms. +1, something like *max duration: minutes after which alarm stops automatically*. If the PC was powered...