Advertisement
gusibsd

Untitled

Jul 24th, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. [root@hast16 ~]# binmiscctl add armv6 --interpreter "/usr/local/bin/qemu-arm-static" --magic "x7fx45x4cx46x01x01x01x00x00x00x00x00x00x00x00x00x02x00x28x00" --mask "xffxffxffxffxffxffxffx00xffxffxffxffxffxffxffxffxfexffxffxff" --size 20 --set-enabled
  2. Error: invalid magic argument
  3. usage: binmiscctl command [args...]
  4.  
  5. Add a new binary image activator (requires 'root' privilege):
  6. binmiscctl add <name> --interpreter <path_and_arguments> \
  7. --magic <magic_bytes> [--mask <mask_bytes>] \
  8. --size <magic_size> [--offset <magic_offset>] \
  9. [--set-enabled]
  10.  
  11. Remove a binary image activator (requires 'root' privilege):
  12. binmiscctl remove <name>
  13.  
  14. Disable a binary image activator (requires 'root' privilege):
  15. binmiscctl disable <name>
  16.  
  17. Enable a binary image activator (requires 'root' privilege):
  18. binmiscctl enable <name>
  19.  
  20. Lookup a binary image activator:
  21. binmiscctl lookup <name>
  22.  
  23. List all the binary image activators:
  24. binmiscctl list
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement