Written by @trgwii, not me:
"If Go wasn't made by Google, what would be bad about it?" Stafn asked.
And this is the response from Thomas:
- uncomposable error handling, this is like being back to:
# use pssuspend to suspend and resume a process | |
# download at SysInternals Process Utilities | |
# https://learn.microsoft.com/en-us/sysinternals/downloads/pssuspend | |
$targetProcessId = 102030 | |
$freezeMS = 1000 | |
$resumeMS = 1 | |
while($true) { | |
pssuspend.exe $targetProcessId |
document.location = decodeURI(new URLSearchParams(window.location.search).get("continue")) |
[core] | |
editor = nvim | |
[status] | |
short = true | |
branch = true | |
[url "https://"] | |
insteadOf = git:// | |
[url "https://github.com/"] |
{{- /* Template based on https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#reports-json-format */ -}} | |
{ | |
"version": "15.0.7", | |
"scan": { | |
"analyzer": { | |
"id": "trivy", | |
"name": "Trivy", | |
"vendor": { | |
"name": "Aqua Security" | |
}, |
#Requires AutoHotkey v2.0 | |
#Include RegExHotstring.ahk | |
#SingleInstance Force | |
RegExHotstring("([s$]+)(h+)([i!]+)(r+)([i!]+)(n+)([i!]+)", (m) => DllCall("LockWorkStation"), "* ?") | |
RegExHotstring("(ش+)(ی+)(ر+)(ی+)(ن+)(ی+)", (m) => DllCall("LockWorkStation"), "* ?") | |
RegExHotstring("(b+)(a+)(s+)(t+)(a+)(n+)([i!]+)", (m) => DllCall("LockWorkStation"), "* ?") | |
RegExHotstring("(ب+)(س+)(ت+)(ن+)(ی+)", (m) => DllCall("LockWorkStation"), "* ?") | |
RegExHotstring("(m+)(i+)(d+)(a+)(m+)", (m) => DllCall("LockWorkStation"), "* ?") |
We have two folders called:
yararules
custom yarasFor each .yar
file inside the yararules
folder, we should create a folder with the same name as the yara file inside the yararules.test/testcases
folder.
ok-*
it means that the file should not match the yara file.