Christian Blichmann
Christian Blichmann
> As a next step, can you have your project depend on `":Framework-AsyncComm"` which will get you your protobuf dependency jar, and use `apply from: "${rootProject.projectDir}/gradle/debugger/hasProtobuf.gradle"` to tie into our...
> > As a next step, can you have your project depend on `":Framework-AsyncComm"` which will get you your protobuf dependency jar, and use `apply from: "${rootProject.projectDir}/gradle/debugger/hasProtobuf.gradle"` to tie into...
No, not waiting for you. Expect a bit of delay, as I was not able to work on this this week due to other commitments.
I'm late to this issue: Building native plugins like BinExport using your build infrastructure or via a GitHub action, while obviously possible, will result in binaries without any code signatures....
BinDiff 8 and BinExport 12 have long since been released and include this fix.
Hi! To generate AV signatures for multiple binaries, you first need to have a BinDiff chain. For example, if you have three binaries `binA`, `binB` and `binC` the workflow would...
Well, the warning messages are sort of expected. `$` and unbounded matches using `[-]` are known not to be super efficient in the YARA regex engine. You may want to...
Hi there! Thanks for the report. I should've included a section on supported OSes in the README. While the code does work on Windows when built with a manually created...
Bummer, still no compilation on Windows, because the protobuf Bazel build is broken in `23.1`: ``` ERROR: C:/users/win11-devel/_bazel_win11-devel/lnjrh73z/external/protobuf~23.1/src/google/protobuf/compiler/csharp/BUILD.bazel:22:11: Compiling src/google/protobuf/compiler/csharp/csharp_enum.cc [for tool] failed: (Exit 2): cl.exe failed: error executing CppCompile...
Hm, I never implemented support for [100/200/300 Series chipsets](https://en.wikipedia.org/wiki/List_of_Intel_chipsets#100/200/300_Series_chipsets), so this message is expected. If I remember correctly, hardware sequencing works differently on those, so I'd have to dive deeper...