jygzyc / teezz-caid

TEEzz's Client Application Identification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup and Run

Clone repo and use the Makefile to build/run docker.

$ git clone --recursive git@github.com:HexHive/teezz-caid.git
$ cd teezz-caid
$ make build
$ make run DEVICE_ID=<device id> LIB_PATH=<on-device tee lib path>

By default, we map <repo>/inout into the docker container. All results can be found there.

See Dockerfile for dependencies. See docker/docker-entrypoint.sh for more usage info.

Dependency Graphs

Some illustrations of TEE library dependencies.

Huawei P20 Lite

Pixel 2XL

Nexus 5X

Huawei P9 Lite

Troubleshooting

Q: I cannot see my Android device inside of the container.

A: Kill the adb server on the host (adb kill-server) and try again.

About

TEEzz's Client Application Identification


Languages

Language:Python 93.4%Language:Dockerfile 4.4%Language:Makefile 1.4%Language:Shell 0.8%