NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
phancox
Jun 28, 2009Aspirant
Inspecting Content of Add-on BIN File
Is there an easy way to unpack an add-on ".bin" file to review what it will do before actually installing it? I looked at the "build_addon" script in the SDK and assumed I could just strip the firs...
phancox
Jun 29, 2009Aspirant
super-poussin wrote: a simple tar xvf addons.bin should work except for jedi's add-ons
tar xvf addons.bin shouldn't work because of the index text concatenated at the start of the tar archive.
I followed the thread referenced by Dave and came up with the following command which is essentially what I was doing manually; unfortunately with the same result.
tail -c `head -n 1 EnableRootSSH_1.0-x86.bin | awk -Fsize= '{print $2}' | cut -d, -f1` EnableRootSSH_1.0-x86.bin | tar -xv
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Error exit delayed from previous errors
I've tried to untar the extracted archive under Linux (Fedora), cygwin(Windows), and on the ReadyNAS box itself. All with the same result.
Can someone who has used the SDK to successfully build an addon try reversing the process perhaps?
THANKS
Peter
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!