Closed kazimierzfilip closed 3 years ago
AFAIK, C++ support is still bad for now.
It requires additional two shared objects in your qiling/examples/rootfs/x8664_linux/lib
directory:
libstdc++.so.6
libm.so.6
If you have a Linux installation handy (or WSL, for that matter), you can find them both at /usr/lib/x86_64-linux-gnu
@xwings consider adding them to the rootfs repo
Thanks a lot! Now both c and c++ programs run fine.
Hi. I have an issue running binary compiled by g++ compiler. When I compile the same hello-world C program with gcc and g++. The first one runs ok with qiling and the second one does not. Is it connected with issue-377 or am I doing something wrong?
Sample Code
Compiled binary
Logs
Expected behavior Successful execution.
Logs after running same source file compiled with gcc
Qiling version = 1.2.3