annotate miscprog/Makefile @ 215:d69f7512e3c1

Pirelli: documented and verified the checksum scheme used for the factory block
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 25 Dec 2016 23:48:16 +0000
parents 8bdc87c0fc03
children b6a95d35fabc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
cb736d95338d mokosrec2bin utility written
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
1 CC= gcc
cb736d95338d mokosrec2bin utility written
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
2 CFLAGS= -O2
205
8bdc87c0fc03 memwrite-grep hack-utility written
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents: 191
diff changeset
3 STD= atsc calextract factdiff grokdsn memwrite-grep mokosrec2bin pircksum \
215
d69f7512e3c1 Pirelli: documented and verified the checksum scheme used for the factory block
Mychaela Falconia <falcon@freecalypso.org>
parents: 205
diff changeset
4 pircksum2 rfcap-grep
60
1e797f846563 imeibrute written
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 59
diff changeset
5 CRYPTO= imeibrute pirimei
1e797f846563 imeibrute written
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 59
diff changeset
6 PROGS= ${STD} ${CRYPTO}
0
cb736d95338d mokosrec2bin utility written
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
7
cb736d95338d mokosrec2bin utility written
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
8 all: ${PROGS}
cb736d95338d mokosrec2bin utility written
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
9
59
3f38da3933c2 Pirelli's IMEI obfuscation cracked!
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 52
diff changeset
10 ${STD}:
0
cb736d95338d mokosrec2bin utility written
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
11 ${CC} ${CFLAGS} -o $@ $@.c
cb736d95338d mokosrec2bin utility written
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
12
60
1e797f846563 imeibrute written
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 59
diff changeset
13 ${CRYPTO}:
1e797f846563 imeibrute written
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 59
diff changeset
14 ${CC} ${CFLAGS} -o $@ $@.c -lcrypto
0
cb736d95338d mokosrec2bin utility written
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
15
65
3890c2672fe0 atsc hack written
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 64
diff changeset
16 atsc: atsc.c
180
25b54c5ad6c2 calextract tool written, works
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 129
diff changeset
17 calextract: calextract.c
60
1e797f846563 imeibrute written
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 59
diff changeset
18 factdiff: factdiff.c
191
0c631396b8ce started grokdsn utility, parses header successfully
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents: 181
diff changeset
19 grokdsn: grokdsn.c
60
1e797f846563 imeibrute written
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 59
diff changeset
20 imeibrute: imeibrute.c
205
8bdc87c0fc03 memwrite-grep hack-utility written
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents: 191
diff changeset
21 memwrite-grep: memwrite-grep.c
60
1e797f846563 imeibrute written
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 59
diff changeset
22 mokosrec2bin: mokosrec2bin.c
181
bf4286245c74 Pirelli's RF calibration cracked
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 180
diff changeset
23 pircksum: pircksum.c
215
d69f7512e3c1 Pirelli: documented and verified the checksum scheme used for the factory block
Mychaela Falconia <falcon@freecalypso.org>
parents: 205
diff changeset
24 pircksum2: pircksum2.c
59
3f38da3933c2 Pirelli's IMEI obfuscation cracked!
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 52
diff changeset
25 pirimei: pirimei.c
64
b8753e705e1a rfcap-grep.c hack-utility written
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 60
diff changeset
26 rfcap-grep: rfcap-grep.c
59
3f38da3933c2 Pirelli's IMEI obfuscation cracked!
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 52
diff changeset
27
0
cb736d95338d mokosrec2bin utility written
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
28 clean:
cb736d95338d mokosrec2bin utility written
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
29 rm -f ${PROGS} *.o *errs *.out