Quantcast
Viewing latest article 6
Browse Latest Browse All 15

HOW TO Extract the contents of a .scexe file

HP Releases self-extracting firmware update files for Linux as .scexe files. These files usually contain an installer and a bunch of XML controlls. A -h flag provides a couple options for running the installer, but sometimes you don’t want to run it, you want to get at the contents.

.scexe files contain a hidden --unpack flag that will unpack the contents to the directory of your choosing.

For example:

# ./SOMEFILE.scexe --unpack=/tmp/test/
SOMEFILE.xml
SOMEFILE-PayLoad-version.version.version-1.zip
something.txt
installer
readme.txt
reference.xml

Did you find this post useful or have questions or comments? Please let me know!


Viewing latest article 6
Browse Latest Browse All 15

Trending Articles