Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex
filter Get-PEFeature { | |
<# | |
.SYNOPSIS | |
Retrieves key features from PE files that can be used to build detections. | |
.DESCRIPTION | |
Get-PEFeature extracts key features of PE files that are relevant to building detections. |
Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex
curl http://spark-cluster-ip:6066/v1/submissions/status/driver-20151008145126-0000 |
## | |
# Block Baidu | |
## | |
127.0.0.1 baidu.com | |
127.0.0.1 www.baidu.com | |
127.0.0.1 pan.baidu.com | |
127.0.0.1 post-js.baidu.com | |
127.0.0.1 bbs.baidu.com | |
127.0.0.1 tieba.baidu.com | |
127.0.0.1 wapp.baidu.com |
It's not immediately obvious how to pull down the code for a PR and test it locally. But it's pretty easy. (This assumes you have a remote for the main repo named upstream
.)
Getting the PR code
Make note of the PR number. For example, Rod's latest is PR #37: Psiphon-Labs/psiphon-tunnel-core#37
Fetch the PR's pseudo-branch (or bookmark or rev pointer whatever the word is), and give it a local branch name. Here we'll name it pr37
:
$ git fetch upstream pull/37/head:pr37