asm2py icon indicating copy to clipboard operation
asm2py copied to clipboard

Support for ARM-based MacBook

Open Sparsh57 opened this issue 1 year ago • 0 comments

The current script is designed for x86 assembly, which is incompatible with the ARM architecture used in MacBook. It would be beneficial to modify the script to handle ARM-specific instructions and registers and update the disassembly command (objdump) to support ARM binaries. This enhancement will allow users with ARM-based MacBooks to utilize the assembly to Python converter.

Sparsh57 avatar Nov 23 '24 16:11 Sparsh57