Oliver Old
Oliver Old
clang-cl needs special handling for non-MSVC options. Also bumping CMake version to 3.1 to avoid CMP0054 OLD behavior. "-Wall" causes the MSVC-compatible driver to do the equivalent of "-Weverything." "-g"...
Use YARA and the DiscontigYaraScanner from malfind to find the address of nt!ObGetObjectType. Also put in a safeguard against TypeError when the nt!ObHeaderCookie value can't be obtained. Fixes #436.
The following invocation fails for me and reports an error code 0: ```sh $ rsync --mkpath --delete -r a/* dest rsync: [Receiver] ERROR: cannot stat destination "/e/path/to/dest": No error (0)...
Using the qualified names `napi::Env` or `napi::env::Env` for arguments causes the `napi` macro to fail, whereas importing `napi::Env` and using the imported `Env` as type works. Diagnostic: ``` error[E0277]: the...
The error list is not cleared when a project build was started.
**Describe the bug** CMake 3.31 emits a deprecation warning. **To Reproduce** Steps to reproduce the behavior: 1. Configure project with CMake 3.31. **Expected behavior** No deprecation warning is emitted. **Additional...
The `CanWrite` property value should not change depending on the disposed state of the stream. This behavior is highly confusing and wasn't intended by the BCL authors. That property is...
Crate: https://crates.io/crates/daemonize Repo: https://github.com/knsd/daemonize There hasn't been any activity happening for this crate since June 3, 2023. No interactions on pull requests. Issues are disabled for the repo, so I...