-
The following program is crashing when I am trying to access invoke `std::string t = config.Test("test");` in the callback `cb`. The reason looks to because config is not able to access the memory (?…
-
### Describe what you noticed and did
1. create new compartment box (same issue happens on default yellow box and compartment green box)
2. execute the game .exe file
3. the exe appears to run fine…
-
## **Description**
This issue is a section of #201, focuses on implementing the Windows Logcollector module in the Wazuh Agent 5.0.0. The Windows collector will utilize the Event Channel (eventchan…
-
So I am getting crash on startup of the app. Initially got it in 1.2.1, decided to upgrade to see if that helps. Getting it in 1.2.9.
Not crashing when running non-elevated.
Upon opening crashdu…
-
Followed installation correctly, using the latest version of next js.
Receiving the error
`code: 'MODULE_NOT_FOUND'`
`node_modules/krabs/dist/utils/env/index.js`
`node_modules/krabs/dist/ut…
-
**Info**
ETW allows filters to be defined for a Provider in a session. [MSDN - Defining Filters](https://docs.microsoft.com/en-us/windows/win32/wes/defining-filters).
KrabsETW already provides a me…
-
I want use etw to record a process's heap alloc, but it don't work. Don't get any EVENT, the callbak function nerver beed called.
My os is win10.
Already set process TracingFlags to 1.
kr…
-
Hi there!
I am currently working on a project that uses Next.js and I want to make use of Krabs for a multi-tenant approach. One thing I wanted to do was to have what I call 'common pages' between …
-
## Summary
I am trying to track object creation, destruction and duplication on a live Windows 10 machine. According to the MOF definitions on MSDN, these events correspond to opcodes 32, 33 and 34…
-
KRaBs supports the FAT32 filesystem, but only the read feature is available. To add the recovery mode feature #18 , we need to implement write() for FAT32 module as well.