dev icon indicating copy to clipboard operation
dev copied to clipboard

Support assembly (disassembly) code for sanny builder

Open XMDS opened this issue 10 months ago • 6 comments

In fact, this may not be a good suggestion, but there are many cleo scripts doing patches and redirects (hooks), even on different architectures. Usually we will write the byte of the assembly instruction through hex...end. This is not a good practice. First of all, it is very troublesome to write. Secondly, its code has poor readability. In addition, there are memory alignment problems on the arm architecture. For the above reasons, it may be better to have sanny builder with a built-in assembly (disassembly) engine.

XMDS avatar Oct 10 '23 15:10 XMDS