Advertisement
jhoel99

decompile 936 firmware

Jun 6th, 2022
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. code in modifying firmware
  2. cd webui
  3. cpio -ivm -F 10-005b0000-WEBUI.bin
  4. cd systemui
  5. cd
  6. cd systemui
  7. cpio -ivm -F 08-00590000-System.bin
  8. cd webui
  9. find . -print | cpio -ov -H newc -F ../10-005b0000-WEBUI.bin
  10. cd
  11. cd systemui
  12. find . -print | cpio -ov -H newc -F ../08-00590000-System.bin
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement