Zihan Zheng
Zihan Zheng
Expired again. I think some automation tools are needed.
It would be great to have a zsh autocomplete plugin powered by TabNine, learning from my zsh_history
> Starting November 1, 2020: > > Anonymous users will have an upper limit of 100 image pulls in a six hour period > Accounts authenticated with a DockerID will...
是 SageMath 中 GF(2^128) 不指定 variable name 时默认使用的多项式 生成题目中那个数字的 Sage 代码: ```python m = 0 for i, c in enumerate(GF(2 ^ 128).modulus().coefficients(sparse=False)[:-1]): m += ZZ(c) * 2 ^ (127 -...
```python import angr proj = angr.Project("EasyCPP") simgr = proj.factory.simgr() simgr.explore(find=lambda s: b"Welcome! Admin!" in s.posix.dumps(1)) print(simgr.found[0].posix.dumps(0).decode()) ``` 输出: ``` admin p455w0rd ```
> I think that's done to be consistent with OpenEthereum that handled traces this way. Imo its not ideal though, geths behavior here is better. Would love to see a...
This issue is still there. Please do not close.
@tjayrush Just one example below (I don't have time to test every RPC endpoint) Erigon v2022.09.03 (wrong result) ``` $ curl http://127.0.0.1:8545 -H 'content-type: application/json' --data '{"jsonrpc": "2.0", "id": 0,...
This is not even json (nullnull?) ``` $ curl http://127.0.0.1:8545 -H 'content-type: application/json' --data '{"jsonrpc": "2.0", "id": 0, "method": "debug_traceCall", "params": [ { "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", "data": "0x70a082310000000000000000000000008ad599c3a0ff1de082011efddc58f1908eb6e6d8", "gasPrice": "0x174876e800" },...
> This issue is stale because it has been open for 40 days with no activity. Remove stale label or comment, or this will be closed in 7 days. Don't...