8000 GitHub - tapthaker/yld: An experimental project to understand the internals of a Linker. This is still work in progress
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ yld Public

An experimental project to understand the internals of a Linker. This is still work in progress

Notifications You must be signed in to change notification settings

tapthaker/yld

Repository files navigation

YLD - Linker

  • This is an experimental project with the main motive to understand how a linker works
  • It is currently constrained to work for Linux 86_64 architecture ELF files
  • Tasks:
    • Parse ELF Object Files ( Done using ELFIO )
    • Validate that they are generated for 86_64 architecture
    • Symbol Resolution
    • Relocation
    • Generate Binary
    • Support Shared-Library
    • Other steps that I might be forgetting

About

An experimental project to understand the internals of a Linker. This is still work in progress

Resources

Stars

Watchers

Forks

0