Jörg Stucke

Results 160 comments of Jörg Stucke

Hi, it seems to me binwalk erroneously thinks `/sys/class/net/wifi0 -o "${dirs#ath}" = "${dirs}" ];then` is a path (when it should have ended at `/sys/class/net/wifi0`) and tries to use this as...

Since the deb packages will probably still use the BSD licensed version for the next couple of months, we don't have to take immediate action. I would assume the packaged...

there was a fix for the missing sfk binary in #140, so it should hopefully work now. Can you check?

I think it would be even better to change `avg_entropy()` so that it takes e.g. a file pointer and only reads in chunks when calculating the entropy but it's part...

> > I think it would be even better to change `avg_entropy()` so that it takes e.g. a file pointer and only reads in chunks when calculating the entropy but...

> I can get behind this; binwalk has largely been abandoned and unblob seems to be more accurate at carving out components. You can already use FACT and the FACT...

> I can get behind this; binwalk has largely been abandoned and unblob seems to be more accurate at carving out components. FYI: There seems to be a bug in...

Has currently problems with certain container types (which unblob will not carve because it expects a dedicated unpacker to be available for these types). Will be ready when: - [x]...

It seems to me this `0.zip` being unpacked by the generic_carver (or rather not being detected as MIME type ZIP) is a bug in itself. As far as I can...

> Actually I think this is our issue. Adding "--rm" to the binwalk invocation might be the solution (and works for my limited test cases). I don't think this is...