Disconnect3d

Results 494 comments of Disconnect3d

> These are not intended for use by others. The fact the language has no way of making things as private or internal means that we can't stop people from...

Thanks! :) On Thu, 28 Mar 2024 at 02:33, Vítor Capparelli ***@***.***> wrote: > PR #6675 > @disconnect3d , the socket > implementation was replaced by ipaddress, fixing the bugs...

So this fails the build: ``` 0.16s$ if [[ "$NOPYTEST" != "true" ]]; then cd bindings/python && make check; fi Check test_basic.py ... Traceback (most recent call last): File "./test_basic.py",...

@aquynh Updated. Lets see if it builds/passes now.

@wallds Yeah, the `instruction.regs_access()` do return the read and write regs which can then be resolved through `md.reg_name(reg_value)` but yeah, `.regs_write` and `.regs_read` are empty for some reason. I'm not...

Uh okay. What is the purpose of this? Are there any use cases to get a list of only implicit read/written registers? Perhaps it would be better to remove those...

For what is worth, if we don't have a better solution or don't have time to implement one, we could: 1. Change `exit` to `unicorn_abort()` and initialize `unicorn_abort = exit;`...

There are couple of things here: 1. Is this relevant no matter where return addresses are located? If we telescope a heap memory, do we want a return address to...

@dmur1 any chance u can update this PR/fix conflicts etc?