asm2py
asm2py copied to clipboard
Support for ARM-based MacBook
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.