a solution tool to the "anvill-specify-bitcode(Currently unsupported)" #360
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello! I am a deep user of Mcsema, and I want to contribute some effort to the Anvill community.
I create an issue in anvill community about what I've found and what my tool can do.#359 It seems to be a solution to the "anvill-specify-bitcode(Currently unsupported)"
In brief, I write a tool that imports an elf file and outputs the complete details (in LLVM IR) of the external functions(included from libc or libcxx) of the elf(with the help of readelf and clang). And my tool can deal with the C++ Name Mangling problem.
the REAMDME.md in my upload has a brief introduction about my tool.
Hope that my tool can help the anvill community.