From PC:
Extract files to wherever you want.
Then from the PC, through Command Prompt or PowerShell:
1. adb shell ,
2. su ,
3. dd if=/sdcard/aboot.img of=/dev/block/platform/msm_sdcc.1/by-name/aboot
OR
From device:
Extract files to the root of the internal storage.
Then from the device, through Terminal Emulator:
A. su ,
B. dd if=/sdcard/aboot.img of=/dev/block/platform/msm_sdcc.1/by-name/aboot