We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
and for me
Sorry, something went wrong.
Facing the same issue...
Product Version : 1.1.19900.2
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: