Skip to content

Instantly share code, notes, and snippets.

@ifiokjr
Last active November 10, 2025 15:58
Show Gist options
  • Select an option

  • Save ifiokjr/b70882d3f1182ed48ec7eefa5c93a740 to your computer and use it in GitHub Desktop.

Select an option

Save ifiokjr/b70882d3f1182ed48ec7eefa5c93a740 to your computer and use it in GitHub Desktop.
Android Platform Tools
@afridiyasir386-arch
Copy link

Free fire panal

@hmoghadam324-create
Copy link

cd /usr/bin
chronos@localhost /usr/bin $ /usr/bin/adb --version
Android Debug Bridge version 1.0.41
Version 34.0.4-android-tools
Installed as /usr/bin/adb
Running on Linux 6.6.30-02726-gb84bbdf6955e (x86_64)
chronos@localhost /usr/bin $ /usr/bin/fastboot --version
fastboot version 34.0.4-android-tools
Installed as /usr/bin/fastboot

chronos@localhost /usr/bin $ file adb
adb: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[xxHash]=539248096e2bb648, stripped
chronos@localhost /usr/bin $ cd /usr/local/tmp/platform-tools
chronos@localhost /usr/local/tmp/platform-tools $ file adb
adb: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.24, not stripped

ls -la --time-style=full-iso
-rwxr-xr-x 1 chronos chronos 8104656 2008-01-01 00:00:00.000000000 -0500 adb
-rwxr-xr-x 1 chronos chronos 56824 2008-01-01 00:00:00.000000000 -0500 dmtracedump
-rwxr-xr-x 1 chronos chronos 1645440 2008-01-01 00:00:00.000000000 -0500 e2fsdroid
-rwxr-xr-x 1 chronos chronos 305400 2008-01-01 00:00:00.000000000 -0500 etc1tool
-rwxr-xr-x 1 chronos chronos 2417136 2008-01-01 00:00:00.000000000 -0500 fastboot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment