emux icon indicating copy to clipboard operation
emux copied to clipboard

Binwalk Breaking Changes

Open ar0dd opened this issue 4 months ago • 0 comments

Description

Binwalk updated from https://github.com/ReFirmLabs/binwalk/tree/v2.3.3 to https://github.com/ReFirmLabs/binwalk/tree/v2.3.4

2.3.4 removes the python installation as the project is being migrated to Rust.

Creating the container errors out in this line: https://github.com/therealsaumil/emux/blob/master/Dockerfile-emux#L62

Before:

image

Current (BREAKING CHANGE):

image

Easy fix

Likely changing this line to ping the working (python) version

https://github.com/therealsaumil/emux/blob/master/Dockerfile-emux#L56

Long term fix

Redoing Dockerfile-emux to install the RUST version. Though they currently say it's in BETA.

ar0dd avatar Oct 17 '24 20:10 ar0dd