summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-01-28 05:15:30 +0000
committermidipix <writeonce@midipix.org>2017-01-28 00:26:01 -0500
commit77cbd46254c491fb56d863494b9102217f297252 (patch)
tree532a057079f66403057d49c6ed29519f4baf10b7 /project
parent7cd4117bbe6a97ca13ff81c2ff2a165268bdeb55 (diff)
downloadpemagine-77cbd46254c491fb56d863494b9102217f297252.tar.bz2
pemagine-77cbd46254c491fb56d863494b9102217f297252.tar.xz
ldso: added pe_find_framework_loader().
Diffstat (limited to 'project')
-rw-r--r--project/common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk
index 40bfe21..5158c04 100644
--- a/project/common.mk
+++ b/project/common.mk
@@ -12,6 +12,7 @@ API_SRCS = \
src/imports/pe_enum_image_import_hdrs.c \
src/ldso/pe_get_framework_runtime_data.c \
src/ldso/pe_get_peb_strings.c \
+ src/ldso/pe_find_framework_loader.c \
src/ldso/pe_open_image_from_addr.c \
src/ldso/pe_open_physical_parent_directory.c \
src/meta/pe_get_image_stack_heap_info.c \