summaryrefslogtreecommitdiffstats
path: root/scripts/extract-vmlinux
Commit message (Collapse)AuthorAgeFilesLines
* scripts: teach extract-vmlinux about LZ4 and ZSTDAdam Borowski2018-07-081-0/+2
| | | | | | | | | Note that the LZ4 signature is different than that of modern LZ4 as we use the "legacy" format which suffers from some downsides like inability to disable compression. Signed-off-by: Adam Borowski <kilobyte@angband.pl> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
* scripts: add extract-vmlinuxCorentin Chary2011-08-311-0/+62
This script can be used to extract vmlinux from a compressed kernel image (bzImage, etc..). It's inspired from (a subset of) extract-ikconfig. It's something a lot of people have been looking for (mainly people with xen < 4 that doesn't support bzImages at all). Signed-off-by: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Michal Marek <mmarek@suse.cz>