Your tablet must be rooted.
adb shell
su (to become root)
dd if=/dev/block/platform/msm_sdcc.1/by-name/boot of=/data/local/tmp/boot.img
(obviously be extra careful what you do once connected as root although recovering is possible)
adb pull /data/local/tmp/boot.img...