#pragma once #include void Elf32_pad(unsigned char *out, size_t padding); void Elf64_pad(unsigned char *out, size_t padding);