xusheng

Results 475 comments of xusheng

v35 folks should search `springbuck suffusive rustles neoplastic benzine` to find the binary

@kristopax How would you expect this to be implemented? Right now there is magic variable `current_il_instruction`, though it only refers to one instruction, rather than several. Do you want something...

This issue is more complicated than I have expected. I think the problem is the linear view incorrectly assigned address 0x1906c to the closing braces. In other places, the closing...

Related to https://github.com/Vector35/binaryninja-api/issues/4432

If you look at the source of the xref in disassembly, you will know why it is happening: ![image](https://github.com/Vector35/binaryninja-api/assets/94503187/82eb1541-1f6f-45cf-9330-94d13e77c134) This is indeed a bit confusing, I will see if there...

> Via the API, things seem to be OK. The xref from the `li $t9, 0x402a60` doesn't exist above LLIL: > > ``` > >>> print('\n'.join([f'0x{xref.address:X}: {xref.llil}' for xref in...

Related to https://github.com/Vector35/binaryninja-api/issues/4829

I tested the latest xed and none of the three issues are fixed. I feel like we should upstream these bugs and ask xed folks to fix them so that...

Update on these: 1 is believed to be a bug in xed, and I have created an issue for it: https://github.com/intelxed/xed/issues/319 2 is the intended behavior (though slightly less than...

I would like to defer the xed update until https://github.com/intelxed/xed/issues/319 is fixed -- which makes sense because otherwise the update does not bring about any known improvements to the x86...