Add highlighting, fixed len instructions and more
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
#define RISCB_HEXDUMP_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
char *hexdump_to_string(const unsigned char *data, size_t size);
|
||||
char *hexdump_to_string(const unsigned char *data, uint32_t start, uint32_t end);
|
||||
|
||||
#endif //RISCB_HEXDUMP_H
|
||||
|
Reference in New Issue
Block a user