coder-fly / douyin_device_register

douyin device register
215 stars 125 forks source link

unidbg.jar 输出为空 #4

Open sminder opened 4 years ago

sminder commented 4 years ago

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 代码是不是不在这个项目里

carcabot commented 4 years ago

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.

Pyatka-Ubiyca commented 4 years ago

Just run script by python3

SeriousSocialPhobia commented 3 years ago

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

yukunqi commented 1 year ago

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