Eric Kilmer

Results 60 issues of Eric Kilmer

This prevents double-inclusion errors. I followed the naming convention that other files used for the definition name (the name of the file without the `.hh` suffix).

Feature: Decompiler
Status: Triage

Fixes #4375 It would be great if this example was checked (at least for `0` return code) in CI when changes are made to the C++ code.

Feature: Decompiler
Status: Triage

This follows the pattern in the Windows toolchain with respect to setting VCPKG_CMAKE_SYSTEM_VERSION and also how arm64 macOS can execute x86_64 through Rosetta. See here for more discussion/context on the...

category:vcpkg-bug
info:reviewed

When trying to use remill after it's installed, it is required that the dependent project includes `remill_settings` in addition to `remill` after `find_package(remill CONFIG REQUIRED)`. This is required for propagating...

I've only seen these failures happen in CI for any version of MacOS and with all tested LLVM versions. Initial notes from @pgoodman : > we'd have to look at...

bug

Hello, is there a plan for upgrading/supporting newer MbedTLS version(s)? I see there was recently a commit (https://github.com/OpenVPN/openvpn3/commit/a219ce0303ca2676512fb0c0083f3546b32d7153) to update to the latest bug-fix point release of the MbedTLS 2.7...

Compiling with warnings-as-errors is fine if your compiler doesn't change, but as new compilers are released, new warnings might pop up and fail a compilation for an end-user. The user...

cmake

Within #145, there are very simple tests to detect whether pe-parse would correctly identify the executables as PE, without erroring. Unfortunately (but not unexpectedly), there are a few executables that...

testing
help wanted

DO NOT MERGE. This is a draft PR only to comment and point out some separable features from this branch to be potentially submitted as standalone PRs and eventually merged...

In #2558 we pinned protobuf to version 3, but we should try to update to the latest version when possible to get the latest fixes and improvements.

idea