g | x | w | all
Bytes Lang Time Link
064Python230720T111339ZSuperSto

Python, 64 bytes

-2 bytes thanks to corvus_192

import os
os.execl(*"aa",*int(input()).to_bytes(4).split(b'\0'))

Uses big endian and assumes binary is named "a".