Skip to content

Instantly share code, notes, and snippets.

View iFarhaanFK's full-sized avatar

Farhaan iFarhaanFK

  • https://idontknowquantumcomputers.com/
  • US
View GitHub Profile
Running setup.py install for pyyaml ... error
Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/tn/1sycwg052039c0hyvmrm7hqh0000gn/T/pip-build-2s_rx7/pyyaml/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /var/folders/tn/1sycwg052039c0hyvmrm7hqh0000gn/T/pip-08HnyO-record/install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build/lib.macosx-10.13-intel-2.7
creating build/lib.macosx-10.13-intel-2.7/yaml
copying lib/yaml/scanner.py -> build/lib.macosx-10.13-intel-2.7/yaml
copying lib/yaml/error.py -> build/lib.macosx-10.13-intel-2.7/yaml
@iFarhaanFK
iFarhaanFK / DmaHvBackdoor.c
Created August 24, 2017 22:31 — forked from Cr4sh/DmaHvBackdoor.c
Hyper-V backdoor for UEFI
/*
*********************************************************************
Part of UEFI DXE driver code that injects Hyper-V VM exit handler
backdoor into the Device Guard enabled Windows 10 Enterprise.
Execution starts from new_ExitBootServices() -- a hook handler
for EFI_BOOT_SERVICES.ExitBootServices() which being called by
winload!OslFwpKernelSetupPhase1(). After DXE phase exit winload.efi
transfers exeution to previously loaded Hyper-V kernel (hvix64.sys)
@iFarhaanFK
iFarhaanFK / osx_install.sh
Created May 13, 2017 09:18 — forked from t-io/osx_install.sh
Install most of my Apps with homebrew & cask
#!/bin/sh
echo Install all AppStore Apps at first!
# no solution to automate AppStore installs
read -p "Press any key to continue... " -n1 -s
echo '\n'
echo Install and Set San Francisco as System Font
ruby -e "$(curl -fsSL https://raw.github.com/wellsriley/YosemiteSanFranciscoFont/master/install)"
echo Install Homebrew, Postgres, wget and cask
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"