try to add br_table detail
Try to add brtable detail in disasm. I use malloc to get dynamic memory cost, but can't find a way to free it.
sounds like we need to extend cs_free() with a csh handle to free this brtable.
sounds like we need to extend
cs_free()with acshhandle to free this brtable.
If we free it in cs_close(), we should get memory pointer from cs_struct?
No, we need to free memory of instructions (generated by cs_disasm()), but not to close engine (with cs_close())
Thank you for the PR! I closed it because it is out of date. With the new auto-sync update for v6 we made many changes to some main architectures and will do also to others. This also changed the requirements we have now for new PRs.
If you still want to merge the changes, please rebase your fix onto the newest next branch and open a new PR.