RAM disk dump(extract initramfs.cpio)
·
Android/Start
* zImage로부터 initramfs.cpio 추출하기 #!/bin/bash # This is an update version of the script found at # http://forum.xda-developers.com/wiki/index.php?title=Extract_initramfs_from_zImage # # The problem with that script is that the gzip magic number occasionally occur # naturally, meaning that some non-compressed files get uncompressed. DEBUG= TEMP_DIR=/tmp KERNEL_FILE=kernel KERNEL_GZIP_FILE=kernel.gz..