summaryrefslogtreecommitdiff
path: root/lib/elf.h
blob: 8ce99dbba9b8613d6a242ee044abed42f584d389 (plain)
1
2
3
4
5
6
7
#pragma once

#include<string.h>
#include<stdbool.h>
#include<stdint.h>

void load_elf(char *filename, bool *is32bit_p, uint64_t *entry);