You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Load relocatable x86_64 elf objects into main applications' memory.
Currently supports R_X86_64_PC32, R_X86_64_PLT32, and R_X86_64_GOTPCREL relocations.
TODO:
load symbol file
support .rodata.str1.1 section
support .text.startup section
support more relocation types (R_X86_64_GOTPC64, R_X86_64_PLTOFF64, R_X86_64_GOT64)
No description provided.
The text was updated successfully, but these errors were encountered: