Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Improve reliability of import slot test
We were doing gum_module_find_export_by_name(NULL, "malloc"), which on UNIX does dlsym(RTLD_DEFAULT, "malloc"). Turns out this may give us the address of gum-tests' import stub, instead of the actual implementation in libc.
- Loading branch information