Skip to content

Commit

Permalink
Change member description back to bytes.
Browse files Browse the repository at this point in the history
The xcode function is actually from bytes -> asm/packet etc.
The RzBuffer is just the vehicle to provide the bytes.
  • Loading branch information
Rot127 committed Oct 4, 2024
1 parent 8b0f1dc commit 8656cc4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions librz/include/rz_arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RZ_LIB_VERSION_HEADER(rz_arch);

typedef enum {
RZ_ARCH_XCODE_MEMBER_INVALID = 0, ///< Invalid member
RZ_ARCH_XCODE_MEMBER_BUFFER, ///< Member is a RzBuffer
RZ_ARCH_XCODE_MEMBER_BYTES, ///< Member are bytes provided by a RzBuffer.
RZ_ARCH_XCODE_MEMBER_ASSEMBLY, ///< Member is assembly
RZ_ARCH_XCODE_MEMBER_PACKET, ///< Member is RzArchPacket
RZ_ARCH_XCODE_MEMBER_HINT, ///< Member is RzArchHint
Expand All @@ -34,8 +34,6 @@ typedef enum {
RZ_ARCH_XCODE_MEMBER_ESIL, ///< [Deprecated] Member is ESIL
} RzArchXCodeMember;

#define RZ_ARCH_BUFFER_SIZE 128

typedef ut64 RzAddress;

typedef struct rz_arch_xcode_t {
Expand Down

0 comments on commit 8656cc4

Please sign in to comment.