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
5 lines
124 B
C
5 lines
124 B
C
void _start() {
|
|
*(volatile unsigned int *)0x40000800 = 0xDEADBEEF;
|
|
*(volatile unsigned int *)0x40000804 = 0xCAFEBABE;
|
|
}
|