-
Notifications
You must be signed in to change notification settings - Fork 391
Description
make
make -C intercept all
make[1]: Entering directory '/home/versa/loadlibrary/intercept'
make -C libdisasm all
make[2]: Entering directory '/home/versa/loadlibrary/intercept/libdisasm'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/versa/loadlibrary/intercept/libdisasm'
cp libdisasm/libdisasm.a .
make[1]: Leaving directory '/home/versa/loadlibrary/intercept'
cc -O3 -march=native -ggdb3 -m32 -std=gnu99 -fshort-wchar -Wno-multichar -Iinclude -mstackrealign -DNDEBUG -D_GNU_SOURCE -I. -Iintercept -Ipeloader -c -o intercept/hook.o intercept/hook.c
make -C peloader all
make[1]: Entering directory '/home/versa/loadlibrary/peloader'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/versa/loadlibrary/peloader'
cc -O3 -march=native -ggdb3 -m32 -std=gnu99 -fshort-wchar -Wno-multichar -Iinclude -mstackrealign mpclient.o intercept/hook.o -o mpclient intercept/libdisasm.a -Wl,--whole-archive,peloader/libpeloader.a,--no-whole-archive -O3 -march=native -ggdb3 -m32 -std=gnu99 -fshort-wchar -Wno-multichar -Iinclude -mstackrealign -m32 -lm -Wl,--dynamic-list=exports.lst
mkdir -p faketemp
~/loadlibrary$ ./mpclient eicar.com
mpclient: function at 0x5a688db7 attempted to call an unknown symbol
Trace/breakpoint trap (core dumped)
Can you please help with this issue