View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#26
Originally Posted by jayki View Post
Could you please make the source public?
I think alien resetter is just a litte "systemctl restart aliendalvik.service, but i'd like to see how exactly you make the root think, i just don't understand the steps posted on page 1 :O
Would be helpful for my app
Thank you
This is my helper file:
Code:
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>

int main()
{
   setuid( 0 );
   system( "systemctl restart aliendalvik.service");

   return 0;
}