-
It seems from following attempt:
api.setConcreteRegisterValue(Register(triton::arch::x86::ID_REG_RAX, ret_value));
ret_value could be only triton::uint512 type means unsigned. But I would definitely…
-
During whole the testNatibeOperator function there are a lot of the same assert checking.
`assert(typeid(uint512_t) == typeid(a1), "");`
for instance (I've omitted some lines off)
```
a…
dix75 updated
7 years ago
-
There is a multiplication error if one of the values is greater than int64.
```
uint512_t a2 = 100000000000000000000_uint256;
uint512_t a3 = 100000000000000000000_uint256;
uint512_t a4 = a2 * a3…
dix75 updated
7 years ago
-
```
uint32_t b = 10;
b *= 2.5; // 25
```
```
uint512_t a = 10;
a *= 2.5; // 20
```
p.s. Maybe there are any problems with other operations
dix75 updated
7 years ago
-
I just pulled the latest version of dev-next and apprently it broke this code:
`
for (int i=0; i
-
I tried to symbolize the returned pointer but it kept making error. If I call getCurrentRegisterValue(REG.RAX), the value is correct. But when I call REG.RAX.getConcreteValue(), the value is incorrect…
mehQQ updated
7 years ago
-
Problem introduced by ebbbfc1a8
One possibility (although not the best) is to just #ifdef the whole file outside of the plugin stanza. Similar to eg. rawSHA1_ng_fmt_plug.c but in this case checking f…
-
Hello, I try to work and now my instance are running good and I can see TX, but when I try to find by blockhash show me this screen:
![error](https://cloud.githubusercontent.com/assets/3827247/6732932…