Content Type
Profiles
Forums
Events
Everything posted by genieautravail
-
Hello everyone, VT Hash Check is a software that I have been using for years and which allows you to use the VirusTotal online service in a very practical way. At the time of the scarcity of XP compatible anti-virus solutions, its usefulness is strengthened. For a more complete description of the software as well as its use, here is the link on Github: https://github.com/charonn0/vt-hash The 1.60 version released in 2017 is the last compatible with XP (and not completely). The developer uses a little known programming language, Xojo. This programming language is not very effective in compiling applications for Windows. The VT Hash Check installation folder occupies around 40 Mb of disk space, which is a lot with regard to the functionality of the software. The installation files are big because Xojo is a cross-platform App Development tool. It's like that. I have no knowledge in Xojo programming language. It was with rigor and a lot of logic that I managed to restore XP compatibility. To compile VT Hash Check, I used Xojo IDE 2015R2 which is the latest version to allow compiling projects compatible with XP. For the installer, I used Inno Setup 5.6.1. The compilation took place on a computer running under Windows 10 (Xojo IDE 2015R2 requires at least Windows 7 to be installed). Minimum configuration required: A PC Windows XP Internet connection The processor does not need to support the SSE2 instructions set, It is even possible that the SSE instructions set is not necessary also but I have no computer old enough to check it. By Restoring compatibility with XP, I probably also restored compatibility with Vista. If you use a firewall, please update the rules to allow VT Hash Check to access Internet. Finally, the software to operate needs an API key that can be obtained for free from the VirusTotal online service: https://www.virustotal.com/gui/home/upload With a free API Key, you can submit 4 requests per minute and 500 requests by day. The limit size of a file is 650 Mb. Tricks: In the 'Resources' subfolder of the installation folder, there is a list of trusted CA, DEFAULT_CA_INFO_PEM which can be updated manually. This file is the same as that used by ProxHTTPSProxyMII.. Just rename cacert.pem in DEFAULT_CA_INFO_PEM (without any extension). The method for using a proxy describe on the github page of the project doesn't works with version 1.67. With 3proxy, you must set a proxy in the settings and copy the content of the file 3proxy.pem into the file DEFAULT_CA_INFO_PEM. With ProxHTTPSProxyMII, you must set a proxy in the settings and copy a part of the content (the private key is not necessary) of the file CA.crt into the file DEFAULT_CA_INFO_PEM. Don't forget that all these files are in Linux format. Important: I do not provide any support for this software. This one is provided as it is. If you notice a bug, first check that this bug is also present with the official version of the software. If this is the case do not hesitate to contact the developer on GitHub so that he corrects the problem. If the bug is specific to my unofficial release, you can still report it in this discussion thread. But I don't promise anything! Here, and now the most important, the download link: https://anon.services/folder/fa495338-98fa-4c03-aaa3-a770f77ffb95 md5: 40f917daebe836cdd10b5702dc4ed080 sha1: 9b3ee563ca77974a54e0b91cf5c1a8d1b0f51917 sha256: 65a21aeddb36866a8a432705e7a455f4243d5b11cce2d2f501b3ac989b838857 sha512: e5cb0d88f6b76e98f90ce0942f7d7f5e6c78e71c1fe4de36c5081b1b764ea6bbb8ec2bd1cacae92872f4a43ec1b739b260709c318e16b006a10db8954aefb136 Update: Download link for the new release with the fix for the window of the settings: https://anon.services/folder/c3c77749-d696-4445-9a48-f6fc2eb6dc30 md5: d11533523c21c67875a1b9d0cfc7f8fb sha1: ce1e1e85b5373a35a9592799cdb52fa503bf5f1d sha256: 3d5bd233b0e32edc8cc01104af5f3bae84e69f09fce00923cf7228533ff2397f sha512: 25408cd22a63f0c329aec7629eaa6ae6d048f50abbdfa88d3c7839f1d5139a829648852c5e0e0c60227b11c0110d82de067a372e56bac970462a9074b4a6bf5b Sincerely
-
MyPal 68
genieautravail replied to Jody Thornton's topic in Browsers working on Older NT-Family OSes
@feodor2 Cloudflare checks can't be passed in Mypal 68.14.7b. Regards -
MyPal 68
genieautravail replied to Jody Thornton's topic in Browsers working on Older NT-Family OSes
IMHO, probably that you will have to wait until that @feodor2 will have updated CSS and Javascript rendering engines. Regards -
MyPal 68
genieautravail replied to Jody Thornton's topic in Browsers working on Older NT-Family OSes
@AstroSkipper I know that the issue is even worst on Amazon France that on Amazon Germany. So, we are at least two to have this issue. Strangely, all is OK with Amazon USA... Regards -
MyPal 68
genieautravail replied to Jody Thornton's topic in Browsers working on Older NT-Family OSes
@feodor2 Bug report on Amazon France and Amazon Germany: On this webpage for example : https://www.amazon.fr/TP-Link-TL-SG108-Switch-Gigabit-Boîtier/dp/B01EXDG2MO/ref=sr_1_1 After the webpage is loaded. If you switch from one model to another model of the network switch, you can't switch again to another model and if you scroll the page, most part of the page isn't displayed. The webpage can't be reloaded. I must close the tab to escape the issue. The issue occur on Amazon France and Germany but not on Amazon USA ! All is fine on Amazon USA. I have this issue since a while, all releases 68.14.x are concerned. Regards -
My Browser Builds (Part 5)
genieautravail replied to roytam1's topic in Browsers working on Older NT-Family OSes
Somebody have an idea what is happening with this filter update (failed, checksum mismatch): If I click on the "Filter list" link I can open the list: Regards -
@VistaLover If you don't try, you don't know... @nicolaasjan OK, thank you for your efforts. Don't spend too much time on this. Regards
-
@nicolaasjan Try with : pip3 install pypiwin32==220 Or pip3 install pypiwin32==223 I successfully installed pypiwin32 219 on Python 3.4.4 five months ago for compiling a Python project with Pyinstaller 3.2.1 that doesn't use the SSE2 instructions set. For Python 3.8 or 3.9, probably that a more recent build need to be installed. Regards
-
@nicolaasjan The last release of Pyinstaller that will compile a project without the SSE2 instructions set : https://pypi.org/project/pyinstaller/3.2.1/#files pip3 install future==1.0.0 pip3 install pypiwin32==219 pip3 install --no-deps pyinstaller==3.2.1 Perhaps can you try to compile yt-dlp with it and let us know the result ? Regards
-
Latest Version of Software Running on XP
genieautravail replied to pointertovoid's topic in Windows XP
@Josealf I tried the none-SSE2 release today, works perfectly ! Tunnel established between a very old computer (CPU not supporting SSE2) acting as a client and a laptop acting as a file sharing server. From the client side: Regards -
Latest Version of Software Running on XP
genieautravail replied to pointertovoid's topic in Windows XP
@Dave-H My criticism wasn't about the presence of shareware or not. It was about the backporting to XP of only paid software. It's frustating ! Regards -
Latest Version of Software Running on XP
genieautravail replied to pointertovoid's topic in Windows XP
And ? Personally I use ClipCache Pro and I'am very happy with it ! Regards -
Latest Version of Software Running on XP
genieautravail replied to pointertovoid's topic in Windows XP
@LordGarfio No offense, but can you instead focus on freeware rather than paid software ? I doubt that more of one or two people on this forum own a licence of these software ! Regards -
@AstroSkipper About Comodo Internet Security 10.2.0.6514. I have missed this one from my source: https://ufile.io/ag9ppyqe Regards
- 1,225 replies
-
1
-
- Security
- Antimalware
-
(and 3 more)
Tagged with:
-
For whose interested, here the the link to the thread on the Wilders Security Forums: https://www.wilderssecurity.com/threads/huorong-internet-security-something-new-on-market.415971/ Regards
- 1,225 replies
-
- Security
- Antimalware
-
(and 3 more)
Tagged with:
-
MyPal 68
genieautravail replied to Jody Thornton's topic in Browsers working on Older NT-Family OSes
@Tomcat76 @GH0st Do you have some links on YT ? Regards -
Latest Version of Software Running on XP
genieautravail replied to pointertovoid's topic in Windows XP
@Josealf I will try the none-SSE2 release in a few days when I will have some free time. Regards -
Some years ago, I have played with Huorong Internet Security. First time I heard about it was on the Wilders Security Forums. Quickly installed and quickly uninstalled... Regards
- 1,225 replies
-
- Security
- Antimalware
-
(and 3 more)
Tagged with:
-
Latest Version of Software Running on XP
genieautravail replied to pointertovoid's topic in Windows XP
@Josealf Thanks ! -
Latest Version of Software Running on XP
genieautravail replied to pointertovoid's topic in Windows XP
@Josealf Welcome to the forum ! In the system requirements of your releases, can you remove the need to have a CPU supporting the SSE2 instructions set ? Above version 5.60, your releases requires the SSE2 instructions set. Regards -
Latest Version of Software Running on XP
genieautravail replied to pointertovoid's topic in Windows XP
@Klemper You must download the source code as a zip file (the green button at the top of the page). Inside the zip file you will find all versions of the installer (version 5.73 is included). Regards -
MyPal 68
genieautravail replied to Jody Thornton's topic in Browsers working on Older NT-Family OSes
Very good question ! It seems so easy... Any downside ? Regards -
[TOOL] ListDisk - Detailed Physical Disks Info in CMD
genieautravail replied to George King's topic in Windows XP
@reboot12 Yes , the same error is displayed. -
[TOOL] ListDisk - Detailed Physical Disks Info in CMD
genieautravail replied to George King's topic in Windows XP
@George King On my HP laptops, the error is still here. Regards -
[TOOL] ListDisk - Detailed Physical Disks Info in CMD
genieautravail replied to George King's topic in Windows XP
@reboot12 Thanks, I completely forgot to install Redistribuable C++ 2015 on this computer. ListDisk is working now !