We do not need to be using capstone and keystone and removing these would remove the need for a lot of constants and overhead.
We can replace both using built-in binja api, one which is very conveniently attached to bv.arch (assemble) and bv.get_disassembly.
We do not need to be using capstone and keystone and removing these would remove the need for a lot of constants and overhead. We can replace both using built-in binja api, one which is very conveniently attached to
bv.arch
(assemble) andbv.get_disassembly
.