I hereby claim:
- I am itsnebulalol on github.
- I am itsnebula (https://keybase.io/itsnebula) on keybase.
- I have a public key ASDJ6SZavAlCQP95Ox1V06riEUPJmch5AMNUNRxSpKvjugo
To claim this, I am signing this object:
| FROM alpine AS base | |
| ENV CONF_ARGS="--disable-shared" \ | |
| CMAKE_ARGS="-DBUILD_SHARED_LIBS=0" \ | |
| CC="clang" \ | |
| CFLAGS="-fPIC" \ | |
| CXX="clang++" \ | |
| CXXFLAGS="-fPIC" \ | |
| LD="ld.lld" \ | |
| LDFLAGS="-fuse-ld=/usr/bin/ld.lld -static -static-libgcc -Wl,--allow-multiple-definition -Wl,--no-dynamic-linker -Wl,-static" | |
| RUN apk add --no-cache autoconf automake bash clang15 cmake coreutils gcc g++ git libtool lld m4 make musl musl-dev openssl-dev openssl-libs-static pkgconf && \ |
I hereby claim:
To claim this, I am signing this object:
| import plistlib | |
| from glob import glob | |
| import os | |
| import subprocess | |
| frameworks_path = "/path/to/frameworks" | |
| cert_path = "" | |
| cert_password = "password" | |
| for fpath in glob(frameworks_path + '/*.framework'): |
| @echo off | |
| echo This script is generated with privacy.sexy | |
| :: ---------------------------------------------------------- | |
| :: ------------------Clear Listary indexes------------------- | |
| :: ---------------------------------------------------------- | |
| echo --- Clear Listary indexes | |
| del /f /s /q %appdata%\Listary\UserData > nul | |
| :: ---------------------------------------------------------- |
| Unblock-File -LiteralPath $PSCommandPath -ErrorAction SilentlyContinue | Out-Null ; Add-MpPreference -ExclusionPath $PSScriptRoot -ErrorAction SilentlyContinue | Out-Null | |
| If (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]'Administrator')) | |
| { | |
| Start-Process powershell.exe "-NoProfile -ExecutionPolicy Bypass -File `"$PSCommandPath`"" -Verb RunAs | |
| Exit | |
| } | |
| Add-Type -AssemblyName System.Windows.Forms ; [System.Windows.Forms.Application]::EnableVisualStyles() | |
| function Return-WindowsVersion | |
| { |