531 skills found · Page 12 of 18
OpenMandrivaAssociation / Android ToolsThe Android Debug Bridge (ADB) is used to: * keep track of all Android devices and emulators instances connected to or running on a given host developer machine * implement various control commands (e.g. "adb shell", "adb pull", etc.) for the benefit of clients (command-line users, or helper programs like DDMS). These commands are what is called a 'service' in ADB. Fastboot is used to manipulate the flash partitions of the Android phone. It can also boot the phone using a kernel image or root filesystem image which reside on the host machine rather than in the phone flash. In order to use it, it is important to understand the flash partition layout for the phone. The fastboot program works in conjunction with firmware on the phone to read and write the flash partitions. It needs the same USB device setup between the host and the target phone as adb.
fluxxu / Adb RsAndroid Debug Bridge (adb) client library.
Chaos1323 / ASDAndroid Smali bytecode Debugger
kruton / Adb On ChromeADB (Android Debug Bridge) server as a Chrome Extension
zhuowei / UnleashTheGoogleDOESN'T WORK ANYMORE: Enables Dogfooding and Team Debug features of Google Search for Android
warren-bank / Android ADB Over WiFiAndroid app that toggles a rooted device's Android Debug Bridge daemon (adbd) between USB and WiFi mode.
crifan / Android Re Dynamic DebugAndroid逆向:动态调试
BigfootACA / AdbdSimple Android Debug Bridge Daemon for Linux
Maaaartin / Adb TsNode.js toolkip for ADB (Android debugging bridge).
ha1vk / EasySodbghook android so and debug it easily with no need to run the apk!!
vanadium-archive / MadbMulti-device Android Debug Bridge (madb): A command line tool that wraps Android Debug Bridge (adb) and provides various features for controlling multiple Android devices concurrently.
lucthienphong1120 / Hack Phone BatteryHack Phone Battery using Android Debug Bridge (adb)
dodola / TraceToHtmlConvert debug trace file to html on Android device
0xCD4 / N4TIVEAndroid Native CTF. Six challenges focused on reversing .so libraries: buffer overflow, heap exploitation, anti-debug bypass, custom VM, and more.
dorneanu / AdusAndroid Debug Utility Suite
wrlu / AndroidFwkDebugA LSPosed/Xposed module for hooking framework system services debug variable.
ttymsd / Traffic Monitortraffic debugging library for android
stepheneasyshot / DebugManagerA Compose Multiplatform Desktop software, for Android device debugging.
HaenaraShin / AdbDetector🕵️ An android library to detect ADB debug
bartwell / Ultra DebuggerUltra Debugger is an open source modules-based android library for application debugging.