Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试围绕 Android 的 AdbWinApi.dll 编写一个包装器。
我在 DLL 上运行了 dumpbin 并找到了许多入口点。问题是我真的不明白如何使用这些入口点并将它们绑定到 ADB API。
编写这个包装器的一个好的起点是什么?
这个答案来自评论中的 Ryan Conrad。
您是否试图使来自 adb.exe 的命令在 .net 中可用而无需启动 adb 进程?如果是这样,请查看 madb.codeplex.com - 它是 ddmslib 的一个端口(正在进行中),这是 ddms 用来与 adb 通信的端口。通过“adb start-server”仍然需要一个 adb 服务器实例。– 瑞安康拉德 6 月 22 日 13:16