Skip to content

Instantly share code, notes, and snippets.

View dihva's full-sized avatar
♥️
slayy queen

dihva dihva

♥️
slayy queen
View GitHub Profile
@lwerdna
lwerdna / animals.py
Created April 29, 2020 17:30
Binary Ninja plugin to rename all sub_XXX to "AdjectiveAnimal" similar to gfycat
#!/usr/bin/env python
# BinaryNinja plugin
# adds tools menu item to rename all sub_XXX to "AdjectiveAnimal"
import re
import random
from binaryninja.plugin import PluginCommand
@DOBRO
DOBRO / UCI-Protocol-Specification.txt
Last active December 18, 2025 19:00
Description of the Universal Chess Interface (UCI)
// Dowloaded from: http://download.shredderchess.com/div/uci.zip
Description of the universal chess interface (UCI) April 2006
=================================================================
* The specification is independent of the operating system. For Windows,
the engine is a normal exe file, either a console or "real" windows application.
* all communication is done via standard input and output with text commands,