binaryninja/scc-docs/byteswap.txt
Giulio De Pasquale 52e9dc828b dindon
2018-12-13 18:39:52 +00:00

13 lines
287 B
Plaintext

__byteswap
==========
:title: Shellcode Compiler Runtime
---------------------------------------------
uint16_t __byteswap(uint16 n);
uint32_t __byteswap(uint32 n);
uint64_t __byteswap(uint64 n);
---------------------------------------------
Swaps the byte ordering of the value `n`.