newthis
newthis
May you need to debug to find out which api really influences the program, follow the instruction at 0x432232
you need to ensure the library exists . As for the Invalid memory fetch error, you should find out the instruction that causes this error.
You can set multithread=False, and find that syscall num 983042 has not been implemented exception.
@cq674350529 , not effective event I set multithread = True and add the patcher to replace br0, the stacktrace is below: /usr/bin/python3.7 /home/test/PycharmProjects/QlTest/qiling_test/netgear6220.py value is : True [=] [Thread 2000]...
> Could not read path: path = /AppleInternal/Library/LaunchDaemons, error = 2: No such file or directory I meet this problem too, have you ever fixed it?
> $DISPLAY I have run these commands, but still can not run eyeOs container. The error is: **ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 nohup: appending output to...
My command is : curl -u a2joef57Z67mdPjKbrgct5Bt:r97JqZJknNF7FMhWBWJXeRTp1mDqdxVeuG7JzjvI2QfrRTHZ -XPOST http://127.0.0.1:5008/oauth/token -d '{"grant_type": "refresh_token", "scope":"profile","refresh_token":"azUoo2nwHX1vEU1YeLYVijkynaPfnojXyKiJ5TXLP7w9MfzD"} response is: {"error": "unsupported_grant_type"}
authorization = AuthorizationServer( query_client=query_client, save_token=save_token, ) authorization.register_grant(grants.ImplicitGrant) authorization.register_grant(grants.ClientCredentialsGrant) authorization.register_grant(AuthorizationCodeGrant, [CodeChallenge(required=True)]) authorization.register_grant(PasswordGrant) authorization.register_grant(RefreshTokenGrant), the code shows that RefreshTokenGrant has been registered.
yes, I have added this kind of grant type in page, it still does not work.  