Skip to content

Release v1.0.0-56-e39e3bbf3b4dcaa09629b08c32ccea0feb40b1d4

Compare
Choose a tag to compare
feat: Add script to extract binary from ARM Linux image

Add a new script `armlinux_loopdev_extract.sh` to extract the binary
file from an ARM Linux image. This script sets up loop devices, mounts
the partition, and copies the binary file to the specified output file.

The script checks if the necessary arguments are provided and verifies
the existence of the image file. It then sets up a loop device for the
image, identifies and mounts the second partition, copies the binary,
and unmounts/detaches loop devices upon completion.

The addition enhances automation by facilitating extraction of binaries
from ARM Linux images efficiently.