binaryninja/commercial/scc-docs/byteswap.txt

13 lines
287 B
Plaintext
Raw Normal View History

2018-12-13 18:39:52 +00:00
__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`.