this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Weak binds shouldn't overwrite successful standard binds

+1 -1
+1 -1
src/libdyld/MachOObject.cpp
··· 794 794 } 795 795 #endif 796 796 797 - //if (addr != nullptr) 797 + if (addr != nullptr) 798 798 writeBind(bind->type, (void**)(bind->vmaddr + m_slide), addr, bind->name); 799 799 800 800 return addr;