The steps of the use of exploit code as follow:
(Please make sure build the code on Linux platform and the platform has installed ndk-build compiler.)

step1:
	Get into directory where the exploit code is.

step2:
	make
	
step3:
	Determine the type of CPU for testing the Android machine. And then look for the executable file(pwn) in the libs directory.

step4:
	Push the executable file to the Android test machine by ADB.

step5:
	Execute pwn executable file with root status.
	
	
result:
	System reatart.

	

