<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Geeks for your information - Adlice]]></title>
		<link>https://www.geeks.fyi/</link>
		<description><![CDATA[Geeks for your information - https://www.geeks.fyi]]></description>
		<pubDate>Fri, 01 May 2026 08:42:10 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Adlice Protect (formerly RogueKiller) 16.6.1]]></title>
			<link>https://www.geeks.fyi/showthread.php?tid=21908</link>
			<pubDate>Fri, 24 Apr 2026 10:55:48 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.geeks.fyi/member.php?action=profile&uid=1322">harlan4096</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.geeks.fyi/showthread.php?tid=21908</guid>
			<description><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">V16.6.1 04/21/2026</span><br />
==================<br />
- Updated to core 8.10.1<br />
* Added ARM64 architecture support (StackWalker context, process registers)<br />
* Optimized real-time protection path parsing (avoid full-path string copies in pipe/UNC checks)<br />
* Updater now passes OS and architecture to the download API for accurate package resolution<br />
- Updated checkbox icons with refined designs and QTreeView/indeterminate state support<br />
- Translations update across 16 languages<br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software </a></blockquote>
]]></description>
			<content:encoded><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">V16.6.1 04/21/2026</span><br />
==================<br />
- Updated to core 8.10.1<br />
* Added ARM64 architecture support (StackWalker context, process registers)<br />
* Optimized real-time protection path parsing (avoid full-path string copies in pipe/UNC checks)<br />
* Updater now passes OS and architecture to the download API for accurate package resolution<br />
- Updated checkbox icons with refined designs and QTreeView/indeterminate state support<br />
- Translations update across 16 languages<br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software </a></blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adlice Protect (formerly RogueKiller) 16.6.0 03]]></title>
			<link>https://www.geeks.fyi/showthread.php?tid=21669</link>
			<pubDate>Wed, 18 Mar 2026 09:07:35 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.geeks.fyi/member.php?action=profile&uid=1322">harlan4096</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.geeks.fyi/showthread.php?tid=21669</guid>
			<description><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">V16.6.0 03/17/2026</span><br />
==================<br />
- Updated to core 8.10.0<br />
* Upgraded third-party libraries to latest versions<br />
* Fixed several potential crashes in core components (null pointers, invalid data handling)<br />
* Fixed potential crash when receiving malformed data from the anti-rootkit driver<br />
* Fixed potential crash when processing invalid pipe/IPC data<br />
* Fixed potential crash in DLL injection (use-after-free)<br />
* Fixed potential crash in WMI property handling (use-after-free)<br />
* Fixed crash in digital signature verification<br />
* Fixed crash from exception in system callback<br />
* Fixed use-after-free in path parsing<br />
* Fixed various thread safety issues in real-time protection and IPC<br />
* Fixed YARA engine thread safety and signature loading<br />
* Fixed YARA file open error not detected correctly<br />
* Fixed SSL certificate verification not enforced for server connections<br />
* Fixed memory corruption from mismatched allocation/deallocation<br />
* Fixed uninitialized memory read in byte-order conversion<br />
* Fixed quarantine not keeping items that could not be deleted<br />
* Fixed configuration reading returning wrong values in some cases<br />
* Fixed browser detection handling in scan results<br />
* Fixed file restore operation<br />
* Fixed scan report flags being ignored when saving reports<br />
* Fixed registry key access rights not applied correctly<br />
* Fixed incorrect registry key offset calculation<br />
* Fixed incorrect file extension matching in scanner<br />
* Fixed incorrect 64-bit code hook entries<br />
* Fixed 64-bit pointer truncation in PE address resolution<br />
* Fixed memory leaks in NTFS file parser (7 instances)<br />
* Fixed buffer overflow in IRC network data handling<br />
* Fixed buffer overflow in URL handling<br />
* Fixed memory size miscalculation in webserver<br />
* Fixed process handle check using wrong error value<br />
* Fixed debug-based process termination always failing<br />
* Fixed CPU usage limiter not throttling correctly<br />
* Fixed Windows Update status reported incorrectly<br />
* Fixed task scheduler processing wrong task entry<br />
* Fixed potential race condition in asynchronous operations<br />
* Improved stability of driver and device name resolution<br />
* Improved curl compatibility<br />
* Compatibility fixes and deprecated API cleanup<br />
* C++17 / VS2022 compatibility<br />
- Fixed data race on real-time protection data handling<br />
- Fixed potential crash when sorting file system views<br />
- Fixed command injection in shell extension<br />
- Fixed several potential crashes (null pointer checks, type conversion safety, variable initialization)<br />
- Fixed memory leaks in context menus and dialogs<br />
- Fixed dead code and shadowed variables in quarantine and UI<br />
- Improved build system: CMake configuration for VS2022 support<br />
- Replaced deprecated Qt APIs (NULL to nullptr, updated coding standards)<br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software </a></blockquote>
]]></description>
			<content:encoded><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">V16.6.0 03/17/2026</span><br />
==================<br />
- Updated to core 8.10.0<br />
* Upgraded third-party libraries to latest versions<br />
* Fixed several potential crashes in core components (null pointers, invalid data handling)<br />
* Fixed potential crash when receiving malformed data from the anti-rootkit driver<br />
* Fixed potential crash when processing invalid pipe/IPC data<br />
* Fixed potential crash in DLL injection (use-after-free)<br />
* Fixed potential crash in WMI property handling (use-after-free)<br />
* Fixed crash in digital signature verification<br />
* Fixed crash from exception in system callback<br />
* Fixed use-after-free in path parsing<br />
* Fixed various thread safety issues in real-time protection and IPC<br />
* Fixed YARA engine thread safety and signature loading<br />
* Fixed YARA file open error not detected correctly<br />
* Fixed SSL certificate verification not enforced for server connections<br />
* Fixed memory corruption from mismatched allocation/deallocation<br />
* Fixed uninitialized memory read in byte-order conversion<br />
* Fixed quarantine not keeping items that could not be deleted<br />
* Fixed configuration reading returning wrong values in some cases<br />
* Fixed browser detection handling in scan results<br />
* Fixed file restore operation<br />
* Fixed scan report flags being ignored when saving reports<br />
* Fixed registry key access rights not applied correctly<br />
* Fixed incorrect registry key offset calculation<br />
* Fixed incorrect file extension matching in scanner<br />
* Fixed incorrect 64-bit code hook entries<br />
* Fixed 64-bit pointer truncation in PE address resolution<br />
* Fixed memory leaks in NTFS file parser (7 instances)<br />
* Fixed buffer overflow in IRC network data handling<br />
* Fixed buffer overflow in URL handling<br />
* Fixed memory size miscalculation in webserver<br />
* Fixed process handle check using wrong error value<br />
* Fixed debug-based process termination always failing<br />
* Fixed CPU usage limiter not throttling correctly<br />
* Fixed Windows Update status reported incorrectly<br />
* Fixed task scheduler processing wrong task entry<br />
* Fixed potential race condition in asynchronous operations<br />
* Improved stability of driver and device name resolution<br />
* Improved curl compatibility<br />
* Compatibility fixes and deprecated API cleanup<br />
* C++17 / VS2022 compatibility<br />
- Fixed data race on real-time protection data handling<br />
- Fixed potential crash when sorting file system views<br />
- Fixed command injection in shell extension<br />
- Fixed several potential crashes (null pointer checks, type conversion safety, variable initialization)<br />
- Fixed memory leaks in context menus and dialogs<br />
- Fixed dead code and shadowed variables in quarantine and UI<br />
- Improved build system: CMake configuration for VS2022 support<br />
- Replaced deprecated Qt APIs (NULL to nullptr, updated coding standards)<br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software </a></blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adlice Protect (formerly RogueKiller) 16.5.6.0]]></title>
			<link>https://www.geeks.fyi/showthread.php?tid=21613</link>
			<pubDate>Wed, 25 Feb 2026 08:31:04 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.geeks.fyi/member.php?action=profile&uid=1322">harlan4096</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.geeks.fyi/showthread.php?tid=21613</guid>
			<description><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">Adlice Protect (formerly RogueKiller) 16.5.6.0</span><br />
<br />
Feb 24, 2026<br />
<br />
V16.5.6 02/24/2026<br />
=================<br />
- Updated to core 8.7.8<br />
* ability to refresh VarEnv singleton<br />
* user hives more robust fallback on load<br />
* removed debug class VarEnv usage<br />
* now pushing back failed logs to the logs queue<br />
* ucheck now supports files custom locations<br />
* now installing service in a separate call<br />
* computing missing info on service start<br />
* now refreshing varenv on each scan and preiodically when rtp is ON.<br />
* dynamic staging cloud scan<br />
* fixed rkmon dll exclusion<br />
* Common translations update<br />
* UCheck error code<br />
* now reseting all counters at the beginning of the scan (ucheck)<br />
* RogueKillerDLL 5.2<br />
- history events asyncop<br />
- quarantine asyncop<br />
- version info<br />
- added InstallRTP in installer call<br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software </a></blockquote>
]]></description>
			<content:encoded><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">Adlice Protect (formerly RogueKiller) 16.5.6.0</span><br />
<br />
Feb 24, 2026<br />
<br />
V16.5.6 02/24/2026<br />
=================<br />
- Updated to core 8.7.8<br />
* ability to refresh VarEnv singleton<br />
* user hives more robust fallback on load<br />
* removed debug class VarEnv usage<br />
* now pushing back failed logs to the logs queue<br />
* ucheck now supports files custom locations<br />
* now installing service in a separate call<br />
* computing missing info on service start<br />
* now refreshing varenv on each scan and preiodically when rtp is ON.<br />
* dynamic staging cloud scan<br />
* fixed rkmon dll exclusion<br />
* Common translations update<br />
* UCheck error code<br />
* now reseting all counters at the beginning of the scan (ucheck)<br />
* RogueKillerDLL 5.2<br />
- history events asyncop<br />
- quarantine asyncop<br />
- version info<br />
- added InstallRTP in installer call<br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software </a></blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adlice Protect (formerly RogueKiller) 16.5.5.0]]></title>
			<link>https://www.geeks.fyi/showthread.php?tid=21487</link>
			<pubDate>Thu, 22 Jan 2026 07:05:21 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.geeks.fyi/member.php?action=profile&uid=1322">harlan4096</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.geeks.fyi/showthread.php?tid=21487</guid>
			<description><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">Adlice Protect (formerly RogueKiller) 16.5.5.0</span><br />
<br />
Jan 21, 2026<br />
<br />
V16.5.5 01/21/2026<br />
=================<br />
- Updated to core 8.7.7<br />
* minor contrast fixes (UI)<br />
* UCheck error code<br />
* Fixed issue where monitor logs were not allowed to write with self-protection<br />
- Minor UI fixes<br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software </a></blockquote>
]]></description>
			<content:encoded><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">Adlice Protect (formerly RogueKiller) 16.5.5.0</span><br />
<br />
Jan 21, 2026<br />
<br />
V16.5.5 01/21/2026<br />
=================<br />
- Updated to core 8.7.7<br />
* minor contrast fixes (UI)<br />
* UCheck error code<br />
* Fixed issue where monitor logs were not allowed to write with self-protection<br />
- Minor UI fixes<br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software </a></blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adlice Protect (formerly RogueKiller) 16.5.4.0]]></title>
			<link>https://www.geeks.fyi/showthread.php?tid=21415</link>
			<pubDate>Wed, 17 Dec 2025 09:15:24 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.geeks.fyi/member.php?action=profile&uid=1322">harlan4096</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.geeks.fyi/showthread.php?tid=21415</guid>
			<description><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">Adlice Protect (formerly RogueKiller) 16.5.4.0</span><br />
<br />
Dec 16, 2025<br />
<br />
V16.5.4 12/16/2025<br />
=================<br />
- Updated to core 8.7.5<br />
* DocLock exclusions impl for RTP<br />
* self protection exclusions impl for RTP<br />
* fixed an issue where paths with spaces could cause wrong file identification<br />
* fixed an issue where command line had duplicated process name in it<br />
* fixed an issue where exclusions didn't apply after scancommand target redirection<br />
* Updater 4.6: refactored version info and new icon<br />
* now checking for installed programs on UCheck reload<br />
* removed ucheck retries<br />
* now enabling protocol on portable<br />
* new renew links<br />
* new shop link<br />
* fix for getting file icons, probable crash fix<br />
- now accepting protocol url on startup<br />
- new shop/renewal urls<br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software </a></blockquote>
]]></description>
			<content:encoded><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">Adlice Protect (formerly RogueKiller) 16.5.4.0</span><br />
<br />
Dec 16, 2025<br />
<br />
V16.5.4 12/16/2025<br />
=================<br />
- Updated to core 8.7.5<br />
* DocLock exclusions impl for RTP<br />
* self protection exclusions impl for RTP<br />
* fixed an issue where paths with spaces could cause wrong file identification<br />
* fixed an issue where command line had duplicated process name in it<br />
* fixed an issue where exclusions didn't apply after scancommand target redirection<br />
* Updater 4.6: refactored version info and new icon<br />
* now checking for installed programs on UCheck reload<br />
* removed ucheck retries<br />
* now enabling protocol on portable<br />
* new renew links<br />
* new shop link<br />
* fix for getting file icons, probable crash fix<br />
- now accepting protocol url on startup<br />
- new shop/renewal urls<br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software </a></blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adlice Protect (formerly RogueKiller) 16.5.3]]></title>
			<link>https://www.geeks.fyi/showthread.php?tid=21342</link>
			<pubDate>Thu, 27 Nov 2025 08:16:47 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.geeks.fyi/member.php?action=profile&uid=1322">harlan4096</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.geeks.fyi/showthread.php?tid=21342</guid>
			<description><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">V16.5.3 11/25/2025</span><br />
=================<br />
- Fixed an issue where licensing API was called too often<br />
<br />
<span style="font-weight: bold;" class="mycode_b">V16.5.2 11/25/2025</span><br />
=================<br />
- Updated to core 8.7.3<br />
* New AsyncOp (V2)<br />
* Updater 4.6: refactored version info and new icon<br />
* FP countermeasures: Drivers load, NtAPIs, privileges, drives enumeration<br />
* UCheck: now sanitize exclusions<br />
* New trial form, now requires email for activation<br />
* New trial expired popup<br />
* Fixes for Curl lib<br />
* Added ability to read user hives that are not already loaded<br />
* Minor fixes<br />
- added licensing / config reload in maintenance<br />
- new service icon<br />
- added better trial dashboard info<br />
- Rkmon 1.2: Fixed an issue where rkmon wasn't signed<br />
- Rkmon 1.2: refactored version info<br />
<br />
<a href="https://www.adlice.com/roguekiller/" target="_blank" rel="noopener" class="mycode_url">Free Virus Cleaner | RogueKiller AntiMalware • Adlice Software</a><br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software</a></blockquote>
]]></description>
			<content:encoded><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">V16.5.3 11/25/2025</span><br />
=================<br />
- Fixed an issue where licensing API was called too often<br />
<br />
<span style="font-weight: bold;" class="mycode_b">V16.5.2 11/25/2025</span><br />
=================<br />
- Updated to core 8.7.3<br />
* New AsyncOp (V2)<br />
* Updater 4.6: refactored version info and new icon<br />
* FP countermeasures: Drivers load, NtAPIs, privileges, drives enumeration<br />
* UCheck: now sanitize exclusions<br />
* New trial form, now requires email for activation<br />
* New trial expired popup<br />
* Fixes for Curl lib<br />
* Added ability to read user hives that are not already loaded<br />
* Minor fixes<br />
- added licensing / config reload in maintenance<br />
- new service icon<br />
- added better trial dashboard info<br />
- Rkmon 1.2: Fixed an issue where rkmon wasn't signed<br />
- Rkmon 1.2: refactored version info<br />
<br />
<a href="https://www.adlice.com/roguekiller/" target="_blank" rel="noopener" class="mycode_url">Free Virus Cleaner | RogueKiller AntiMalware • Adlice Software</a><br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software</a></blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adlice Protect (formerly RogueKiller) 16.5.1]]></title>
			<link>https://www.geeks.fyi/showthread.php?tid=21310</link>
			<pubDate>Tue, 11 Nov 2025 08:58:24 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.geeks.fyi/member.php?action=profile&uid=1322">harlan4096</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.geeks.fyi/showthread.php?tid=21310</guid>
			<description><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">V16.5.1 11/04/2025</span><br />
=================<br />
- Updated to core 8.5.4<br />
* Fixed potential issue with driver modules on service start<br />
* registry firewall fixes for paths unpacking<br />
* VarEnv module limited set for apps loading under DllMain<br />
* Small fix in datetime parsing<br />
- RKMON 1.1.1: fixed a potential crash in injected process<br />
- Added AsyncOp for settings data acquisition<br />
- Added AsyncOp reporting<br />
- Added AsyncOp dashboard actions<br />
<br />
<a href="https://www.adlice.com/roguekiller/" target="_blank" rel="noopener" class="mycode_url">Free Virus Cleaner | RogueKiller AntiMalware • Adlice Software</a><br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software</a></blockquote>
]]></description>
			<content:encoded><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">V16.5.1 11/04/2025</span><br />
=================<br />
- Updated to core 8.5.4<br />
* Fixed potential issue with driver modules on service start<br />
* registry firewall fixes for paths unpacking<br />
* VarEnv module limited set for apps loading under DllMain<br />
* Small fix in datetime parsing<br />
- RKMON 1.1.1: fixed a potential crash in injected process<br />
- Added AsyncOp for settings data acquisition<br />
- Added AsyncOp reporting<br />
- Added AsyncOp dashboard actions<br />
<br />
<a href="https://www.adlice.com/roguekiller/" target="_blank" rel="noopener" class="mycode_url">Free Virus Cleaner | RogueKiller AntiMalware • Adlice Software</a><br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software</a></blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adlice Protect (formerly RogueKiller) 16.5.0.0]]></title>
			<link>https://www.geeks.fyi/showthread.php?tid=21279</link>
			<pubDate>Thu, 30 Oct 2025 10:41:33 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.geeks.fyi/member.php?action=profile&uid=1322">harlan4096</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.geeks.fyi/showthread.php?tid=21279</guid>
			<description><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">Adlice Protect (formerly RogueKiller) 16.5.0.0</span><br />
Oct 29, 2025<br />
<br />
V16.5.0 10/29/2025<br />
=================<br />
- New settings/history option style<br />
- New tab styling<br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software </a></blockquote>
]]></description>
			<content:encoded><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">Adlice Protect (formerly RogueKiller) 16.5.0.0</span><br />
Oct 29, 2025<br />
<br />
V16.5.0 10/29/2025<br />
=================<br />
- New settings/history option style<br />
- New tab styling<br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software </a></blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adlice Protect (formerly RogueKiller) 16.4.1.0]]></title>
			<link>https://www.geeks.fyi/showthread.php?tid=21192</link>
			<pubDate>Mon, 06 Oct 2025 07:12:00 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.geeks.fyi/member.php?action=profile&uid=1322">harlan4096</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.geeks.fyi/showthread.php?tid=21192</guid>
			<description><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">Adlice Protect (formerly RogueKiller) 16.4.1.0</span><br />
<br />
Oct 3, 2025<br />
<br />
<span style="font-weight: bold;" class="mycode_b">V16.4.1 10/03/2025</span><br />
=================<br />
- Updated to core 8.5.3<br />
* fixed potential infinite loop in licensing for portable config<br />
* added regex exclusions<br />
<br />
 <a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software </a></blockquote>
]]></description>
			<content:encoded><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">Adlice Protect (formerly RogueKiller) 16.4.1.0</span><br />
<br />
Oct 3, 2025<br />
<br />
<span style="font-weight: bold;" class="mycode_b">V16.4.1 10/03/2025</span><br />
=================<br />
- Updated to core 8.5.3<br />
* fixed potential infinite loop in licensing for portable config<br />
* added regex exclusions<br />
<br />
 <a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software </a></blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adlice Protect (formerly RogueKiller) 16.4.0]]></title>
			<link>https://www.geeks.fyi/showthread.php?tid=21174</link>
			<pubDate>Fri, 26 Sep 2025 06:28:23 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.geeks.fyi/member.php?action=profile&uid=1322">harlan4096</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.geeks.fyi/showthread.php?tid=21174</guid>
			<description><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">V16.4.0 09/23/2025</span><br />
=================<br />
- Updated to core 8.5.2<br />
* Fixed bad hash for scheduled tasks with secundary target<br />
* Fixed issue where cloud scanning had no result for unknown files<br />
* Now sending target filename instead of process name (proc detection)<br />
* Better multi-user sessions management<br />
* Now checking if machine ID has changed and revoke old instance<br />
* Fixes for Account links and notifications<br />
* Retracted toast notifications for now (Sometimes action buttons don't work)<br />
* QUtils refactoring and small fixes<br />
* Added performances monitor<br />
* Fixed AsyncOp for x86<br />
* Safe messagebox implementation<br />
* Better default browser acquisition<br />
* Optimizations in process' module enumeration<br />
* Faster process command line query<br />
- Now UI is launching for each session ID (each logged on user)<br />
- Now using AsyncOp for Scheduled Scans settings (better perf)<br />
- Now using AsyncOp for Exclusions settings (better perf)<br />
<br />
<a href="https://www.adlice.com/roguekiller/" target="_blank" rel="noopener" class="mycode_url">https://www.adlice.com/roguekiller/</a><br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">https://www.adlice.com/docs/roguekiller/...changelog/</a></blockquote>
]]></description>
			<content:encoded><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">V16.4.0 09/23/2025</span><br />
=================<br />
- Updated to core 8.5.2<br />
* Fixed bad hash for scheduled tasks with secundary target<br />
* Fixed issue where cloud scanning had no result for unknown files<br />
* Now sending target filename instead of process name (proc detection)<br />
* Better multi-user sessions management<br />
* Now checking if machine ID has changed and revoke old instance<br />
* Fixes for Account links and notifications<br />
* Retracted toast notifications for now (Sometimes action buttons don't work)<br />
* QUtils refactoring and small fixes<br />
* Added performances monitor<br />
* Fixed AsyncOp for x86<br />
* Safe messagebox implementation<br />
* Better default browser acquisition<br />
* Optimizations in process' module enumeration<br />
* Faster process command line query<br />
- Now UI is launching for each session ID (each logged on user)<br />
- Now using AsyncOp for Scheduled Scans settings (better perf)<br />
- Now using AsyncOp for Exclusions settings (better perf)<br />
<br />
<a href="https://www.adlice.com/roguekiller/" target="_blank" rel="noopener" class="mycode_url">https://www.adlice.com/roguekiller/</a><br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">https://www.adlice.com/docs/roguekiller/...changelog/</a></blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adlice Protect (formerly RogueKiller) 16.3.0]]></title>
			<link>https://www.geeks.fyi/showthread.php?tid=21127</link>
			<pubDate>Fri, 12 Sep 2025 06:39:50 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.geeks.fyi/member.php?action=profile&uid=1322">harlan4096</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.geeks.fyi/showthread.php?tid=21127</guid>
			<description><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">V16.3.0 08/28/2025</span><br />
=================<br />
- Updated to core 8.4.1<br />
* Added Disk monitor<br />
* Updated common translations<br />
* Optimizations for checkable treeview widget<br />
* Fixed issue where removing scheduled scan did not update the next scan date<br />
* Added ability to store and propagate custom scan config for scheduled scans<br />
* Gracefully disabling RealTime Protection on ARM64 machines<br />
- Updated missing translations<br />
- Added ability to add Custom Scheduled scans<br />
- Fixed an issue where scan type was sometimes wrong on scan progress during a scan<br />
- Now using AsyncOp for DocLock settings (better perf)<br />
- Added Operating System on About page<br />
- Fixed an issue where reboot popup was showing many times on startup<br />
- Gracefully disabling RealTime Protection on ARM64 machines<br />
<br />
<a href="https://www.adlice.com/roguekiller/" target="_blank" rel="noopener" class="mycode_url">Free Virus Cleaner | RogueKiller AntiMalware • Adlice Software</a><br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software</a></blockquote>
]]></description>
			<content:encoded><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">V16.3.0 08/28/2025</span><br />
=================<br />
- Updated to core 8.4.1<br />
* Added Disk monitor<br />
* Updated common translations<br />
* Optimizations for checkable treeview widget<br />
* Fixed issue where removing scheduled scan did not update the next scan date<br />
* Added ability to store and propagate custom scan config for scheduled scans<br />
* Gracefully disabling RealTime Protection on ARM64 machines<br />
- Updated missing translations<br />
- Added ability to add Custom Scheduled scans<br />
- Fixed an issue where scan type was sometimes wrong on scan progress during a scan<br />
- Now using AsyncOp for DocLock settings (better perf)<br />
- Added Operating System on About page<br />
- Fixed an issue where reboot popup was showing many times on startup<br />
- Gracefully disabling RealTime Protection on ARM64 machines<br />
<br />
<a href="https://www.adlice.com/roguekiller/" target="_blank" rel="noopener" class="mycode_url">Free Virus Cleaner | RogueKiller AntiMalware • Adlice Software</a><br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software</a></blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adlice Protect (formerly RogueKiller) V16.2.3]]></title>
			<link>https://www.geeks.fyi/showthread.php?tid=21036</link>
			<pubDate>Sun, 13 Jul 2025 08:22:18 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.geeks.fyi/member.php?action=profile&uid=1322">harlan4096</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.geeks.fyi/showthread.php?tid=21036</guid>
			<description><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">V16.2.3 07/02/2025</span><br />
=================<br />
- Updated to core 8.3.5<br />
* Fixed an issue in Service scanner where service name wasn't always scanned<br />
* Fixed an issue in Service detections serialization<br />
* Signatures package IPC load<br />
* Extended pipe reply timeout<br />
- Fixed Welcome page display<br />
- Fixed Signatures package loading<br />
<br />
<a href="https://www.adlice.com/roguekiller/" target="_blank" rel="noopener" class="mycode_url">Free Virus Cleaner | RogueKiller AntiMalware • Adlice Software</a><br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software</a></blockquote>
]]></description>
			<content:encoded><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">V16.2.3 07/02/2025</span><br />
=================<br />
- Updated to core 8.3.5<br />
* Fixed an issue in Service scanner where service name wasn't always scanned<br />
* Fixed an issue in Service detections serialization<br />
* Signatures package IPC load<br />
* Extended pipe reply timeout<br />
- Fixed Welcome page display<br />
- Fixed Signatures package loading<br />
<br />
<a href="https://www.adlice.com/roguekiller/" target="_blank" rel="noopener" class="mycode_url">Free Virus Cleaner | RogueKiller AntiMalware • Adlice Software</a><br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software</a></blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adlice Protect (formerly RogueKiller) 16.2.2.0]]></title>
			<link>https://www.geeks.fyi/showthread.php?tid=20946</link>
			<pubDate>Tue, 10 Jun 2025 08:37:22 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.geeks.fyi/member.php?action=profile&uid=1322">harlan4096</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.geeks.fyi/showthread.php?tid=20946</guid>
			<description><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">Adlice Protect (formerly RogueKiller) 16.2.2.0</span><br />
<br />
Jun 4, 2025<br />
<br />
V16.2.2 06/04/2025<br />
=================<br />
- Updated to core 8.3.4<br />
* Update form refactor<br />
* Fixed problem where links were not opening with some browsers<br />
* Fixed possible issue in MalPE while filtering metadata<br />
* Fixed possible issue in RegVal parser while filtering metadata<br />
* Fixed issue where async operations were freezing UI<br />
- Now using AsyncOp for general settings (better perf)<br />
- Fixed issue where Free version / Win7 was having "driver not loaded" error on dashboard<br />
- Fixed issue where dashbaord was slow to refresh on RTP module change<br />
- Fixed issue where dashboard icons were staying gray after module activation<br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software </a></blockquote>
]]></description>
			<content:encoded><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">Adlice Protect (formerly RogueKiller) 16.2.2.0</span><br />
<br />
Jun 4, 2025<br />
<br />
V16.2.2 06/04/2025<br />
=================<br />
- Updated to core 8.3.4<br />
* Update form refactor<br />
* Fixed problem where links were not opening with some browsers<br />
* Fixed possible issue in MalPE while filtering metadata<br />
* Fixed possible issue in RegVal parser while filtering metadata<br />
* Fixed issue where async operations were freezing UI<br />
- Now using AsyncOp for general settings (better perf)<br />
- Fixed issue where Free version / Win7 was having "driver not loaded" error on dashboard<br />
- Fixed issue where dashbaord was slow to refresh on RTP module change<br />
- Fixed issue where dashboard icons were staying gray after module activation<br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software </a></blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adlice Protect (formerly RogueKiller) 16.2.1.0]]></title>
			<link>https://www.geeks.fyi/showthread.php?tid=20930</link>
			<pubDate>Wed, 04 Jun 2025 15:43:18 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.geeks.fyi/member.php?action=profile&uid=1322">harlan4096</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.geeks.fyi/showthread.php?tid=20930</guid>
			<description><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">Adlice Protect (formerly RogueKiller) 16.2.1.0</span><br />
<br />
Jun 3, 2025<br />
<br />
V16.2.1 06/03/2025<br />
=================<br />
- UI optimizations<br />
- Dashboard better colors<br />
- Updated to core 8.3.3<br />
* Added my account notifications<br />
* Now showing marketing form by default<br />
* Minor fixes<br />
- Fixed dashboard colors and refresh<br />
- Fixed bad contrast in marketing form<br />
- Fixed an issue where shell extension wasn't launching<br />
- Updated shell DLL info<br />
- Added clickable dashboard action to enable protection modules<br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software </a></blockquote>
]]></description>
			<content:encoded><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">Adlice Protect (formerly RogueKiller) 16.2.1.0</span><br />
<br />
Jun 3, 2025<br />
<br />
V16.2.1 06/03/2025<br />
=================<br />
- UI optimizations<br />
- Dashboard better colors<br />
- Updated to core 8.3.3<br />
* Added my account notifications<br />
* Now showing marketing form by default<br />
* Minor fixes<br />
- Fixed dashboard colors and refresh<br />
- Fixed bad contrast in marketing form<br />
- Fixed an issue where shell extension wasn't launching<br />
- Updated shell DLL info<br />
- Added clickable dashboard action to enable protection modules<br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software </a></blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adlice Protect 16.2.0]]></title>
			<link>https://www.geeks.fyi/showthread.php?tid=20897</link>
			<pubDate>Sat, 24 May 2025 11:06:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.geeks.fyi/member.php?action=profile&uid=1322">harlan4096</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.geeks.fyi/showthread.php?tid=20897</guid>
			<description><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite>/!\ PLEASE READ /!\<br />
IF YOU WERE AFFECTED BY CERTIFICATE ISSUE<br />
AND ARE STUCK WITH FREE VERSION<br />
** PLEASE UPDATE MANUALLY FROM OUR WEBSITE **<br />
** REINSTALL OVER EXISTING VERSION **<br />
** IT WILL FIX THE LICENSE ISSUE **<br />
** APOLOGIZES **<br />
<br />
V16.2.0 05/20/2025<br />
=================<br />
- Updated to core 8.3.1<br />
* Launch updates IPC<br />
* Cloud config for service update<br />
* Now impersonating if required for AME scan<br />
* Fixed issue with command scanner detections being invalidated for strongly types command lines<br />
* Added parent process information in events<br />
* Now prevent going to sleep mode during a scan<br />
* Cloud scanner aggressive mode + cloud config<br />
* Fix for process malformed paths<br />
* Added ability to register without email<br />
* Minor fixes<br />
<br />
V16.1.3 05/07/2025<br />
=================<br />
- Updated to core 8.2.2<br />
* Fixed issues with filter in startup monitor<br />
* Added scheduled tasks entries to startup monitor<br />
* Added startup folders entries to startup monitor<br />
* Truesight driver rebranding to Rootlaser<br />
* Events delete all IPC<br />
- Fixed missing scheduled scans refresh on core initialization<br />
- Better scanner manager stop management<br />
- Added useful logging<br />
- Added ability to refresh History pages<br />
- Fixed how Events delete all was implemented<br />
<br />
<a href="https://www.adlice.com/roguekiller/" target="_blank" rel="noopener" class="mycode_url">Free Virus Cleaner | RogueKiller AntiMalware • Adlice Software</a><br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software</a></blockquote>
]]></description>
			<content:encoded><![CDATA[<blockquote class="mycode_quote"><cite>Quote:</cite>/!\ PLEASE READ /!\<br />
IF YOU WERE AFFECTED BY CERTIFICATE ISSUE<br />
AND ARE STUCK WITH FREE VERSION<br />
** PLEASE UPDATE MANUALLY FROM OUR WEBSITE **<br />
** REINSTALL OVER EXISTING VERSION **<br />
** IT WILL FIX THE LICENSE ISSUE **<br />
** APOLOGIZES **<br />
<br />
V16.2.0 05/20/2025<br />
=================<br />
- Updated to core 8.3.1<br />
* Launch updates IPC<br />
* Cloud config for service update<br />
* Now impersonating if required for AME scan<br />
* Fixed issue with command scanner detections being invalidated for strongly types command lines<br />
* Added parent process information in events<br />
* Now prevent going to sleep mode during a scan<br />
* Cloud scanner aggressive mode + cloud config<br />
* Fix for process malformed paths<br />
* Added ability to register without email<br />
* Minor fixes<br />
<br />
V16.1.3 05/07/2025<br />
=================<br />
- Updated to core 8.2.2<br />
* Fixed issues with filter in startup monitor<br />
* Added scheduled tasks entries to startup monitor<br />
* Added startup folders entries to startup monitor<br />
* Truesight driver rebranding to Rootlaser<br />
* Events delete all IPC<br />
- Fixed missing scheduled scans refresh on core initialization<br />
- Better scanner manager stop management<br />
- Added useful logging<br />
- Added ability to refresh History pages<br />
- Fixed how Events delete all was implemented<br />
<br />
<a href="https://www.adlice.com/roguekiller/" target="_blank" rel="noopener" class="mycode_url">Free Virus Cleaner | RogueKiller AntiMalware • Adlice Software</a><br />
<br />
<a href="https://www.adlice.com/docs/roguekiller/release-notes/changelog/" target="_blank" rel="noopener" class="mycode_url">RogueKiller | Documentation : Changelog • Adlice Software</a></blockquote>
]]></content:encoded>
		</item>
	</channel>
</rss>