531 skills found · Page 8 of 18
kdroidFilter / KmpRealTimeLoggerKMP RealTime Logger is a Kotlin Multiplatform logging library that replicates the Android Log API for use across all major platforms. It supports configurable log levels, throwable logging, and real-time log broadcasting to devices on the same local network, making debugging easier and more efficient.
snappdevelopment / KommuteMonitor your android apps network traffic for debugging
pangliang / Android Anti Debugandroid native工程反调试例子
wuntee / Android DebugA scriptable debugger library to interact with Android applications
BaristaVentures / Android Debug ArtistDebug menu for happy android dev
0x3xploit / Frida Android Jni HookingExample of hooking native functions in Android apps using Frida and JEB. Includes JNI analysis, sample app, and step-by-step guide for security testing and debugging.
TheCjw / Ida Android Scriptsome idapython scripts for android debugging.
MartinRGB / TweakIt DesktopAn Android Debugging Application
oscoreio / Maui.Android.InAppUpdatesNuGet package that implementing Android In-App Updates within a MAUI application with debugging capabilities
sidorares / Node Adbhostnode.js adb (android debug bridge) client
itldg / MauiUsbSerialForAndroidAndroid USB Serial Debugging Tool Built Using Maui
nisargjhaveri / Remote AdbShare Android devices for debugging on a remote machine via an easy web interface
wyatt8740 / Idb"iOS Debug Bridge" - push/pull files, run shells, install IPA's over USB, like ADB for Android. POSIX shell script. Can also be used for PC-to-PC SSH connections. Requires an SSH daemon on the iDevice for certain functionalities, but other parts use libimobiledevice tools and are still useful on non-jailbroken devices. Unrelated to Facebook idb.
SimonMarquis / Android UrlSchemeInterceptorIntercept and debug url scheme on Android
chris-horner / RhythmSticksA debug Android View that overlays a grid to verify UI elements adhere to a visual rhythm.
st42 / Termux Run Termux Scripts From AdbRun Termux scripts from Android Debug Bridge
Ashok-Varma / SharedPrefManagerSharedPref Manager is a Dev Debug tool that helps to manage your android Shared Preferences very effectively with ease
donaldmunro / AARemuAARemu is a software tool enabling simulation of Augmented Reality by allowing an AR developer to record either an interactive 360 degree or a non-interactive free-form view of a location using the devices camera and orientation sensors (this functionality is provided by the ARemRecorder app). The ARCamera/ARCameraDevice classes which provides a mock implementation of the Android Camera API classes can then be used to preview the recorded scene instead of the live camera preview provided by the Android Camera class. The preview callback is analogous to the standard Camera preview callback except that the preview bytes provided in the callback are extracted from a file created by the recorder application. These preview bytes are passed to the development code via the same preview callback as provided by the standard Camera classes and can thus be processed by Computer Vision algorithms before being displayed by the client application. The frames are stored as individual video frames in RGBA format and not as video so the preview can be accessed in any direction. The tool is aimed at developers of mobile AR applications as it allows the developer to record view(s) of a given location and then debug and test the AR application in the comfort of a office or home without having to make extensive changes to the programming code.
tslamic / DumpeyDumpey, an Android Debug Bridge utility tool.
BitTheByte / OrkestraWeb-based Android debugger with inspection capabilities using Frida and Jadx as a backbone