index
:
dynld
main
dynamic linker studies
johannst
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
04_dynld_nostd
Commit message (
Collapse
)
Author
Age
Files
Lines
*
04: fix load through GOT explanation
HEAD
main
Johannes Stoelp
2023-02-11
1
-5
/
+6
|
*
disable stack protector for simplicity of these linker studies
Johannes Stoelp
2023-01-06
1
-1
/
+2
|
*
04: add remaining content to README
johannst
2021-05-16
1
-15
/
+490
|
*
04: dynld update comment for R_X86_64_COPY reloc + minor fix
johannst
2021-05-16
1
-12
/
+14
|
*
04: dynld added comment for R_X86_64_COPY reloc
johannst
2021-05-16
1
-4
/
+47
|
*
04: dynld cleanup typo
johannst
2021-05-05
1
-1
/
+0
|
*
04: dynld, map initial SO region with MAP_NONE
johannst
2021-05-05
1
-1
/
+1
|
*
04: README preparing dso of the user program
johannst
2021-05-01
1
-7
/
+154
|
*
Rename ExecInfo -> SystemVDescriptor
johannst
2021-04-30
1
-24
/
+25
|
*
04: added first half of README + highlevel outline for dynld.so
johannst
2021-04-29
1
-0
/
+171
|
*
03/04: replace shlib undef linker flag
johannst
2021-04-28
1
-6
/
+6
|
*
add check for PT_TLS phdr
johannst
2021-04-26
1
-0
/
+4
|
*
dynld: mark internal functions static
johannst
2021-04-26
1
-24
/
+17
|
*
dynld: add fold marker as code grew
johannst
2021-04-26
1
-39
/
+23
|
*
libgreet/main: updated comments
johannst
2021-04-26
2
-5
/
+10
|
*
Makefile: update comments
johannst
2021-04-26
1
-11
/
+19
|
*
setup routine for got + brush up some comments
johannst
2021-04-26
1
-24
/
+61
|
*
added support for R_X86_64_64/R_X86_64_RELATIVE relocations + added init/fini
johannst
2021-04-25
2
-13
/
+75
|
*
main: remove exit syscall
johannst
2021-04-25
1
-2
/
+0
|
*
own make target for libgreet.so
johannst
2021-04-21
1
-9
/
+10
|
*
add support to resolve all relocations in PLT & RELA tables; add global ↵
johannst
2021-04-21
4
-36
/
+95
|
|
|
|
variable as example to libgreet.so
*
04: able to map dependency & resolve reolcs and execture main program ↵
johannst
2021-04-17
5
-0
/
+578
(initial commit)