cyberc00z / linker

Writing Dynamic Linker in C/C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is a linker :

In computing , a linker or link editor is a computer system program that takes one or more object files (generally generated by a compiler or an assembler) and combines them into a single executable file, library file, or another 'object' file. (src:: wiki)

learning

About

Writing Dynamic Linker in C/C++