Jesko Hüttenhain
banner
rattle.im
Jesko Hüttenhain
@rattle.im
Too much technology, in too little time.
Finally, I have finally fixed the annoying issue that I ran into on the stream with passing arguments to path extractor units that match a file on disk. Starting with v0.8.24, these arguments will no longer read file contents by default.
June 20, 2025 at 1:03 PM
The main problems were caused by running an old version of pip in WSL, which caused an old version of LIEF to be installed, hence failing to parse executable formats. The 'solution' is to add a stricter version requirement for LIEF and improve the documentation to include a pip update.
June 20, 2025 at 1:03 PM