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
The sync works well (gdb-Ghidra), until the program tries to load ta shared library (libfacade_client.so) and then I get the following error:
[x] program unavailable: libfacade_client.so [<] open program(s): [0] facade (*) [<] open program(s): [0] facade (*)
I tried a trick mentioned in previous issues with idblist, but the output from that doesn't list any shared libraries on an Ubuntu system:
gdb-peda$ idblist [sync] open program(s): [0] facade (*)
Any other suggestions? Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The sync works well (gdb-Ghidra), until the program tries to load ta shared library (libfacade_client.so) and then I get the following error:
I tried a trick mentioned in previous issues with idblist, but the output from that doesn't list any shared libraries on an Ubuntu system:
gdb-peda$ idblist [sync] open program(s): [0] facade (*)
Any other suggestions? Thanks.
The text was updated successfully, but these errors were encountered: