Skip to content

Commit fca8b36

Browse files
committed
Monitor updates: see changelog for details
1 parent 908cf5f commit fca8b36

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

analyzer/windows/dll/capemon.dll

14.5 KB
Binary file not shown.
21.5 KB
Binary file not shown.

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### [18.02.2026]
2+
* Monitor updates:
3+
* Fix issue with VerifyHeaders() checking EP RVA in file: FileOffsetFromRVA()
4+
* Add pids to FILE_NEW, FILE_DEL & FILE_MOVE monitor messages to accompany analyzer fix
5+
* New hooks: RtlRemoveVectoredExceptionHandler, UnhandledExceptionFilter, GetPhysicallyInstalledSystemMemory, K32EnumProcesses, WTSEnumerateProcessesW, WTSEnumerateProcessesExW, LdrGetDllHandleEx, WTGetSignatureInfo, RtlWow64SetThreadContext
6+
* YaraHarness: add 'coverage' action to remove dll from system 'range'
7+
* 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
8+
* Add ntdll unhook protection (ntdll-unhook=1) via prevent_module_unhooking() from NtReadFile hook
9+
* Add general hook protection (hook-protect=1) to protect hooks other than ntdll (ntdll-protect) - off by default
10+
* Hooking: replace (allocating) convert_address_to_dll_name_and_offset() with non-allocating get_module_name()
11+
* misc: prevent_module_unhooking() & gettib()
12+
113
### [11.02.2026]
214
* Guacamole integration:
315
* New dependency `channels[daphne]>=4.0.0` added.

0 commit comments

Comments
 (0)