cap2hccapx does not work on Big Endian systems
neheb opened this issue · 2 comments
neheb commented
Tested on a big endian MIPS router. cap2hccapx succeeds in finding the handshake on x86 but not on MIPS. Guessing due to different endianness.
neheb commented
ran clang-analyzer. It complains on line 492. Error is:
Pointer arithmetic on non-array variables relies on memory layout, which is dangerous.