Closed rawsample closed 2 years ago
Sorry for the lateness.
Thank you for your information!
Looks like downloading unstuff
binary from an external link has a potential danger.
So static unstuff
binary needs to be role-back.
Thank you.
hi, I recompiled libnvram.so with mips-linux-gnu-gcc, but get error such as "Error relocating /firmadyne/libnvram_ioctl.so: __fprintf_chk: symbol not found" during emulation. How could I recompiled the library???ThankU
Hi,
The download URL of
unstuff
changes, it's abinwalk
dependencies in 2.3.3.binwalk
chose to remove it at commit 2129463a2953574542ef09495d2750e1c1e390af but FirmAE uses 2.3.3. Therefore duringinstall.sh
,binwalk
's installation silently fails.It's possible to either wait for a new binwalk release or fix the URL in
install.sh
with the following patch:It would also be nice to add support for catching errors in
install.sh
.