Samsung / ADBI

Android Dynamic Binary Instrumentation tool for tracing Android native layer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anyone build successfully?

wbwkx opened this issue · comments

commented

Trying build the server, I got this:

---- inj ----
| Traceback (most recent call last):
|   File "/Volumes/AndroidSrcCode/adbi/ADBI/idk/inj", line 16, in <module>
|     from elftools.elf.elffile import ELFFile
| ImportError: No module named elftools.elf.elffile

But, can't find elftools.zip in the project.

You need to install pyelftools Python package.

> pip install pyelftools