Neucrack

Results 350 comments of Neucrack

先试试 minicom 可以打开么

I don't have nvidia xavier, not tested, but you can comment error infomation here, maybe i can help you. And you can also directly clone this repo, run locally or...

maybe the pyqt5 should be installed by package manage instead of pip like raspberry pi did ``` sudo apt-get install python-qt5 ``` or ``` sudo apt-get install python3-pyqt5 ``` see...

@lovetingyuan 这个发音挺好听的,是来自哪里呢

有空更新一下这个问题呗~~~ 也许这个命令就可以解决了哦~~ ``` git rm --cached src/packages/Link-CMP ```

提交pull request了,#100

mbed中有枚举值哦,看下代码就知道啦 ``` /* * MBEDTLS SSL Error codes */ #define MBEDTLS_ERR_SSL_FEATURE_UNAVAILABLE -0x7080 /**< The requested feature is not available. */ #define MBEDTLS_ERR_SSL_BAD_INPUT_DATA -0x7100 /**< Bad input parameters to function. */...

标签不需要导入, 在 boot.py 中 已经写入了 labels, labels 文件可以不用理会, 另外可以直接用 exec() 函数执行文件内容也是可以的

标签顺序出错 是什么现象, 就是 boot.py 中的 labels 和 文件 labels.txt 的内容顺序不同么