Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified analyzer/windows/dll/capemon.dll
Binary file not shown.
Binary file modified analyzer/windows/dll/capemon_x64.dll
Binary file not shown.
8 changes: 6 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
### [02.03.2026]
* Monitor updates:
* Disable manifest generation: prevent mui load attempts on 22H2+
* WMI fixes (thanks doomedraven)

### [18.02.2026]
* UPX Unpacker: enable import reconstruction
* Monitor updates:
* Fix issue with VerifyHeaders() checking EP RVA in file: FileOffsetFromRVA()
* Add pids to FILE_NEW, FILE_DEL & FILE_MOVE monitor messages to accompany analyzer fix
* New hooks: RtlRemoveVectoredExceptionHandler, UnhandledExceptionFilter, GetPhysicallyInstalledSystemMemory, K32EnumProcesses, WTSEnumerateProcessesW, WTSEnumerateProcessesExW, LdrGetDllHandleEx, WTGetSignatureInfo, RtlWow64SetThreadContext
* YaraHarness: add 'coverage' action to remove dll from system 'range'
* 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
* 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
* Add ntdll unhook protection (ntdll-unhook=1) via prevent_module_unhooking() from NtReadFile hook
* Add general hook protection (hook-protect=1) to protect hooks other than ntdll (ntdll-protect) - off by default
* Hooking: replace (allocating) convert_address_to_dll_name_and_offset() with non-allocating get_module_name()
* misc: prevent_module_unhooking() & gettib()

### [11.02.2026]
* Guacamole integration:
Expand Down