Skip to content
Snippets Groups Projects
Commit 2a208f34 authored by jdh8d's avatar jdh8d
Browse files

added an impl of dl-iterate-phdr to libzestcfi so it doesn't have to call libc's version

parent 31260b57
No related branches found
No related tags found
No related merge requests found
......@@ -75,9 +75,9 @@ main()
{
build
protect
# get_correct
# report
clean
get_correct
report
# clean
}
passes=0
......
......@@ -188,7 +188,7 @@ zestcfi_func_ptr_t* zest_cfi_dispatch_c(ElfW(Addr) target)
write_str(" -- ");
ElfW(Addr) zestcfi_addr=target;
int res=dl_iterate_phdr(dl_iterate_phdr_callback,(void*)&zestcfi_addr);
int res=zestcfi__dl_iterate_phdr(dl_iterate_phdr_callback,(void*)&zestcfi_addr);
if(res==0)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment