• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

dexter/22-Nov-2023-1,5661,124

slicer/22-Nov-2023-9,0686,277

testdata/22-Nov-2023-13,79913,225

.clang-formatD22-Nov-202321 21

.gitD01-Jan-19700

Android.bpD22-Nov-2023112 97

OWNERSD22-Nov-2023164 87

README.mdD22-Nov-2023373 1511

TEST_MAPPINGD22-Nov-2023436 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