ninja
ninja
right. I didn't dump zImage from bootloader, it required some more work to decrypt and I am not very interested in their legacy kernel. have you tried if /dev/mem allows...
that lives in hwaes.ko not in zImage. likely a static key or key embedded in file header because the files are transferable between devices
some binary is unpacking it to /tmp/hwaes.ko then insmod and rm. you can look into it
> /dev/mem is exists, but how to dump memory? By dumping 128MB using dd at offset 0 - if it works. > If it would be extracted, unpack binary would...