New architecture: BPF#1388
Conversation
|
wow nice work! let me go thru the code & give some comments |
|
the code looks very clean, you did an amazing job! @HarDToBelieve @catenacyber this also updates your regression testsuite & fuzzer, please ack. |
|
Few more comments:
|
| CS_MODE_BIG_ENDIAN, | ||
| "tms320c64x" | ||
| }, | ||
| #if CS_NEXT_VERSION >= 5 |
There was a problem hiding this comment.
I think the ifdef needs to remain so that both next and master branch can be fuzzed
There was a problem hiding this comment.
Oh I found both master and next branch has the same CS_NEXT_VERSION = 5, that's why I removed it.
There was a problem hiding this comment.
Ok thanks @david942j so your code is good
@aquynh how can a program know at compile time which architectures are supported by the current capstone ie branch master and branch next ?
|
Great ! Cheers @david942j |
|
merged, thanks for this amazing work! |
|
@david942j, i had a commit to print out BPF for |
|
Oops I missed it, thanks! |
closes #838
Berkeley Packet Filter
CS_MODE_BPF_CLASSIC, CS_MODE_BPF_EXTENDED)references: