n4r1B
n4r1B
Now it should work when parsing JSON object returned from an iterator for ex. ``` r2.cmdj("pdj 1@@hit0"); ``` This should be done in other bindings too (maybe I should open...
At the moment there's pretty much no logging for errors, this has to be improved **A LOT**. Consider using crates like: - [log](https://crates.io/crates/log) - [anyhow](https://github.com/dtolnay/anyhow) - [thiserror](https://docs.rs/thiserror/1.0.24/thiserror/)
**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 mechanism to do filtering either by events_id or by...