Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/10/2024 in Posts

  1. No prob., so you tried to add the device ID to the driver I gave? Well, indeed very sad, then.
    3 points
  2. Try this one - original mobile driver. https://www.nvidia.com/download/driverResults.aspx/197673/en-us/
    3 points
  3. Simple (without the "Ti") GeForce RTX 3050 Laptop GPU - should work.
    3 points
  4. ... I did some further testing today and it appears that the cut-off value has been set at Chrome/100.0 (for the tests to work, one has to wipe out browser cache and "sciencedirect.com"-set cookies before testing a different "Chrome/*" value ); 100+ will load the site fine in 360EEv13.x/KMB , 99- will redirect to the "browser-out-of-date" page ; since this is a block purely based on UA-sniffin', I would argue they had blocked older clients for "security-related FUD"; I don't believe their servers risk any harm by allowing those older clients though, the tactics smell of forcing the user to switch to a more "secure" browser version (however, v100 is still far from v122 , the current Google Chrome) ...
    2 points
  5. Hi @JFX! Nice job, congratulations for your work. Updated Turkish language file for WinNTSetup v5.3.4 is ready. I would appreciate it if you add this to your work. Thanks.. Turkish language file for WinNTSetup v5.3.4.zip
    2 points
  6. Update notification! Panda Free Antivirus has been updated on 27.12.2023 and is now of version 22.02.01. Thus, I'll update my article and my list in terms of Panda Free Antivirus. Maybe. one of you can test the new version first of all under Windows XP SP3 32 bit to be sure it is still compatible as advertised here: https://www.pandasecurity.com/en/homeusers/windows-antivirus/ This is a quotation from this website: And again, such a confirmation would be great as we all already know, the proof is in the pudding. Cheers, AstroSkipper
    2 points
  7. You mentioned you preferred ungoogled because "Ungoogled version has more useful flags for user's convenience," so when i asked "which flags do you use," i meant "flags available in ungoogled Chromium, but not in vanilla Chrome." So: which flags, available in ungoogled Chromium, but not in vanilla Chrome, do you use? I was trying to recreate your voltage spike issue, and you don't watch vids in browsers, iirc. Should i reproduce an issue you've never experienced? But sure, when a GPU is actually used, core voltages go up from a state in which nothing is being done. This is perfectly normal & shouldn't cause concern. Your GPU will be fine, lots of us (most?) have HW acceleration enabled, that's simply not how GPUs die. Worry not, GPUs are hardy
    2 points
  8. This driver is from the same old R470 batch, it's just security crap they added to make it look like it's new. R470 batch is very old, it was released before the said GPU even existed.
    2 points
  9. Is this the card model, if so, I'm afraid you're outta luck. https://www.techpowerup.com/gpu-specs/geforce-rtx-3050-ti-mobile.c3778
    2 points
  10. You're welcome. Off-topic: You should also consider testing this newly released browser for Windows XP. https://github.com/win32ss/supermium And report any issues you encounter with it here (if you have a GitHub account ): https://github.com/win32ss/supermium/issues
    2 points
  11. Update notification! Malware Hunter has been updated on 05.03.2024 and is now available in version 1.180.0.800. I have tested this version on my system, and it is still compatible with Windows XP. Accordingly, I've updated my article and my list. Cheers, AstroSkipper
    2 points
  12. Which version do you refer to? And don't forget this thread is about security programmes under Windows XP only. The last time, when I installed Panda Free Antivirus under Windows XP 32-bit, all was fine. No problems at all.
    2 points
  13. That's very wise. Some combinations of these programmes are possible but more than one real-time scanner can cause problems as you surely know.
    2 points
  14. Spoof to another fake agent, go here, and you will see - spoofing of UA is obsolete these days. https://chromiumchecker.com/
    2 points
  15. Look at my account, I have 2 tutorials, but it's only for Vista and nVidia, not AMD, so it's unfortunately off-topic here.
    2 points
  16. This code is held secret by the companies nVIDIA and AMD, anyone can try to find the papers on them without any results,
    2 points
  17. I said I ported them, not wrote. And all of that because of the code leftovers. But as of now, even Windows 7 is dropped for several years, what you see today in the form of Windows 7 releases, they are just "security" driver updates based on old drivers from the year 2020 or so.
    2 points
  18. No, I meant the code inside the divers, not the OS, I think I wrote about it pretty clear, no?
    2 points
  19. NTOSKRNL Emu_Extender Library of missing functions for Windows XP/2003/Vista/7 NTOSKRNL.EXE Project is intended to help in porting drivers from Windows 7/8/8.1/10 for work with Windows XP/2003/Vista/7 How-To: Compile sources to make ntoskrn8.sys Make corrections to target driver XXX.sys so that it loads ntoskrn8.sys instead of the original ntoskrnl.exe If XXX.sys is driver made for Windows 8, change security_cookie to random value, security_cookie is constant 0x4EE640BB(x32) / 0x32A2DF2D992B(x64) inside file, change only first match ! Place ntoskrn8.sys to X:/Windows/system32/drivers/ folder Compiling: 1) Install Windows 7 DDK v7.1.0 (download from Microsoft site) 1a) Original DDK header files has mistake with definintion of MmAllocateContiguousMemorySpecifyCacheNode, apply fix to two files \WinDDK\Win7\inc\ddk\ntddk.h and \WinDDK\Win7\inc\ddk\wdm.h: replace: #if (NTDDI_VERSION >= NTDDI_WIN2K) typedef ULONG NODE_REQUIREMENT; to: #if (NTDDI_VERSION >= NTDDI_VISTA) typedef ULONG NODE_REQUIREMENT; 2) Download project files to any local folder git clone https://github.com/MovAX0xDEAD/NTOSKRNL_Emu 3) Choose Target OS (XP, 2003, Vista or WIndows 7) for which OS Emu_Extender will be compiled. Keep in mind that depending on the target operating system the way of exporting the functions changes, if a function already exists in the kernel it will be simply redirected without injecting emulation code 4) Run shell: "Start Menu\Programs\Windows Driver Kits\Win7 7600.16385.1\Build Environments\Windows XXX\YYY Free Build Environment" (XXX - target OS, YYY - target CPU) 5) In shell change current directory to local project folder 6) Use shell command BLD to compile project 7) Compiled ntoskrn8.sys will be in ntoskrn8/objfre_XXX_x86/YYY folder STORPORT Windows 7 Emu_Extender This is Library of missing functions for Windows 7' STORPORT.SYS v6.1.7601.23403 to emulate Windows 8' STORPORT.SYS How-To: Compile ntoskrnl Emu_Extender Place storpor8.sys to X:/Windows/system32/drivers/ folder Make corrections to target xxx.sys so that it loads storpor8.sys instead of the original storport.sys Place backported storport.sys from Windows 7 to X:/Windows/system32/drivers/ folder Ported drivers: Windows 7's WDF 1.11 for Windows XP/2003 x32 Last version for Windows XP/2003 is 1.9, but possible to backport 1.11 version: 1) Get files from Windows 7 Updates (KB3125574): WDF01000.SYS v 1.11.9200.20755 WdfLdr.sys v 1.11.9200.16384 2) In WDF01000.SYS replace string ntoskrnl.exe to ntoskrn8.sys in import section 3) Recalc checksum If need coexist with original WDF1.9 drivers: 4) Rename WDF01000.SYS->WDF01_W8.SYS, WdfLdr.sys->WdfLdr8.sys 5) In WDF01_W8.SYS replace string WdfLdr.sys to WdfLdr8.sys in import section 6) In WdfLdr8.sys replace unicode string \Registry\Machine\System\CurrentControlSet\Services\Wdf%02d000 to \Registry\Machine\System\CurrentControlSet\Services\Wdf%02d_w8 7) In WdfLdr8.sys replace hex pattern F6 78 1B F6 to F6 EB 1B F6 (x32), ** ** to ** ** (x64) 8) In target driver XXX.sys replace string "WdfLdr.sys" to "WdfLdr8.sys" in import section 9) In .INF of ported driver add creating new service: AddService=WDF01_W8,, WDF.AddService .... [WDF.AddService] DisplayName = "Windows Driver Framework v1.11 for XP/2003" ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\WDF01_W8.SYS LoadOrderGroup = Base Recalc checksum of all edited *.sys Windows 7's Storport.sys for Windows XP x32 Storport was released since Windows 2003, but possible to backport Windows 7 version: 1) Get files from Windows 7 Updates (KB3125574): storport.sys v 6.1.7600.23403 2) In storport.sys replace string ntoskrnl.exe to ntoskrn8.sys in import section, now storport.sys will import all kernel functions only from Emu_Extender 3) Storport uses MSI interrupts, need to force use only legacy/compatible interrupts x32 - replace hex pattern 8B 8E 3C 01 00 00 to B9 00 00 00 00 90 (mov ecx, [esi+13Ch] -> mov ecx, 0) x64 - replace hex pattern 8B 83 C0 01 00 00 to B8 00 00 00 00 90 (mov eax, [rbx+1C0h] -> mov eax, 0) 4) Recalc checksum Windows 7's NVMe driver for Windows XP x32 1) Get files from Windows 7 Updates (KB3125574): stornvme.sys v 6.1.7600.23403 2) MS Win7 NVMe driver require Win7 Storport.sys, use backported one Windows 8's USB3 driver for Windows XP x32 1) Get required files from Windows 8 (KB4534283/4556840, KB2984005, RTM ISO): ucx01000.sys v6.2.9200.22453 usbhub3.sys v6.2.9200.21180 usbxhci.sys v6.2.9200.22099 wpprecorder.sys v6.2.9200.16384 usbd.sys v6.2.9200.20761 from Vista Beta/Longhorn 5456.5: ksecdd.sys v6.0.5456.5 2) In files ucx01000.sys, usbhub3.sys, usbxhci.sys, wpprecorder.sys, usbd.sys change security_cookie to random value 3) In files ucx01000.sys, usbhub3.sys, usbxhci.sys, ksecdd.sys replace string name "ntoskrnl.exe" to "ntoskrn8.sys' in import section 4) Rename ksecdd.sys->ksecd8.sys, usbd.sys->usbd_w8.sys 5) In usbhub3.sys replace string name "ksecdd.sys" to "ksecd8.sys' in import section 6) In usbhub3.sys replace string name "usbd.sys" to "usbd_w8.sys' in import section, 7) recalc checksum Windows 8’s STORAHCI driver for Windows XP x32 STORAHCI driver requires storport.sys from Windows 8, but possible to use storport.sys v6.1.7601.23403 from Windows 7 Storport.sys from Windows 7 more compatible with Windows XP/2003 because it still call required PoStartNextPowerIrp when processing power IRPs. Microsoft removed calls to PoStartNextPowerIrp in Windows 8's storport.sys, without this call Windows XP/2003 kernel cannot finish current power IRP and start next IRP => it generate BSOD (0x0000009F). Also storport.sys from Windows 7 has compatibility mode to allow old XP/2003 kernels write crashdumps through storport based disk drivers. In storport.sys from Windows 8 compatibility mode was removed, writing crashdumps possible only with new kernels. Take attention: Windows 8's STORAHCI + Windows 7's STORPORT may have significal performance drop and high CPU usage, there is no fix yet 1) Get files from Windows 8 (RTM ISO): storahci.sys v 6.2.9200.16384 2) In storahci.sys replace string storport.sys to ntoskrn8.sys in import section 3) Storahci.sys was compiled with Windows 8 DDK's storport.h and writes values to new fields of _PORT_CONFIGURATION_INFORMATION struct, these fields not exist in Windows 7's storport.sys. Need to skip these writes to avoid damaging other structures in memory x32: Replace hex pattern 83 A6 C8 00 00 00 00 to 90 90 90 90 90 90 90 (and dword ptr [esi+0C8h], 0 -> nop) Replace hex pattern 83 8E CC 00 00 00 03 to 90 90 90 90 90 90 90 (or dword ptr [esi+0CCh], 3 -> nop) x64:Replace hex pattern 44 89 B7 D8 00 00 00 to 90 90 90 90 90 90 90 (mov [rdi+0D8h], r14d -> nop) Replace hex pattern 83 8F DC 00 00 00 03 to 90 90 90 90 90 90 90 (or dword ptr [rdi+0DCh], 3 -> nop) If you want compile storahci from sources (from Windows 8 DDK Samples), comment two lines ConfigInfo->BusResetHoldTime = 0; ConfigInfo->FeatureSupport |= STOR_ADAPTER_FEATURE_STOP_UNIT_DURING_POWER_DOWN; 4) In storahci.sys change security_cookie to random value 5) Recalc checksum Windows 7’s MSAHCI driver for Windows XP x32 1) Get files from Windows 7 Updates(KB3125574): atapi.sys v 6.1.7600.23403 ataport.sys v 6.1.7600.23403 msahci.sys v 6.1.7600.23403 pciidex.sys v 6.1.7600.23403 2) In ataport.sys, pciidex.sys replace string ntoskrnl.exe to ntoskrn8.sys in import section 3) Pciidex.sys uses MS Internal/Undocumented HalDispatchTable way to call functions from Kernel/HAL, for Windows XP/2003 need to use compatible variant: x32: Replace hex pattern FF 50 3C to FF 50 40 same in asm code: mov eax, ds:HalDispatchTable ... call dword ptr [eax+3Ch] => call dword ptr [eax+40h] x64: Replace hex pattern FF 50 78 to EB 2A 90 Replace hex pattern at offset +2Ch: CC CC CC CC CC CC CC CC to FF 90 80 00 00 00 EB CF, same in asm code: mov rax, cs:HalDispatchTable ... call qword ptr [rax+78h] => jmp patch orig: mov r10d, eax patch: call qword ptr [eax+80h] jmp orig 4) Recalc checksum 5) MSHDC.INF from Windows 7 conflict with original mshdc.inf from Windows XP/2003. msahci.sys enumerates IDE/SATA channels as "Internal_IDE_Channel" and compatible ID is "*PNP0600". Original mshdc.inf from Windows XP/2003 for compatible Device ID "*PNP0600" will install wrong "Standard IDE/ESDI Hard Disk Controller" driver Intel RSTe (Enterprise/Premium) AHCI/RAID driver 4.7.0.1098 for Windows XP/2003 Intel RST AHCI/RAID drivers (any version, last compatible is 16.8.3) for Windows XP/2003 These drivers require storport.sys from Windows 7, use backported version. 1) In file iaStorA.sys/iaStorAC.sys/iaStorAVC.sys replace string “ntoskrnl.exe” to “ntoskrn8.sys” in import section (do not change second string “NTOSKRNL.exe”) now these *.sys will import kernel functions only from Emu_Extender 3) Recalc checksum Implemented Func List v60: _chkstk _i64toa_s _i64tow_s _itoa_s _itow_s _ltoa_s _ltow_s _makepath_s _snprintf_s _snscanf_s _snwprintf_s _snwscanf_s _splitpath_s _strnset_s _strset_s _strtoui64 _swprintf _ui64toa_s _ui64tow_s _ultoa_s _ultow_s _vsnprintf_s _vsnwprintf_s _vswprintf _wcsnset_s _wcsset_s _wmakepath_s _wsplitpath_s _wtoi _wtol DbgkLkmdRegisterCallback EmClientQueryRuleState EtwActivityIdControl EtwEventEnabled EtwProviderEnabled EtwRegister EtwRegisterClassicProvider EtwUnregister EtwWrite EtwWriteString EtwWriteTransfer ExAcquireRundownProtectionCacheAware ExAcquireRundownProtectionCacheAwareEx ExAllocateCacheAwareRundownProtection ExDeleteLookasideListEx ExEnterCriticalRegionAndAcquireFastMutexUnsafe ExEnterCriticalRegionAndAcquireResourceExclusive ExEnterCriticalRegionAndAcquireResourceShared ExEnterPriorityRegionAndAcquireResourceExclusive ExEnterPriorityRegionAndAcquireResourceShared ExFreeCacheAwareRundownProtection ExfReleasePushLockShared ExfTryToWakePushLock ExGetFirmwareEnvironmentVariable ExInitializeLookasideListEx ExInitializeRundownProtectionCacheAware ExReInitializeRundownProtectionCacheAware ExReleaseFastMutexUnsafeAndLeaveCriticalRegion ExReleaseResourceAndLeaveCriticalRegion ExReleaseResourceAndLeavePriorityRegion ExReleaseRundownProtectionCacheAware ExReleaseRundownProtectionCacheAwareEx ExRundownCompletedCacheAware ExSetFirmwareEnvironmentVariable ExSizeOfRundownProtectionCacheAware ExWaitForRundownProtectionReleaseCacheAware IoAllocateSfioStreamIdentifier IoConnectInterruptEx IoDisconnectInterruptEx IoFreeSfioStreamIdentifier IoGetActivityIdIrp IoGetAffinityInterrupt IoGetDevicePropertyData IoGetIoPriorityHint IoGetSfioStreamIdentifier IoInitializeWorkItem IoQueueWorkItemEx IoSetActivityIdIrp IoSetDevicePropertyData IoSizeofWorkItem IoUninitializeWorkItem IoUnregisterPlugPlayNotificationEx KdRefreshDebuggerNotPresent KeAcquireGuardedMutex KeAcquireGuardedMutexUnsafe KeAlertThread KeAreAllApcsDisabled KeEnterGuardedRegion KeExpandKernelStackAndCallout KeGetCurrentNodeNumber KeGetCurrentProcessorNumberEx KeGetProcessorIndexFromNumber KeGetProcessorNumberFromIndex KeInitializeGuardedMutex KeInvalidateAllCaches KeInvalidateRangeAllCaches KeLeaveGuardedRegion KeQueryActiveGroupCount KeQueryActiveProcessorCount KeQueryActiveProcessorCountEx KeQueryDpcWatchdogInformation KeQueryGroupAffinity KeQueryHighestNodeNumber KeQueryLogicalProcessorRelationship KeQueryMaximumGroupCount KeQueryMaximumProcessorCount KeQueryMaximumProcessorCountEx KeQueryNodeActiveAffinity KeReleaseGuardedMutex KeReleaseGuardedMutexUnsafe KeRevertToUserAffinityThreadEx KeRevertToUserGroupAffinityThread KeSetActualBasePriorityThread KeSetCoalescableTimer KeSetSystemAffinityThreadEx KeSetSystemGroupAffinityThread KeSetTargetProcessorDpcEx KeTestAlertThread KeTryToAcquireGuardedMutex LdrResFindResource LdrResFindResourceDirectory LpcReplyWaitReplyPort LpcRequestWaitReplyPortEx LpcSendWaitReceivePort memcpy_s memmove_s MmAllocateContiguousMemorySpecifyCacheNode MmAllocateContiguousNodeMemory ObDeleteCapturedInsertInfo ObfDereferenceObjectWithTag ObfReferenceObjectWithTag ObGetObjectType ObQueryNameInfo PcwAddInstance PcwCloseInstance PcwCreateInstance PcwRegister PcwUnregister PoDisableSleepStates PoEndDeviceBusy PoGetSystemWake PoReenableSleepStates PoRegisterPowerSettingCallback PoSetDeviceBusyEx PoSetSystemWake PoStartDeviceBusy PoUnregisterPowerSettingCallback PoUserShutdownInitiated PsAcquireProcessExitSynchronization PsEnterPriorityRegion PsGetCurrentProcessWin32Process PsGetCurrentThreadProcess PsGetCurrentThreadProcessId PsGetCurrentThreadTeb PsGetCurrentThreadWin32Thread PsGetCurrentThreadWin32ThreadAndEnterCriticalRegion PsGetProcessSessionIdEx PsIsProtectedProcess PsIsSystemProcess PsLeavePriorityRegion PsReleaseProcessExitSynchronization PsSetCreateProcessNotifyRoutineEx RtlCheckPortableOperatingSystem RtlGetIntegerAtom RtlGetThreadLangIdByIndex RtlIsNtDdiVersionAvailable RtlQueryElevationFlags RtlQueryRegistryValuesEx RtlSetPortableOperatingSystem SeReportSecurityEventWithSubCategory SeSetAuditParameter SeSetAuthorizationCallbacks sprintf_s sscanf_s strcat_s strcpy_s strncat_s strncpy_s strnlen strtok_s swprintf_s swscanf_s vsprintf_s vswprintf_s wcscat_s wcscpy_s wcsncat_s wcsncpy_s wcsnlen wcstoul ZwAllocateLocallyUniqueId ZwAlpcConnectPort ZwAlpcSendWaitReceivePort ZwQueryLicenseValue ZwQueryVirtualMemory Download Sources https://github.com/MovAX0xDEAD/NTOSKRNL_Emu
    1 point
  20. Found a polyfill for that and tried it. Unfortunately, I think my polyfill needs a polyfill of its own: renderView: "TypeError: ctx.getTransform(...).invertSelf is not a function" viewer.js:9719:19 "invertSelf?" Good grief....
    1 point
  21. That is certainly possible. I'm sure it was part of Chase's decision to require 109 (although only 106 on Android), since Chrome 109 was the oldest version to get the WebP fix last year. But again, at least Chase can argue that they're trying to protect their customers' money; what's Science Direct trying to protect? As you noted, a Web server is at no risk from older browsers. But I bet a lot of Web developers don't understand that. I think a lot of folks, even cybersecurity experts, don't really understand cybersecurity. They just know there are "vulnerabilities" and don't delve into what exactly is "vulnerable" and what isn't - so they just blindly try to close off every "vulnerability" they can get away with.
    1 point
  22. Panda free antivirus online installer. It downloads the necessary archives and when it try to install the program before the end it says the program cannot be installed. Vista x64 OS
    1 point
  23. i have this problem also https://github.com/win32ss/supermium/issues/347
    1 point
  24. Most likely, Science Direct didn't develop their Web site at all; they just hired some Web developer to do it, and the Web developer is still doing things the old way (UA sniffing). Chase.com is guilty of this too, but at least you don't expect better from bankers. In (sort of) defense of UA sniffing, if the site wouldn't work, it's probably better to sniff the UA and give a message than to just have the Web site not work properly and frustrate the user. But in that case, they shouldn't require a newer version than what's actually needed for the site to work. Since the site apparently runs fine with Chromium 87, they don't need to be requiring (say) Chromium 109. I suspect the developers tested with 109 (or whatever version), saw that it worked, and just blindly put in the version that they tested with as the requirement. Lazy, but who's going to complain (other than us)? Anyway, thanks for the tip on a SSUAO extension for Chrome. I've been wanting one, but the user agent extensions I've seen recommended here haven't been site-specific.
    1 point
  25. Yes, previous calendar month. I suppose what I really meant was, "within the past 30 days or so...." Rats. 2.16 legacy didn't work on Serpent 52 either. Web console says something about "ctx.GetTransform is not a function." 'Twas worth a try, though....
    1 point
  26. Standard version of 2.14 works; legacy version of 2.15 works; neither version of 2.16 works. I actually haven't tried the standard version of 2.15 yet, so it's possible that it will work too - but as long as the legacy version works, I'm happy. These experiments were actually with the Serpent 55 build from Feb. 8, 2024 (i.e., earlier this month); I haven't tried them with UXP (Serpent 52) but I expect that, if it works with 55, it works with 52 as well. Of course I'll confirm that before I publish anything.
    1 point
  27. Well, as usual, I was wrong - the first version of pdf.js that doesn't work (either regular or "legacy" version) is actually 2.16.105, the last published build of the V2 series, and by implication, the last version that does work is 2.15.349. So 2.15 appears to be the limit, at least without polyfills of some kind. Mozilla appears to have updated their "legacy" translator between those two versions: the "legacy" version of 2.16.105 is smaller than the "legacy" version of 2.15.349, even though the regular version is slightly larger, which says to me that Mozilla removed some translations and/or polyfills from their legacy translator between those versions. This may account for 2.16.105 no longer working. Still, 2.15 is five years newer than 1.7 (July 31, 2022 vs. early 2017) and supports more of the functionality of Adobe Reader, albeit with a UI resembling Mozilla's post-Australis UI, Photon. Heck, even 2.5.207 (last version with the Australis-like UI) is three years newer (June 1, 2020). So we're overdue for an update.
    1 point
  28. I don't get a crash when scrolling to comments section on YouTube in latest Serpent 52.
    1 point
  29. ... There exist several "caches" in Chromium-based browsers: Browser Cache, App Cache, ShaderCache, GrShaderCache, Code Cache, GPUCache (this list from my KMB profile; Ch87-based ); I'm not aware of a "method" to clear browser cache on a "per-site" basis (probably exists, just not aware of it ) ... As for the second part of your question, it seems to be a recurring one : https://msfn.org/board/topic/182304-extreme-explorer-360-chromium-78-86-general-discussion/?do=findComment&comment=1216282 ... and an answer from "yours, truly": https://msfn.org/board/topic/182304-extreme-explorer-360-chromium-78-86-general-discussion/?do=findComment&comment=1216289 Then again: https://msfn.org/board/topic/182993-360-extreme-explorer-arcticfoxie-versions/?do=findComment&comment=1223512 ... and an answer from NHTPG: https://msfn.org/board/topic/182993-360-extreme-explorer-arcticfoxie-versions/?do=findComment&comment=1223515 For your convenience , it might be best to use the Bookmarks feature on your browser ... Cheers ...
    1 point
  30. On one XP partition, I am using Malwarebytes Premium 3.5.1.2522, and on the other one, Malwarebytes Anti-Malware Pro 1.75.0.1300 due to the lifetime license I own for many years. If I didn’t have this lifetime license and preferred a free antimalware programme, I would choose Panda Free Antivirus on Windows XP.
    1 point
  31. It looks like Ultra Virus Killer has also broken compatibility with Windows Vista, although only XP is mentioned in Important notes at UVK homepage. Thank you for the information Shelby!
    1 point
  32. On one XP partition, I am using Malwarebytes Premium 3.5.1.2522, and on the other one, Malwarebytes Anti-Malware Pro 1.75.0.1300 due to the lifetime license I own for many years.
    1 point
  33. Here is what I already stated about AVG AntiVirus Free months ago:: My advice: Forget about AVG!
    1 point
  34. Thanks! Which version of Ultra Virus Killer did you install in Windows XP? As you may know, the last XP-compatible version is 11.9.8.0 as I stated in my article about Ultra Virus Killer. When I tested this version for writing my article, I didn't get such a message.
    1 point
  35. Where did you get this information? It usually comes in two versions, the free version Malware Hunter and the commercial version Malware Hunter Pro. As already described in my article, the features real-time protection and automatic updates are only available in Malware Hunter Pro. Actually, Glarysoft Malware Hunter Pro has a 30-day free trial period. After that, you must purchase a license for the software to use all its professional features. That means you can use it as an on demand scanner when the trial period has expired.
    1 point
  36. Please, translate such kind of messages! This is an English speaking forum, and not all are proficient in the Greek language.
    1 point
  37. This is really very helpful, thank you for the detailed and such factual report!
    1 point
  38. i had some time to look at it his function is bugged up basicly he write it himself "// hacky but works: small number is command id, large is submenu (a pointer)"" that indicates he tryed to trick it and had to do "hacky solutions" he use a endless while true loop with ends escapes and continues, also goto´s,calls to the same functions in a function, and then seperators for his menu to fix how he called it "bad seperators" this ended up in a os specific solution you useally dont do that because the operating system can might change the relevant codes over time (such as 7 to 10, or 98 to nt) - something like this already happend in the past but the solution to this problem is possible as the author use multiple fixes all over around (probaly to compensate the problems) it is easy to add that fix - anyways it actually was a bit weird to find it out in win10 its just a flag, that was found like very quickly - but no in xp it didnt do that and gave very weird results even turned off xp was working ok while on 10 it did what it suppose to do - it was turned off as the code suppose to was changed to let me know if it works now! the .avif file (and heic) format dont work for me, neither on xp nor on 10 nor on 7 (both unchanged from the official download page and the changed version) https://www.file-upload.net/download-15277606/SumatraPDF_WINXP_3.5.2_3.zip.html https://www.mediafire.com/file/a4mtyf33ozs6q63/SumatraPDF_WINXP_3.5.2_3.zip/file
    1 point
  39. The article provided by you is weird, it doesn't even have the screencaps of spying connections, whereas mine does, with proof. So maybe yours isn't finished ? Therefore, not be taken seriously.
    1 point
  40. The good news is that Mozilla Firefox is merely “high” spyware according to this source: https://spyware.neocities.org/articles/firefox Mozilla Firefox is not based on chrome, thus not relevant to this discussion. But I agree with all of you, it's also a spyware.
    1 point
  41. Yes, agree, provided by you page is weird, it doesn't even have the screencaps of spying connections, whereas mine does.
    1 point
  42. slimjet is yet another chinorussia spyware/malware along with kaspersky, quit promoting unsafe commie software. You need to understand, we can't advise it on a serious forum like MSFN, we are not Edripse. Spyware Level: EXTREMELY HIGH https://spyware.neocities.org/articles/slimjet
    1 point
×
×
  • Create New...