воскресенье, 4 января 2015 г.

Running intercepter-ng [console edition] on new iOS versions

I know there is a problem when you try to run old bin on new iphones\ipads, it gives 'illegal instruction' error . Today i found how to avoid it by patching 2 bytes:

# sed -i 's/\x00\x30\x93\xe4/\x00\x30\x93\xe5/g;s/\x00\x30\xd3\xe4/\x00\x30\xd3\xe5/g;' intercepter_ios

It's necessary only for one time and then it should runs just fine.

11 комментариев:

  1. Ответы
    1. sed -i 's/\x00\x30\x93\xe4/\x00\x30\x93\xe5/g;s/\x00\x30\xd3\xe4/\x00\x30\xd3\xe5/g;' intercepter_ios

      Удалить
  2. Спасибо, работает. iOS 9.0.2 JB iPad mini retina

    ОтветитьУдалить
    Ответы
    1. куда вводить все это? в iSSH? или Terminal? iPhone 5s 9.0.2 JB

      Удалить
    2. да где угодно. главное понимать свои действия.

      Удалить
  3. Пожалуйста помогите установить на iOS 9

    ОтветитьУдалить
  4. Этот комментарий был удален автором.

    ОтветитьУдалить