Name Date Size #Lines LOC

..--

dexter/H25-Apr-2025-1,7231,241

slicer/H25-Apr-2025-10,1827,033

testdata/H25-Apr-2025-15,363,59614,982,866

.clang-formatH A D25-Apr-202521 21

Android.bpH A D25-Apr-2025112 97

OWNERSH A D25-Apr-2025104 54

README.mdH A D25-Apr-2025373 1511

TEST_MAPPINGH A D25-Apr-2025436 2625

README.md

1This is the home of the .dex manipulation library (slicer) and command line tool (dexter).
2
3Both the command line tool and the library can be built for host and device targets.
4
5To build dexter:
6```
7$ m dexter
8```
9
10To 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```
15