git checkout -b otherrepo-master mastergit pull https://github.com/otherrepo/my-repo-name.git master| #!/bin/sh | |
| ./bin/mitmweb --no-web-open-browser --web-host 0.0.0.0 -s ./custom_proxy.py -k --set tls_version_server_min=SSL3 --set tls_version_client_min=SSL3 --verbose |
| #include <Windows.h> | |
| #include <stdio.h> | |
| #define GAME_DIR L"D:\\Games\\Genshin Impact\\Genshin Impact game" | |
| #define DLL_PATH "C:\\Users\\Khang\\source\\repos\\mhynot2-rewritten\\x64\\Debug\\mhynot2-rewritten.dll" | |
| int main() { | |
| printf("hi\n"); | |
| SetCurrentDirectoryW(GAME_DIR); |
| ### Basic ### | |
| # The directory to store the downloaded file. | |
| dir=${HOME}/Downloads | |
| # Downloads the URIs listed in FILE. | |
| input-file=${HOME}/.aria2/aria2.session | |
| # Save error/unfinished downloads to FILE on exit. | |
| save-session=${HOME}/.aria2/aria2.session | |
| # Save error/unfinished downloads to a file specified by --save-session option every SEC seconds. If 0 is given, file will be saved only when aria2 exits. Default: 0 | |
| save-session-interval=60 | |
| # Set the maximum number of parallel downloads for every queue item. See also the --split option. Default: 5 |
| # Script (sc) | |
| sc ; Adlm ; Adlam | |
| sc ; Aghb ; Caucasian_Albanian | |
| sc ; Ahom ; Ahom | |
| sc ; Arab ; Arabic | |
| sc ; Armi ; Imperial_Aramaic | |
| sc ; Armn ; Armenian | |
| sc ; Avst ; Avestan | |
| sc ; Bali ; Balinese |
| /* JADX WARN: Type inference failed for: r0v0, types: [com.miui.server.SecurityManagerService$1] */ | |
| private void checkSystemSelfProtection(final boolean z) { | |
| new Thread() { // from class: com.miui.server.SecurityManagerService.1 | |
| @Override // java.lang.Thread, java.lang.Runnable | |
| public void run() { | |
| Process.setThreadPriority(10); | |
| if (!miui.os.Build.IS_TABLET && !z) { | |
| System.currentTimeMillis(); | |
| PackageManager packageManager = SecurityManagerService.this.mContext.getPackageManager(); | |
| try { |
adb is the Android CLI tool with which you can interact with your android device, from your PC
You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.
To get the list of your installed applications: