Christian Blichmann

Results 46 issues of Christian Blichmann

As discussed in #6154, I prepared a work-in-progress PR for integrating BinExport as a native Ghidra exporter extension. - Add the code from https://github.com/google/binexport/tree/main/java with small changes - Update all...

Status: Triage
Feature: Exporter

**Is your feature request related to a problem? Please describe.** In order to use [BinDiff](https://github.com/google/bindiff) for program diffing, one needs to export binary disassembly first. For Ghidra, there is the...

Type: Enhancement
Feature: Exporter
Status: Waiting on customer

VxSig should be able to output: - just the signature to stdout (no messages or messages to stderr) - write signatures to file in the requested format Cutting and pasting...

enhancement

This should speed up the common subsequence operations a bit

enhancement

Historically, we have avoided using an enum for architecture names, as we wanted to stay flexible. However, to aid tooling, there should be a definitive list of architecture/ISA names to...

enhancement

Steps to reproduce the problem: 1. Diff against a database that has local or global variable names 2. Import the comments & symbol 3. Check if the variables have been...

bug
enhancement

**Is your feature request related to a problem? Please describe.** N/A **Describe the solution you'd like** Wix 4.0 has been out for a while now, with a lot of improvements....

enhancement

**Describe the bug** In IDA Pro, pressing the `Shift-D` hotkey while focussed in one of IDA's list windows (like the `Functions` list) interferes with the search functionality. **To Reproduce** Steps...

bug

**Is your feature request related to a problem? Please describe.** Handling C++ dependencies in CMake is difficult. Bazel makes a lot easier, especially since BinDiff needs the OSS Google stack...

enhancement

**Is your feature request related to a problem? Please describe.** * Diffing multiple times with the same primary from a disassembler is inefficient, as the export process needs to repeated...

enhancement