douyin_device_register icon indicating copy to clipboard operation
douyin_device_register copied to clipboard

unidbg.jar 输出为空

Open sminder opened this issue 4 years ago • 4 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 代码是不是不在这个项目里

sminder avatar Mar 16 '20 01:03 sminder

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.

carcabot avatar Mar 30 '20 19:03 carcabot

Just run script by python3

Pyatka-Ubiyca avatar Mar 31 '20 07:03 Pyatka-Ubiyca

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

SeriousSocialPhobia avatar Dec 09 '20 09:12 SeriousSocialPhobia

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

yukunqi avatar Mar 14 '23 08:03 yukunqi