-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
33 lines (21 loc) · 881 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Razorclaw - asus backup local root exploit
by android.mobi
==========================================
Razorclaw is a root exploit in the asus backup functionality introduced
in the recent firmware updates.
Razorclaw (both the java and native components) are licensed under the
GNU GPL v2. sqlite3 is released under the public domain.
Building the java application
-----------------------------
Build using eclipse or ant:-
$ ant debug
-or-
$ ant release
Building the native binary
--------------------------
Please note that the native binary (assets/razorclaw) is not rebuilt
by default, to rebuild it please run:-
$ make -C assets/
You will need arm-eabi-gcc in your path from the android source tree
and not the NDK.
The source for the native binary can be found in the native/ directory.