Notes
How to extract Kernel from an Wyze IPC update image to ELF format for QEMU
binwalk3 -Me demo_wcv3.bin
cd extractions/demo_wcv3.bin.extracted/0/jz_fw.bin.extracted/0/Linux-3.10.14__isvp_swan_1.0__.bin.extracted/0/
sudo apt update
sudo apt install python3-venv python3-pip liblzo2-dev
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install lz4 zstandard git+https://github.com/clubby789/python-lzo@b4e39df git+https://github.com/marin-m/vmlinux-to-elf
vmlinux-to-elf decompressed.bin vmlinux