Open xausky opened 4 years ago
@kmalloc you may have a look at how I do an assembly for this exactly purpose here. The problem is I am having a segmentation fault when trying to write into the code segment. Have no idea how to avoid this.
https://github.com/agiledragon/gomonkey support arm
I am afraid not, ARM instruction set is totally different, which is beyond my knowledge for the moment. I would rather customize a compiler for that.