annotate .hgignore @ 165:006d6de4ec6b

leo-obj: starting to look at OSX
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 30 Jun 2014 17:34:59 +0000
parents 237bb836521d
children c25367bb7656
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
30
9c3c5a572b57 mpffs-ls works with the length code stubbed out
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 25
diff changeset
1 syntax: regexp
9c3c5a572b57 mpffs-ls works with the length code stubbed out
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 25
diff changeset
2
9c3c5a572b57 mpffs-ls works with the length code stubbed out
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 25
diff changeset
3 \.[oa]$
9c3c5a572b57 mpffs-ls works with the length code stubbed out
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 25
diff changeset
4
87
f7fba8518fa2 armdis: skeleton compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 70
diff changeset
5 ^arm7dis/armdis$
97
fb5ea2758482 thumbdis written, compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 87
diff changeset
6 ^arm7dis/thumbdis$
87
f7fba8518fa2 armdis: skeleton compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 70
diff changeset
7
160
db3b300da465 malware version of the C118 bootloader reversed
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 158
diff changeset
8 ^compal/c118-newboot\.
158
8ed06e07b19e start of C123 bootloader re
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 157
diff changeset
9 ^compal/c123-boot\.
98
8eaa265ee292 C139 boot re setup using the new arm7dis
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 97
diff changeset
10 ^compal/c139-boot\.
161
237bb836521d starting to examine Tracfone's locked C139 bootloader
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 160
diff changeset
11 ^compal/c139-tfboot\.
99
3bd695d9b2b4 C139 boot re: C140 differences noted
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 98
diff changeset
12 ^compal/c140-boot\.
108
85bb35342834 C156 boot code disassembly started
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 106
diff changeset
13 ^compal/c156-boot\.
106
a39a38bbec4d analysis of what osmocon's voodoo payloads disassemble to in ARM/Thumb
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 99
diff changeset
14 ^compal/osmovoodoo
98
8eaa265ee292 C139 boot re setup using the new arm7dis
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 97
diff changeset
15
154
1cd11badf287 leo-obj/frame_na7_db_fl: extract ctypes info as well
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 131
diff changeset
16 ^leo-obj/.*\.ctypes$
131
1209ef15374f leo-obj/main: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 130
diff changeset
17 ^leo-obj/.*\.disasm$
130
87b82398a08b leo-obj project subtree started, tiobjd tool moved into it
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 129
diff changeset
18 ^leo-obj/tool/tiobjd$
87b82398a08b leo-obj project subtree started, tiobjd tool moved into it
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 129
diff changeset
19
129
597143ba1c37 miscellaneous C programs moved out of the top level directory
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 108
diff changeset
20 ^miscprog/atsc$
597143ba1c37 miscellaneous C programs moved out of the top level directory
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 108
diff changeset
21 ^miscprog/factdiff$
597143ba1c37 miscellaneous C programs moved out of the top level directory
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 108
diff changeset
22 ^miscprog/imeibrute$
597143ba1c37 miscellaneous C programs moved out of the top level directory
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 108
diff changeset
23 ^miscprog/mokosrec2bin$
597143ba1c37 miscellaneous C programs moved out of the top level directory
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 108
diff changeset
24 ^miscprog/pirimei$
597143ba1c37 miscellaneous C programs moved out of the top level directory
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 108
diff changeset
25 ^miscprog/rfcap-grep$
597143ba1c37 miscellaneous C programs moved out of the top level directory
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 108
diff changeset
26
157
9082f3991fe5 mot931c break-in procedure cracked
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 154
diff changeset
27 ^mot931c/emu$
9082f3991fe5 mot931c break-in procedure cracked
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 154
diff changeset
28 ^mot931c/ptydump$
9082f3991fe5 mot931c break-in procedure cracked
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 154
diff changeset
29
35
ee4c761187cf mpffs-cat implemented
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 33
diff changeset
30 ^mpffs/mpffs-cat$
33
660b0ea739f3 mpffs-dbgls implemented
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 30
diff changeset
31 ^mpffs/mpffs-dbgls$
30
9c3c5a572b57 mpffs-ls works with the length code stubbed out
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 25
diff changeset
32 ^mpffs/mpffs-ls$
36
390be89892c4 mpffs-xtr ported over
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 35
diff changeset
33 ^mpffs/mpffs-xtr$
30
9c3c5a572b57 mpffs-ls works with the length code stubbed out
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 25
diff changeset
34
9c3c5a572b57 mpffs-ls works with the length code stubbed out
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 25
diff changeset
35 ^mysteryffs/dump[12]$
9c3c5a572b57 mpffs-ls works with the length code stubbed out
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 25
diff changeset
36 ^mysteryffs/extract$
9c3c5a572b57 mpffs-ls works with the length code stubbed out
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 25
diff changeset
37 ^mysteryffs/scan1$
42
15c2ac2c5c73 pirollback: started
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 36
diff changeset
38
15c2ac2c5c73 pirollback: started
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 36
diff changeset
39 ^pirollback/analyze$
49
18fa570685de pirollback: catino implemented, works
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 47
diff changeset
40 ^pirollback/catino$
47
3b6296382e24 pirollback: dumpjournal utility written, works
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 45
diff changeset
41 ^pirollback/dumpjournal$
45
18472a2ccf55 pirollback: pathname reconstruction implemented
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 42
diff changeset
42 ^pirollback/inopath$
50
40b1ae2ab2d7 pirollback: actual rollback utility implemented, compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 49
diff changeset
43 ^pirollback/rollback$