Renamed some header files to new project name
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef IPWNDFU_REWRITE_C_CHECKM8_H
|
||||
#define IPWNDFU_REWRITE_C_CHECKM8_H
|
||||
#ifndef CHECKM8_TOOL_CHECKM8_H
|
||||
#define CHECKM8_TOOL_CHECKM8_H
|
||||
|
||||
#include "checkm8_config.h"
|
||||
|
||||
@@ -46,4 +46,4 @@ struct pwned_device
|
||||
struct pwned_device *exploit_device();
|
||||
void free_device(struct pwned_device *dev);
|
||||
|
||||
#endif //IPWNDFU_REWRITE_C_CHECKM8_H
|
||||
#endif //CHECKM8_TOOL_CHECKM8_H
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef IPWNDFU_REWRITE_C_COMMAND_H
|
||||
#define IPWNDFU_REWRITE_C_COMMAND_H
|
||||
#ifndef CHECKM8_TOOL_COMMAND_H
|
||||
#define CHECKM8_TOOL_COMMAND_H
|
||||
|
||||
#include "checkm8.h"
|
||||
|
||||
@@ -22,4 +22,4 @@ struct dev_cmd_resp *dev_write_memory(struct pwned_device *dev, long long addr,
|
||||
|
||||
void free_dev_cmd_resp(struct dev_cmd_resp *resp);
|
||||
|
||||
#endif //IPWNDFU_REWRITE_C_COMMAND_H
|
||||
#endif //CHECKM8_TOOL_COMMAND_H
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef IPWNDFU_REWRITE_C_PAYLOAD_H
|
||||
#define IPWNDFU_REWRITE_C_PAYLOAD_H
|
||||
#ifndef CHECKM8_TOOL_PAYLOAD_H
|
||||
#define CHECKM8_TOOL_PAYLOAD_H
|
||||
|
||||
#include "checkm8.h"
|
||||
|
||||
@@ -29,4 +29,4 @@ struct dev_cmd_resp *execute_payload(struct pwned_device *dev, PAYLOAD_T p, int
|
||||
struct dev_cmd_resp *read_payload(struct pwned_device *dev, long long addr, int len);
|
||||
struct dev_cmd_resp *write_payload(struct pwned_device *dev, long long addr, unsigned char *data, int len);
|
||||
|
||||
#endif //IPWNDFU_REWRITE_C_PAYLOAD_H
|
||||
#endif //CHECKM8_TOOL_PAYLOAD_H
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef IPWNDFU_REWRITE_C_LIBUSB_HELPERS_H
|
||||
#define IPWNDFU_REWRITE_C_LIBUSB_HELPERS_H
|
||||
#ifndef CHECKM8_TOOL_LIBUSB_HELPERS_H
|
||||
#define CHECKM8_TOOL_LIBUSB_HELPERS_H
|
||||
|
||||
#include "checkm8.h"
|
||||
#define LIBUSB_MAX_PACKET_SIZE 0x800
|
||||
@@ -42,4 +42,4 @@ int reset(struct pwned_device *dev);
|
||||
int serial_descriptor(struct pwned_device *dev, unsigned char *serial_buf, int len);
|
||||
|
||||
|
||||
#endif //IPWNDFU_REWRITE_C_LIBUSB_HELPERS_H
|
||||
#endif //CHECKM8_TOOL_LIBUSB_HELPERS_H
|
||||
|
||||
Reference in New Issue
Block a user