- "/etc/localtime:/etc/localtime:ro"
- "/etc/timezone:/etc/timezone:ro"
This file contains 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
<# | |
.Synopsis | |
This function will set the proxy settings provided as input to the cmdlet. | |
.Description | |
This function will set the proxy server and (optinal) Automatic configuration script. | |
.Parameter ProxyServer | |
This parameter is set as the proxy for the system. | |
Data from. This parameter is Mandatory | |
.Example | |
Setting proxy information |
This file contains 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
<# | |
.SYNOPSIS | |
This script reads the event log "Microsoft-Windows-TerminalServices-LocalSessionManager/Operational" from | |
multiple servers and outputs the human-readable results to a CSV. This data is not filterable in the native | |
Windows Event Viewer. | |
Version: November 9, 2016 | |
This file contains 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
-assumenosideeffects class timber.log.Timber { *; } |
This file contains 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
# Proguard for Xposed. | |
-keep class * implements de.robv.android.xposed.IXposedHookZygoteInit | |
-keep class * implements de.robv.android.xposed.IXposedHookLoadPackage | |
-keep class * implements de.robv.android.xposed.IXposedHookInitPackageResources | |
-keep class * extends de.robv.android.xposed.XC_MethodHook | |
-keep class * extends de.robv.android.xposed.XC_MethodReplacement | |
-keepclassmembers class * implements de.robv.android.xposed.IXposedHookZygoteInit { | |
public void initZygote(de.robv.android.xposed.IXposedHookZygoteInit.StartupParam); | |
} |
This file contains 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
Package: com.abcydia.netfix | |
Version: 1.0-1 | |
Section: System | |
Maintainer: WZteam <[email protected]> | |
Depends: firmware (>= 10.2.1) | |
Architecture: iphoneos-arm | |
Name: Netfix Cydia联网修正 | |
Author: ABCydia <[email protected]> | |
Sponsor: ABCydia <http://www.abcydia.com> |
This file contains 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
/* | |
* Dodgy POC for my CVE-2018-4150 bug - @cmwdotme | |
* | |
* Bad locking lets you use BIOCSDLT and race BIOCSBLEN to increase the length without | |
* increasing/reallocating the buffer.. which lets you overflow ;) Should work up to iOS 11.2.6 | |
* | |
*/ | |
#include <fcntl.h> | |
#include <pthread.h> |
This file contains 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
{ | |
"homepage": "http://www.exeinfo.xn.pl/", | |
"version": "0.0.4.9", | |
"hash": "fb4d6062e81411654324565fbc13d585a06e706aed57216b49e0da312cecebd0", | |
"url": "https://down.52pojie.cn/Tools/PEtools/ExeinfoPe.zip", | |
"extract_dir": "ExeinfoPe", | |
"bin": "exeinfope.exe" | |
} |
This file contains 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
#!/usr/bin/env python | |
# -*- encoding: utf-8 -*- | |
# Author: TheCjw<[email protected]> | |
# Created on 14:58 2015/5/24 | |
__author__ = "TheCjw" | |
import argparse | |
import os | |
import struct |
This file contains 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
docker images | grep -v REPOSITORY | awk '{printf("%s:%s\n", $1, $2)}' | xargs -L1 docker pull |
NewerOlder