-
The output below is from some example data from Katie Lewis. One file has 32 bit ints. The other 64 bit. It reports that the global_mesh_data arrays have different member type sizes and there is no wa…
-
Is there any way to add custom ABIs via config, the ABIs from 4byte.directory may not always correct.
-
On the addronly-reg test, the fastpath reports just 3 unaddrs, but
-no_share_xl8 and -no_fastpath both report a 4th unaddr, the "dec
0x80(%eax)" that's right after the 3rd unaddr's "dec 0x7c(%eax)".…
-
The mysql-init.sql file creates the database with:
CREATE DATABASE vitrodb CHARACTER SET utf8;
This does not allow extended unicode to be uploaded.
Researching this issue it looks like the DB sho…
-
4주차에 있는 퀴즈 문제에서
"**한 워드(Word)는 몇 바이트인가?**"라는 문제에서 정답이 **4byte**인데
궁금해서 찾아보니, 프로세서의 설계에 따라 달라진다는 걸 알게 되었습니다.
저희가 사용하는 컴퓨터의 프로세서는 대부분 32bit 혹은 64bit인데
그러면 저거의 답은 4byte 혹은 8byte 둘 다 맞는 답이 아닌가 생각됩니다…
-
It was suggested (#2441) to include an option to use the 4bytes.directory API instead of the assets URL for resolving function selectors and events.
@wmitsuda Have you considered this in the past? …
-
### Background
In [`getNestedCalldata`](https://github.com/GridPlus/gridplus-sdk/blob/ce35c521b793e9e4cdd1dfa5418c77a07617a2aa/src/calldata/evm.ts#L71), we assume any EVM param of type `bytes` or `…
-
Purl-fetcher currently rejects https://argo.stanford.edu/view/zt482bf4435 becuase it uses a character that would cause the database to fail because it does not support UTF-8 4byte.
The character …
-
When calling a vararg function (like printf), the IR generator allocates a memory block on the stack and fills it with the variable arguments.
In doing so, padding is inserted when needed to cover th…
-
Apparently, this is a result of 4Byte `int` not allowing for positions that are 2^31 or larger.
Error message
```
examining piece 1..-1928087540 (-1928087540 bp)
terminate called after throwing an…