This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# mips stack pwnme by tcmal | |
# contrived & kinda easy :) | |
# to get binary into mips i/o, use the command line: | |
# $ echo -e "payload" | mars-mips sm pwnme.asm | |
.data | |
prompt: .asciiz "Enter a name: " | |
length: .asciiz "Your name is this long: " | |
congrats: .asciiz "You did it!" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ULTRAKILL Auto-Splitter by tcmal | |
// Starts whenever not on main menu | |
// Splits on level change | |
// Last updated: 10/08/2021 for GREED update. | |
state("ULTRAKILL") | |
{ | |
int level: "mono-2.0-bdwgc.dll", 0x494A90, 0xF40, 0x0, 0xD0, 0x20, 0x40, 0xBC; | |
float seconds: "mono-2.0-bdwgc.dll", 0x494A90, 0xF40, 0x0, 0xD0, 0x20, 0x40, 0xD0; | |
} |