Ilya Kurdyukov

Results 137 comments of Ilya Kurdyukov

Место падения выглядит странно, это сохранение в стек возвращаемого значения после вызова функции. Указатель неправильным быть не может, значит возвращаемое значение было спекулятивным с тегом указывающим ошибку. Что может случиться...

Вот предварительный патч https://pastebin.com/FSPBatTw Тесты libffi проходит, тоже проверяйте сначала на них.

Just run `export Torch_DIR=$(pwd)/install/share/cmake/torch` before `./install.sh`. Works for Ubuntu 18.04.

Oh no, I didn't plan to write a book explaining all the tricks. Because for me it would take more time than writing this code. You can ask me to...

This is the command sent to the phone: ``` send (1): 7e |~| ``` `spd_dump` expects a version in response. But there's no answer.

Try running `spd_dump` first and then connecting the phone. Please note that `modprobe ftdi_sio` method only works for feature phones. You need to build with `libusb`.

0x2d means BSL_CMD_READ_PARTITION (this command lists partitions) 0xfe means BSL_REP_UNSUPPORTED_COMMAND ``` send (8): 7e 00 2d 00 00 ff d2 7e |~.-....~| recv (8): 7e 00 fe 00 00 ff...

You can try `read_part user_partition 0 1M gpt.bin` to get the raw partition table. Perhaps some of the sections that you are trying to rewrite don't exist, or they have...

Try adding `disable_transcode` command before `read_part`.

If that doesn't help, try decreasing `blk_size` to 0x1000.