start new:
tmux
start new with session name:
tmux new -s myname
// HOW TO DRAW A TEXTURED RECTANGLE IN A MINECRAFT GUI WITH THE TEXTURE SCALED TO FIT | |
// | |
// | |
// 1. You need an instance of RenderEngine. Using ModLoader you can obtain it with: | |
// | |
RenderEngine renderEngine = ModLoader.getMinecraftInstance().renderEngine; | |
// 2a. When your mod first starts, you need to load your texture into OpenGL. If your image | |
// file is on the classpath (i.e. inside minecraft.jar or inside your own mod's jar) then | |
// you can load it easily. Your image file should contain an alpha layer with only 0 or 255 |
Convention: Byte array notation as it would appear in a hexeditor. | |
= Layout= | |
KDBX files, the keepass database files, are layout as follows: | |
1) Bytes 0-3: Primary identifier, common across all kdbx versions: | |
private static $sigByte1=[0x03,0xD9,0xA2,0x9A]; | |
2) Bytes 4-7: Secondary identifier. Byte 4 can be used to identify the file version (0x67 is latest, 0x66 is the KeePass 2 pre-release format and 0x55 is KeePass 1) |
theory | |
Consensus_Demo | |
imports | |
Network | |
begin | |
datatype 'val msg | |
= Propose 'val | |
| Accept 'val |
In Adobe Flash Player versions newer than 32.0.0.344 they added a "Timebomb" for the EOL. the player would refuse to run any custom flash content after 12/01/2021, instead it would just show this
So knowing this, Lets crack it!
I acturally started looking into this before the 12/01/2021 hit, but only recently did i acturally discover a way to bypass the killswitch
(also- im aware i was not the first to do this, but i still did do it)