Skip to content

Commit 1359441

Browse files
committed
Locating dynamic symbol table
1 parent 4ea5fc7 commit 1359441

File tree

4 files changed

+484
-0
lines changed

4 files changed

+484
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ target = inject-thread
99
objects += inject-thread.o
1010
objects += procfs.o
1111
objects += ptrace.o
12+
objects += elf.o
1213

1314
all: $(target)
1415

0 commit comments

Comments
 (0)