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 first 16384 bytes from the file then untar it but the stripped file didn't appear to be valid to tar.
This is for ReadyNAS Pro.
THANKS
I looked at the "build_addon" script in the SDK and assumed I could just strip the first 16384 bytes from the file then untar it but the stripped file didn't appear to be valid to tar.
This is for ReadyNAS Pro.
THANKS
12 Replies
Replies have been turned off for this discussion
- chirpaLuminaryFrontView is a compiled perl module.
Yes, it would read the header, then strip it off during extraction. - scottwallaceshAspirantTo convert from the .bin to a .tar file, simply run the following:
dd if=file.bin of=file.tar bs=16k skip=1
Related Content
NETGEAR Academy

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