At some point, this library will include the ability to modify function assembly programmatically. To do this, I'll need to be able to disassemble the assembly, expose instructions somehow, and reassemble for multiple architectures. If no good disassembler can be found that handles all architectures, I'll need to piece together a solution or write my own (a huge task).
This issue is for collecting crates that disassemble:
At some point, this library will include the ability to modify function assembly programmatically. To do this, I'll need to be able to disassemble the assembly, expose instructions somehow, and reassemble for multiple architectures. If no good disassembler can be found that handles all architectures, I'll need to piece together a solution or write my own (a huge task).
This issue is for collecting crates that disassemble:
(I'll add more as I find them)