I was wondering about since, Ret2Libc attack doesn't works on ARM, and we have to rely on ROP for that. How different is ROP on ARM from the x86 architecture.
Are there any tools, such as mona.py
for x86, for ARM? Which would generate me long chains of gadgets.
Also, if there are any resource available online on it (ROP on ARM, or simply ROP, except the corelan one), do point me to that.