Leonard Mosescu | dd785d5 | 2017-01-13 09:03:07 -0800 | [diff] [blame] | 1 | This is the home of the .dex manipulation library (slicer) and command line tool (dexter). |
2 | |||||
3 | Both the command line tool and the library can be built for host and device targets. | ||||
David Herman | 6141a51 | 2020-02-05 11:00:45 -0800 | [diff] [blame] | 4 | |
5 | To build dexter: | ||||
6 | ``` | ||||
7 | $ m dexter | ||||
8 | ``` | ||||
9 | |||||
10 | To test dexter: | ||||
11 | ``` | ||||
12 | # in tools/dexter (and assuming a Linux host) | ||||
13 | $ python dexter/dexter_tests.py -cmd ../../out/host/linux-x86/bin/dexter -root testdata | ||||
14 | ``` |