Christian Blichmann

Results 113 comments of Christian Blichmann

@Myles1 I just submitted such a change for review. As for new binaries, you can always find them under the `Actions` tab under `cmake-build`. E.g. this is a previous one:...

I was thinking about something like this `Dockerfile`: ```bash # Use Gradle Ubuntu 22.04.4 LTS with OpenJDK17 as a base FROM gradle:8.7-jdk17-jammy ENV TZ=Europe/Zurich\ DEBIAN_FRONTEND=noninteractive\ GHIDRA_INSTALL_DIR=/opt/ghidra RUN \ apt-get update...

d45f445 added release artifacts via GitHub Actions (see #127).

That is good to know :) I'd personally still like if BinExport would be natively supported, though. Not sure how complicated it is for you to take on another dependency...

Shall I prepare a PR adding BinExport so we have something more concrete to talk about?

Sounds good, I'll try and come up with a PR for this around next week.

@ryanmkurtz I uploaded a first version - obviously took a bit longer than a week :)

Currently the only integration, I haven't had time to do more. But it'd be useful to integrate with Ghidra's graph views eventually.

No, not necessary. I can revert that part. I included this to prevent a Gradle warning about it not being able to find the 3.17 and 3.21 version of the...

> Also, what is your intention of including the copyright phrases in the IP headers? This is not standard practice in the PR's we accept so I wanted to make...