xref: /aosp_15_r20/tools/dexter/README.md (revision f0dffb02cdb5c647d21204e89a92a1ffae2dad87)
1*f0dffb02SXin LiThis is the home of the .dex manipulation library (slicer) and command line tool (dexter).
2*f0dffb02SXin Li
3*f0dffb02SXin LiBoth the command line tool and the library can be built for host and device targets.
4*f0dffb02SXin Li
5*f0dffb02SXin LiTo build dexter:
6*f0dffb02SXin Li```
7*f0dffb02SXin Li$ m dexter
8*f0dffb02SXin Li```
9*f0dffb02SXin Li
10*f0dffb02SXin LiTo test dexter:
11*f0dffb02SXin Li```
12*f0dffb02SXin Li# in tools/dexter (and assuming a Linux host)
13*f0dffb02SXin Li$ python dexter/dexter_tests.py -cmd ../../out/host/linux-x86/bin/dexter -root testdata
14*f0dffb02SXin Li```
15