-
**Description**
I'm trying to test krabs by following instruction.
https://github.com/ellbrid/krabs/blob/master/docs/linux-image-setup-64.md
But I've got the following error.
```
== Building st…
ghost updated
4 years ago
-
### System Information
TrenchBroom v2020.1-RC1 Release Qt 5.12.4 on Pop! OS Linux
### Expected Behavior
I guess expected behaviour is that the initial window for new map should open. Haven't …
-
**Event ID 1026**
Application: PrivateWin10.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
```
Exception Info: System.Runtime.Interop…
-
I created a tiny wrapper for a number of ETW events, however there are some `TDH_IN_TYPE` types which I am unable to parse. For example:
![image](https://user-images.githubusercontent.com/10997340/…
-
Is possible add localisation (multilanguage) version krabs?
Trouble is with different chars or graphics
-
I was attempting to use the `and_filter`, `or_filter` and `not_filter` predicates, but my code failed to compile when combining with the other built-in predicates such as `id_is`. Here is an example t…
-
Changes in #107 cause incompatibility of krabs on Windows 7. Specifically it is related to the usage of TraceQueryInformation API which is only supported on Windows 8 and newer: https://docs.microsoft…
jrave updated
4 years ago
-
There is two predicates `and_filter` and `or_filter` that enable two predicates to be 'chained' togther, but they only take in 2 predicates.
To compare 3+ at once requires chaining these functions in…
-
Hi,
I've ran into some problems while consuming events from the Microsoft-Windows-WinINet provider ({43d1a55c-76d6-4f7e-995c-64c711e5cafe}) on Windows 10.
Sometimes the last properties in the re…
ghost updated
4 years ago
-
KrabsETW has a dependency on Boost but only because of a single source file (comparers.hpp). The four Boost-dependent functions in here can be easily re-coded to eliminate the Boost dependency altoget…