Skip to content

Instantly share code, notes, and snippets.

View Zeffuro's full-sized avatar

Jeffrey Veenhuis Zeffuro

  • Rotterdam, the Netherlands
View GitHub Profile
@Zeffuro
Zeffuro / jobs.css
Created November 30, 2019 17:21
Test with other background bars
#bars {
position: relative;
top: 20px; /* Space for pull counter */
left: 100px; /* Space for some left buffs */
}
#hp-bar {
background-image: url("https://raw.githubusercontent.com/Zeffuro/Zeffuro-s-Trigger-Repository/master/Resources/Images/Bar.png");
background-repeat: no-repeat;
position: relative;
width: 154px;
@Zeffuro
Zeffuro / FFXIVIdaGuide.md
Last active November 25, 2023 16:34
FFXIV IDA Bruteforce Guide

IDA Bruteforce Guide (written by someone who is totally clueless and just wanted to get stuff working)

How to set up the environment.

  1. Get IDA Pro from somewhere, in this "guide" I use IDA Pro 7.5
  2. Install Python 3.5 or newer, in this "guide" I use Python 3.8.5
  3. Download pySigMaker.py or SigMaker, in this "guide" I use pySigMaker.
  4. Clone or download latest FFXIVClientStructs
  5. Copy pySigMaker.py in IDA Install Directory\Plugins