Byte Swap Macros

From MidasWiki
Revision as of 12:34, 1 November 2013 by Suz (talk | contribs) (Redirected page to Macros#Byte Swap Macros)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Redirect page
Jump to navigation Jump to search

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();