Page 2 of 2

Re: XRoar 1.1 released

Posted: Sat Jul 23, 2022 9:37 pm
by Alastair
sixxie wrote: Sat Jul 23, 2022 8:00 am Sad, but it needs the pthreads support for the GDB interface.
Is this for the new GDB monitor commands (since earlier versions of XRoar with GDB support work on XP)?
sixxie wrote: Sat Jul 23, 2022 8:00 am I don't think trying to support XP is going to prey on my mind too much, but just this once maybe see if the 1.1.55 snapshot build in http://www.6809.org.uk/tmp/xroar/ works for you! In case it does, it was built under MinGW with the options --disable-gdb-target --without-pthreads supplied to configure.
I would love to try it, but unfortunately xroar-snap-1.1.55-w32.zip doesn't contain an executable!

Re: XRoar 1.1 released

Posted: Sun Jul 24, 2022 8:35 am
by sixxie
Alastair wrote: Sat Jul 23, 2022 9:37 pm
sixxie wrote: Sat Jul 23, 2022 8:00 am Sad, but it needs the pthreads support for the GDB interface.
Is this for the new GDB monitor commands (since earlier versions of XRoar with GDB support work on XP)?
No it's all GDB support - the problem is that the pthreads library in mingw has changed (not sure why), and now looks like it won't work at all on XP. So in theory I could downgrade all my mingw things but that's quite difficult to maintain...
sixxie wrote: Sat Jul 23, 2022 8:00 am I don't think trying to support XP is going to prey on my mind too much, but just this once maybe see if the 1.1.55 snapshot build in http://www.6809.org.uk/tmp/xroar/ works for you! In case it does, it was built under MinGW with the options --disable-gdb-target --without-pthreads supplied to configure.
I would love to try it, but unfortunately xroar-snap-1.1.55-w32.zip doesn't contain an executable!
Whoops! That's uncovered another odd build bug, and now I wonder how the regular windows builds even worked at all... Try 1.1.80 :)

Re: XRoar 1.1 released

Posted: Sun Jul 24, 2022 1:55 pm
by Alastair
Thank you, 1.1.80 works.

Note that if XP support is removed I will no longer be able to test 32-bit Windows versions of XRoar on a 32-bit version of Windows. I can still test them on 64-bit versions of Windows but then any problem arising from running XRoar on a 32-bit Windows platform may go unnoticed.

Re: XRoar 1.1 released

Posted: Fri Oct 28, 2022 11:20 pm
by Alastair
Ciaran,
my antivirus software won't let me run xroar.exe found in xroar-1.2-w32.zip, claiming that it contains "Win32:MalOb-IJ [Cryp]". Can you confirm that this is a false positive?

There is no problem with xroar.exe found in xroar-1.2-w64.zip.

Re: XRoar 1.1 released

Posted: Sat Oct 29, 2022 9:00 am
by sixxie
Alastair wrote: Fri Oct 28, 2022 11:20 pm Ciaran,
my antivirus software won't let me run xroar.exe found in xroar-1.2-w32.zip, claiming that it contains "Win32:MalOb-IJ [Cryp]". Can you confirm that this is a false positive?

There is no problem with xroar.exe found in xroar-1.2-w64.zip.
Well I can confirm that I certainly didn't put it there ;)

It was cross-built on a Linux machine using MinGW... which doesn't mean that Debian's toolchain couldn't have been subverted of course, but does make it seem less likely to be a true positive.

For what it's worth, ClamAV 0.103.7 doesn't spot anything wrong with it (zip md5sum 26e40641eb594ce5705c36c017c38783). Scanning the raw directory, and the zip separately:

Code: Select all

ciarana@drewi:~/src/xroar$ clamscan xroar-1.2-w32
/home/ciarana/src/xroar/xroar-1.2-w32/xroar.pdf: OK
/home/ciarana/src/xroar/xroar-1.2-w32/xroar.exe: OK
/home/ciarana/src/xroar/xroar-1.2-w32/xroar-256x256.ico: OK
/home/ciarana/src/xroar/xroar-1.2-w32/ChangeLog: OK
/home/ciarana/src/xroar/xroar-1.2-w32/README.SDS: OK
/home/ciarana/src/xroar/xroar-1.2-w32/xroar.conf.example: OK
/home/ciarana/src/xroar/xroar-1.2-w32/README: OK
/home/ciarana/src/xroar/xroar-1.2-w32/COPYING.GPL: OK

----------- SCAN SUMMARY -----------
Known viruses: 1994024
Engine version: 0.103.7
Scanned directories: 1
Scanned files: 8
Infected files: 0
Data scanned: 4.16 MB
Data read: 3.14 MB (ratio 1.33:1)
Time: 11.823 sec (0 m 11 s)
Start Date: 2022:10:29 08:59:25
End Date:   2022:10:29 08:59:37

ciarana@drewi:~/src/xroar$ clamscan xroar-1.2-w32.zip 
/home/ciarana/src/xroar/xroar-1.2-w32.zip: OK

----------- SCAN SUMMARY -----------
Known viruses: 8641488
Engine version: 0.103.7
Scanned directories: 0
Scanned files: 1
Infected files: 0
Data scanned: 5.60 MB
Data read: 1.40 MB (ratio 4.01:1)
Time: 26.169 sec (0 m 26 s)
Start Date: 2022:10:29 08:59:42
End Date:   2022:10:29 09:00:09

Re: XRoar 1.1 released

Posted: Sat Oct 29, 2022 11:01 pm
by Alastair
Would you have any problem with me uploading the file (or giving the URL) to virustotal.com?

Re: XRoar 1.1 released

Posted: Sun Oct 30, 2022 9:51 am
by sixxie
Alastair wrote: Sat Oct 29, 2022 11:01 pm Would you have any problem with me uploading the file (or giving the URL) to virustotal.com?
Not at all, how could I mind? :)

Re: XRoar 1.1 released

Posted: Sun Oct 30, 2022 7:35 pm
by Alastair
VirusTotal shows that two vendors claim a problem - the sister companies Avast and AVG, so in reality just one vendor since they share the same virus definitions - so I am pretty confident that it is a false positive.