mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
idea cmplog
This commit is contained in:
@ -60,7 +60,7 @@ struct cmp_operands {
|
|||||||
u64 v1_128;
|
u64 v1_128;
|
||||||
u64 v1_256_0;
|
u64 v1_256_0;
|
||||||
u64 v1_256_1;
|
u64 v1_256_1;
|
||||||
u8 unused[8];
|
u8 unused[8]; // 2 bits could be used for "is constant operand"
|
||||||
|
|
||||||
} __attribute__((packed));
|
} __attribute__((packed));
|
||||||
|
|
||||||
@ -70,7 +70,7 @@ struct cmpfn_operands {
|
|||||||
u8 v1[32];
|
u8 v1[32];
|
||||||
u8 v0_len;
|
u8 v0_len;
|
||||||
u8 v1_len;
|
u8 v1_len;
|
||||||
u8 unused[6];
|
u8 unused[6]; // 2 bits could be used for "is constant operand"
|
||||||
|
|
||||||
} __attribute__((packed));
|
} __attribute__((packed));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user