Skip to content
New issue

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

Trace/breakpoint trap (core dumped) #113

Open
Rd1997 opened this issue Aug 1, 2022 · 2 comments
Open

Trace/breakpoint trap (core dumped) #113

Rd1997 opened this issue Aug 1, 2022 · 2 comments

Comments

@Rd1997
Copy link

Rd1997 commented Aug 1, 2022

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

@ghost
Copy link

ghost commented Dec 19, 2022

and for me

image

@CappyT
Copy link

CappyT commented Dec 21, 2022

Facing the same issue...

Product Version : 1.1.19900.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants