Skip to content

Commit 23d3a2c

Browse files
committed
Monitor updates: Disable manifest generation: prevent mui load attempts on 22H2+, WMI fixes
1 parent a9a0887 commit 23d3a2c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

analyzer/windows/dll/capemon.dll

18 KB
Binary file not shown.
22 KB
Binary file not shown.

changelog.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1+
### [02.03.2026]
2+
* Monitor updates:
3+
* Disable manifest generation: prevent mui load attempts on 22H2+
4+
* WMI fixes (thanks doomedraven)
5+
16
### [18.02.2026]
27
* UPX Unpacker: enable import reconstruction
38
* Monitor updates:
49
* Fix issue with VerifyHeaders() checking EP RVA in file: FileOffsetFromRVA()
510
* Add pids to FILE_NEW, FILE_DEL & FILE_MOVE monitor messages to accompany analyzer fix
611
* New hooks: RtlRemoveVectoredExceptionHandler, UnhandledExceptionFilter, GetPhysicallyInstalledSystemMemory, K32EnumProcesses, WTSEnumerateProcessesW, WTSEnumerateProcessesExW, LdrGetDllHandleEx, WTGetSignatureInfo, RtlWow64SetThreadContext
712
* YaraHarness: add 'coverage' action to remove dll from system 'range'
8-
* Trace: improve recognition and handling of distinct code regions during debugging/tracing, expand ProcessOEP() action to allow shellcode dumpingrefine StrTest(W) functions to filter more control characters from debugger log
13+
* Trace: improve recognition and handling of distinct code regions during debugging/tracing, expand ProcessOEP() action to allow shellcode dumping, refine StrTest(W) functions to filter more control characters from debugger log
914
* Add ntdll unhook protection (ntdll-unhook=1) via prevent_module_unhooking() from NtReadFile hook
1015
* Add general hook protection (hook-protect=1) to protect hooks other than ntdll (ntdll-protect) - off by default
1116
* Hooking: replace (allocating) convert_address_to_dll_name_and_offset() with non-allocating get_module_name()
12-
* misc: prevent_module_unhooking() & gettib()
1317

1418
### [11.02.2026]
1519
* Guacamole integration:

0 commit comments

Comments
 (0)