• execute some codes in heap memory?? (ARM,ARM64)
    Can I execute some code(asm -> hex) in the heap memory? The x86 architecture was successful, but armv8 failed. (tested on Android os) Is it because the code is not designed to run in the heap area in...
  • execute some codes in heap memory?? (ARM,ARM64)
    Can I execute some code(asm -> hex) in the heap memory? The x86 architecture was successful, but armv8 failed. (tested on Android os) Is it because the code is not designed to run in the heap area in...
  • execute some codes in heap memory
    Can I execute some code(asm -> hex) in the heap memory? The x86 architecture was successful, but armv8 failed. (tested on Android os) Is it because the code is not designed to run in the heap area in...
  • execute some codes in heap memory
    Can I execute some code(asm -> hex) in the heap memory? The x86 architecture was successful, but armv8 failed. (tested on Android os) Is it because the code is not designed to run in the heap area in...
  • Code loaded from SD and executed in the heap.
    Hi all, I am using an NXP LPC2478 with a 16MB external ram that i use as a heap (malloc and free functions) my intent is to produce code that i can load from SD and execute in the heap. so,...