sudo apt install openjdk-8-jdk-headless
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Implementation notes regarding ADB. | |
| I. General Overview: | |
| The 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.) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Binary Win32 + source = https://www.dropbox.com/sh/4zp5okf5c1o6zyq/AAA1AJ-9t4vFuocoRCCGq_7Ia | |
| #include <stdio.h> | |
| #include <malloc.h> | |
| #include <string.h> | |
| char* TS1_KEY = "PoLiK"; | |
| char* TS2_KEY = "dfafFDSAFffdf342fd"; | |
| char* TS3_KEY = "jfkbFDSFDSdsf32cxc"; | |
| void decryptData(char* data, int size, char* key) |