I hereby claim:
- I am still34 on github.
- I am stillaz (https://keybase.io/stillaz) on keybase.
- I have a public key ASAE-X_di9JfeZuuhsTXYifdFaPJ3Z5dS3mxCYEHyCz3-wo
To claim this, I am signing this object:
#Requires -Version 7 | |
$Config = [PSCustomObject]@{ | |
NXGameInfoPath = "E:\tools\NXGameInfo-CLI\nxgameinfo_cli.exe" | |
HashMyFiles = "hashmyfiles.exe" | |
HacToolNet = "E:\tools\hactoolnet\hactoolnet.exe" | |
} | |
if ("NXNativeWin32" -as [type]) {}else { | |
Add-Type -TypeDefinition @" |
# Made with <3 by Still/Azaka | |
# https://links.azaka.fun | |
#Requires -Module ps-menu | |
#Requires -Version 7 | |
$msftDocsCacheDir = [System.IO.Path]::Combine(($env:HOME ?? $env:USERPROFILE), '.msftdocs-cache') | |
function Update-MsDocsCache | |
{ | |
$win32Categories = "_ad", "_adam", "_rm", "_adsi", "_alljoyn", "_amsi", "_setup", "_recovery", "_audio", "_automat", "_bits", "_backup", "_battery", "_bltooth", "_bluetooth", "_cimfs", "_cimwin32", "_cloudapi", "_cos", "_com", "_cmpapi", "_coreaudio", "_fs", "_dedup", "_dataxchg", "_debug", "_dwm", "_devlic", "_winprog", "_deviceaccess", "_devinst", "_dlgbox", "_directmanipulation", "_direct2d", "_direct3d10", "_direct3d11", "_direct3d12", "_direct3d9", "_directcomp", "_directdraw", "_directml", "_directwrite", "_dxmath", "_display", "_dfs", "_msdtcwmi", "_dns", "_devtest", "_dxcore", "_direct3ddxgi", "_dhcp", "_enstor", "_etw", "_eventlogprov", "_eaphost", "_eap", "_cluswmi", "_clushyperv", "_fax", "_fsrm", "_gamemode", "_gamingdvcinfo", "_gdiplus", "_policy", "_gpmc", "_hcp" |
# Made with <3 by Still/Azaka | |
# https://links.azaka.fun | |
import hashlib | |
import logging | |
import os | |
import pathlib | |
import re | |
from cryptography.hazmat.primitives.ciphers import Cipher, algorithms | |
import lief |
/* ==UserStyle== | |
@name Dark Malpedia | |
@author Still | |
@version 1.0.0 | |
@license MIT | |
@preprocessor default | |
==/UserStyle== */ | |
@-moz-document domain("malpedia.caad.fkie.fraunhofer.de") { | |
:root { | |
--bg-color: hsl(212, 10%, 13%); |
I hereby claim:
To claim this, I am signing this object:
import ida_idaapi, ida_kernwin, ida_bytes, ida_name | |
import sys | |
import random | |
import re | |
if sys.version_info.major == 3: | |
import tkinter as tk | |
from tkinter import filedialog | |
else: | |
import Tkinter, tkFileDialog |
function ConvertTo-Gif { | |
[CmdletBinding()] | |
param ( | |
[ValidateScript( { test-path -LiteralPath $_ })] | |
[Parameter(Mandatory = $true)] | |
$File | |
) | |
begin { | |
# Check if ffmpeg is installed |
Dynamic analysis is used here first because it is already actively running on victim's machine, so we might as well start from there.
Discord.Net | Repo | Docs | Support | Latest CI Artifacts | Build Logs
THIS FAQ IS DEPRECATED, PLEASE VISIT Discord.Net Nightly Documentation FOR THE MOST UP TO DATE VERSION.
using System; | |
using System.Collections.Concurrent; | |
using System.Collections.Generic; | |
using System.Diagnostics; | |
using System.Linq; | |
using System.Threading.Tasks; | |
namespace TPLPractice | |
{ | |
public class Program |