Skip to content

Instantly share code, notes, and snippets.

View 0xE0-rng's full-sized avatar

0xE0_rng 0xE0-rng

View GitHub Profile
@0xE0-rng
0xE0-rng / install.sh
Last active July 24, 2024 14:12
Script to install radare2 on a MacOS enviorment without root access
# 1. Download from https://github.com/radareorg/radare2/releases/tag/5.9.2 and place it in the same folder as this script
# 2. adjust the following paths:
# path for the installed files
INSTALL_TARGET=~/Tools/radare2-test
# where are your bniaries stored? Should be added to Path
BIN_TARGET=~/bin/
# 3. run the script
@0xE0-rng
0xE0-rng / black_text_black_button.user.js
Last active October 17, 2018 19:22
Fix Black Text On Black Boxes (fixes problems with Nitrogen and GTK dark themes)
==UserScript==
// @name Bright Forms
// @namespace einar
// @description Make all form elements default to light style to combat gtk theme
// @include *
// @version 1
// @grant none
// @author https://www.reddit.com/r/firefox/comments/58uyhp/the_dark_gtk_theme_and_firefox_buttonstextboxes/
// ==/UserScript==
function addDefaultCssRules(rule) {
alert("XSS")