Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

32-bit support #4

Open
BullyWiiPlaza opened this issue Aug 9, 2020 · 0 comments
Open

32-bit support #4

BullyWiiPlaza opened this issue Aug 9, 2020 · 0 comments

Comments

@BullyWiiPlaza
Copy link

BullyWiiPlaza commented Aug 9, 2020

It would be great if this library supported 32-bit binaries as well since 32-bit is still often used nowadays:

auto header = (Elf64_Ehdr*)m_mmap_program;
if (header->e_ident[EI_CLASS] != ELFCLASS64) {
	printf("Only 64-bit files supported\n");
	exit(1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant