Samuel Patti

Results 10 comments of Samuel Patti

Dockerfile: ``` Dockerfile FROM ubuntu:22.04.2 ARG DEBIAN_FRONTEND=noninteractive RUN apt -y update && apt -y upgrade RUN apt -y -qq install python3 python3-pip build-essential tshark zip vim nano pkg-config python3-dev openjdk-21-jdk...

I tried with 17 through to 21 and same result, thanks for looking though!

I was able to avoid the illegal access error but now I get an import error that there is no module named security

``` Traceback (most recent call last): File "/home/user/auto/export_script.py", line 1, in from com.google.security.binexport import BinExportExporter ImportError: No module named security ```

> ``` > Traceback (most recent call last): > File "/home/user/auto/export_script.py", line 1, in > from com.google.security.binexport import BinExportExporter > ImportError: No module named security > ``` Additionally: ``` Traceback...

I figured it out. For anyone looking to generate .BinExport files in a gitlab/github pipeline (or any other automated fashion) using headless ghidra: - Copy current ghidra source and BinExport...

Both are in offline environment so I pulled the source from a locally hosted file server and copied it over into the container. On my host I installed the extension...

I checked on my host and container and both have the same version of protobuf installed. Are you saying it may be possible that the installation on the container is...

> The version of protobuf installed on the system is probably irrelevant. I think protobuf is distributed with ghidra in the debugger. If I'm taking the same version of ghidra...

No, it looks like its different. I'll give that a try, thank you!