coder-fly / douyin_device_register

douyin device register

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unidbg.jar 输出为空

sminder opened this issue · comments

Traceback (most recent call last): File "douyin_device_register/register.py", line 63, in <module> hex_str = re.search(r'hex=([\s\S]*?)\nsize', stdout.decode()).group(1) AttributeError: 'NoneType' object has no attribute 'group'

请问unidbg.jar 代码是不是不在这个项目里

If you are on osx you need capstone and libkeystone installed. On this repo are just shortcuts.

brew install keystone capstone

I've tested this library and it works.

Just run script by python3

哥们,你环境不对,我也遇到了,如果不用作者的镜像的话,建议检查一下机器是否是ubuntu的系统

commented

在mac系统上怎么才能正常运行呢?同样是遇到这个问题