arm-evt icon indicating copy to clipboard operation
arm-evt copied to clipboard

PoCs/Examples for my guest post on doar-e

Results 2 arm-evt issues
Sort by recently updated
recently updated
newest added

Currently, the local `backdoor.asm` will just crash when returning to userspace, by loading some random nonsense into `pc`. ``` elevate: stmfd sp!,{r0-r12} ``` should be ``` elevate: stmfd sp!,{r0-r12, lr}...

first , i insert the module like this: insmod ./vulnmod.ko mknod /dev/dummyd c 1337 1 chmod a+rw /dev/dummyd when i execute the script './expoit.py' , some error like this: [...