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
This commit is contained in:
11
depricated payloads/source/jibo_signal.c
Normal file
11
depricated payloads/source/jibo_signal.c
Normal file
@@ -0,0 +1,11 @@
|
||||
void _start() {
|
||||
volatile unsigned int *signal = (unsigned int *)0x40001000;
|
||||
|
||||
unsigned int counter = 0;
|
||||
while (1) {
|
||||
*signal = 0xABC00000 | (counter & 0xFFFFF);
|
||||
counter++;
|
||||
for (volatile int i = 0; i < 10000; i++)
|
||||
;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user