xusheng

Results 475 comments of xusheng

I believe this has been fixed by https://github.com/Vector35/binaryninja-api/issues/6170#issuecomment-2786352435, but I will need to verify that

> Did you have a chance to take a look yet? Not yet, but will do. I believe a fix was already ready, but we have not merged it yet

This has been fixed by https://github.com/Vector35/binaryninja-api/issues/6170#issuecomment-2786352435, we can close the issue

A quick triage points out that the issue is we are not terminating the control flow after a call to `ExitProcess` ![Screenshot 2024-07-02 at 10 13 06 PM](https://github.com/Vector35/binaryninja-api/assets/94503187/43d1fc0d-d4e5-473f-8f9e-2346d1577237) Weird enough,...

I tested and we are NOT always ignoring the no-return info from the external functions. I tested a few other paces and when there is a call to ExitProcess, we...

This is because we are NOT processing no-return properties if the call instruction becomes MLIL_CALL_UNTYPED at MLIL.

The nanoMIPS plugin also sees this. It seems we are missing something in common

They are no longer tags -- they are Unicode chars now -- but still worth offering a way to configure it

Unicorn based emulator as a debug adapter is apparently the best option, but the GPL license makes it hard to use in binja. Might need to distribute it separately from...

An alternative is the Triton framework (https://github.com/jonathansalwan/Triton), which is licensed as Apache 2 Triton itself is not primarily an emulator, but it can be leveraged to do so with some...