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:
17
Shofel4Jibo/include/rcm.h
Normal file
17
Shofel4Jibo/include/rcm.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef _RCM_H_
|
||||
#define _RCM_H_
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "t124.h"
|
||||
#include "mini_libusb.h"
|
||||
#include "endianness.h"
|
||||
|
||||
int send_rcm_cmd( int rcm_usb, char* payload_filename, uint32_t payload_thumb_mode );
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user