xed now has an example that does it: https://github.com/intelxed/xed/blob/main/examples/xed-enc-asmparse.c This would allow us to support many instructions that are currently not supported by yasm. The performance will also be better https://github.com/Vector35/binaryninja-api/issues/6022
xed now has an example that does it: https://github.com/intelxed/xed/blob/main/examples/xed-enc-asmparse.c
This would allow us to support many instructions that are currently not supported by yasm. The performance will also be better #6022