Research on Executing ELF in Memory on Android
This article is an excellent piece from the KX forum. Author ID on KX forum: Ylarod One When we first encountered this issue, we found that in the Linux system, we can use memfd_create and execve to execute ELF in memory. However, on Android, we encountered the following problem: CANNOT LINK EXECUTABLE "/data/local/tmp/payload": library "libicu.so" … Read more