eadb icon indicating copy to clipboard operation
eadb copied to clipboard

eBPF Android Debug Bridge

Results 10 eadb issues
Sort by recently updated
recently updated
newest added

Some devices need to manually mount DebugFS.

…nd /data/adb partitions Contains some common Android partitions, as well as ROOTED devices, usually operate the /data/adb partition, so we add the mounting of common partitions odm partitions and /data/adb...

![image](https://github.com/tiann/eadb/assets/32902530/161daf42-26c9-4b5e-8124-e5b3009e4281) 按照https://blog.seeflower.dev/archives/138/走到执行rootfs的解压脚本时出现此提示,环境为pixel6 Linux localhost 5.10.149-android13-4-g0dfc360712ea刷入kernelSu

# /data/eadb/run /data/eadb/debian **chroot: exec /bin/bash: No such file or directory**

![屏幕截图 2024-01-16 203049](https://github.com/tiann/eadb/assets/56767107/7f95a665-4bf1-46bf-bc81-7096db209b89) i run the script file, and the script is actually in the file, but here comes an unexpected error "no such file or directory" the detail of...

现在正尝试使用python script配合adb commands进行实验流程的自动化,想请问eadb是否提供方法可以用command的方式,从adb shell去执行BCC Tools?

$ cargo build Compiling eadb v0.1.5 (E:\eadb) error[E0425]: cannot find function `getuid` in crate `libc` --> src\build_image.rs:68:30 | 68 | let uid = unsafe { libc::getuid() }; | ^^^^^^ help:...

目前安装0.21.x之后的bpftrace版本遇到很多底层库版本对不上的问题: ```bash root@localhost:/# dpkg -i bpftrace_0.21.2-1_arm64.deb (Reading database ... 42363 files and directories currently installed.) Preparing to unpack bpftrace_0.21.2-1_arm64.deb ... Unpacking bpftrace (0.21.2-1) over (0.21.2-1) ... dpkg: dependency problems prevent...

首先感谢作者杰出的工作,很好的解决了我的开发需求 为了使用vscode更好地进行远程开发,遵循看雪论坛 不吃菠菜https://bbs.kanxue.com/thread-275176.htm 给出的ssh方案 ![image](https://github.com/tiann/eadb/assets/57952228/bd99079a-0180-48ba-9626-79fe0f585d26) 在eadb的debian系统内部安装ssh并且启动服务,在不同的设备root支持下出现不同的反馈 * 使用**Magisk [√]** ssh能够顺利连接 * 使用**KernelSU或Apatch** **[×]** ssh服务正常启动,但是无法连接,表现为Connection reset by xxx.xxx.xxx.xxx port 2224 猜测可能与su的实现方式不同有关,请问有没有好的解决方案,再次感谢