You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used to take so much time to find the good linker to my reversed application when suddenly I found the command pkg-config --libs "libselinux" that in accordance with ldd "$(which ls)" could find the right library linkage from the ldd command.
We typically recommend using gtirb-pprinter --binary to reassemble (it will create the compilation command with the necessary library dependencies). Have you had problems with that approach?
gtirb-pprinter ls.gtirb --binary ls-out
Also, if you already have the libraries from ldd, you can link them directly, right?
I used to take so much time to find the good linker to my reversed application when suddenly I found the command
pkg-config --libs "libselinux"
that in accordance withldd "$(which ls)"
could find the right library linkage from the ldd command.example:
I suggest to add this trick to the doc.
Assign me to this issue please :)
Best regards.
The text was updated successfully, but these errors were encountered: