Byte Swap Macros: Difference between revisions

From MidasWiki
Jump to navigation Jump to search
(Created page with "These Macros can be used for BYTE swap manipulation when little-endian/big-endian are mixed in the event. WORD_SWAP DWORD_SWAP QWORD_SWAP They are used by bk_swa...")
(No difference)

Revision as of 17:05, 30 October 2013

These Macros can be used for BYTE swap manipulation when little-endian/big-endian are mixed in the event.

   WORD_SWAP
   DWORD_SWAP
   QWORD_SWAP

They are used by bk_swap();