You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to successfully patch and reuse binaries for the ARM version of this device on modern OpenWRT, but trying to do the same with the MIPS version, I'm running into the problem that the binaries are not recognized.
Many thanks in advance for any help or advice!!
The text was updated successfully, but these errors were encountered:
Describe the bug
I am trying to patch binaries that show the following when ran through
file
:But patchelf shows me:
Steps To Reproduce
Example binary: curl.gz
Running
file
orpatchelf
against it will give the messages as shown above.Expected behavior
I am hoping that there is still a way to change the loader and the libraries that it's looking for.
patchelf --version
outputI tested with the version from my distro and the latest Git:
Additional context
These binaries are coming from this firmware, that I extracted with
binwalk -e
:https://www.devolo.nl/fileadmin/Web-Content/DE/products/hnw/magic-2-wifi/firmware/delos_magic-2-wifi-v1_6.0.1_2023-09-06.bin
I managed to successfully patch and reuse binaries for the ARM version of this device on modern OpenWRT, but trying to do the same with the MIPS version, I'm running into the problem that the binaries are not recognized.
Many thanks in advance for any help or advice!!
The text was updated successfully, but these errors were encountered: