wagga40 / Zircolite

A standalone SIGMA-based detection tool for EVTX, Auditd and Sysmon for Linux logs
671 stars 91 forks source link

Create version for all platforms #41

Closed andreisss closed 1 year ago

andreisss commented 1 year ago

For old linux version there is an issue, would be good to have -lin-musl - one. Issue type: /lib64/libc.so.6: version `GLIBC_2.26' not found (required by ./zircolite_lin)

wagga40 commented 1 year ago

Thanks for the issue. You're right. Since building the releases is not fully automated, I don't have the right build environnement to do that. I was actually working on it.

As a temporary workaround, may be pyinstaller can work (check here)

wagga40 commented 1 year ago

Still working on it, check this example on ARM 64bits :

Screenshot 2022-11-12 at 11 40 58
wagga40 commented 1 year ago

Hi, I think it is done... there are even ARM64/AARCH64 versions : check here.

andreisss commented 1 year ago

Hi, thanks for your work.