Available | Release | Architecture | Version | URI |
---|---|---|---|---|
TRUE | 2022 | x64 | 14.32.31332.0 | https://aka.ms/vs/17/release/VC_redist.x64.exe |
TRUE | 2022 | x86 | 14.32.31332.0 | https://aka.ms/vs/17/release/VC_redist.x86.exe |
TRUE | 2019 | x64 | 14.29.30139.0 | https://aka.ms/vs/16/release/VC_redist.x64.exe |
TRUE | 2019 | x86 | 14.29.30139.0 | https://aka.ms/vs/16/release/VC_redist.x86.exe |
TRUE | 2017 | x64 | 14.16.27033.0 | https://aka.ms/vs/15/release/vc_redist.x64.exe |
TRUE | 2017 | x86 | 14.16.27033.0 | https://aka.ms/vs/15/release/vc_redist.x86.exe |
TRUE | 2015 | x64 | 14.0.24215.1 | https://download.microsoft.com/download/6/A/A/6AA4EDFF-645B-48C5-81CC-ED5963AEAD48/vc_redist.x64.exe |
TRUE | 2015 | x86 | 14.0.24215.1 | https://download.microsoft.com/download/6/A/A/6AA4EDFF-645B-48C5-81CC-ED5963AEAD48/vc_redist.x86.exe |
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
adb shell pm disable-user com.miui.accessibility | |
adb shell pm disable-user com.miui.daemon | |
adb shell pm disable-user com.android.carrierdefaultapp | |
adb shell pm disable-user com.android.traceur | |
adb shell pm disable-user com.miui.miservice | |
adb shell pm disable-user com.xiaomi.mi_connect_service | |
adb shell pm disable-user com.xiaomi.mirror | |
adb shell pm disable-user com.android.stk | |
adb shell pm disable-user com.goodix.fingerprint.setting | |
adb shell pm disable-user com.android.cellbroadcastservice |
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
Note: I don't know where does this thread belongs. If I'm on the incorrect section, move it to the correct one. | |
Many people are literally just selling this method and I feel like sharing this out so that you don't have to pay because the seller just don't do a minute of work to get you the drive. | |
So moving straight towards the method: | |
Step I: | |
Go to this link: https://td.fastio.me/ (mirrors to be left at the last) | |
Step II: | |
Type your desired drive's name at the first field and your Gmail on the bottom field. |
This guide is unmaintained and was created for a specific workshop in 2017. It remains as a legacy reference. Use at your own risk.
Workshop Instructor:
- Lilly Ryan @attacus_au
This workshop is distributed under a CC BY-SA 4.0 license.
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
; Allow the linker to find the _start symbol. The linker will begin program execution | |
; there. | |
global _start | |
; Start the .data section of the executable, which stores constants (read-only data) | |
; It doesn't matter which order your sections are in, I just like putting .data first | |
section .rodata | |
; Declare some bytes at a symbol called error_msg. NASM's db pseudo-instruction | |
; allows either a single byte value, a constant string, or a combination of the two | |
; as seen here. 0xA = new line, and 0x0 = string-terminating null |
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
https://dl.google.com/translate/offline/v3/r1/c.zip | |
https://dl.google.com/translate/offline/v3/r1/profiles.txt |
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
# This hosts file is brought to you by Dan Pollock and can be found at | |
# http://someonewhocares.org/hosts/ | |
# You are free to copy and distribute this file for non-commercial uses, | |
# as long the original URL and attribution is included. | |
#<localhost> | |
127.0.0.1 localhost | |
127.0.0.1 localhost.localdomain | |
255.255.255.255 broadcasthost | |
::1 localhost |