Files
Kevin a83ea3324f Shofel payloader source & prebuild for jib with some old payloads i had made
these payloads may not work , i have no clue honestly i attached them ,
also there are 2 helper py scripts that might work with some of these
payloads
2026-03-03 22:16:28 +02:00

5 lines
72 B
C

void _start() {
*(volatile unsigned int *)0x40001000 = 0xDEADC0DE;
}