Koutheir Attouchi
Koutheir Attouchi
Can you please provide instructions on how to produce such a file?
This is failure of [`goblin::peek()`](https://docs.rs/goblin/latest/goblin/fn.peek.html) inside [bingrep::run()](https://github.com/m4b/bingrep/blob/a90ec92de2a94793042a5cd055be98240a9d4f4e/src/main.rs#L80). This issue needs to be fixed in [`goblin`](https://github.com/m4b/goblin), whose `peek()` function doesn't seem to support this COFF format.
[LLVM disassembler](https://llvm.org/doxygen/group__LLVMCDisassembler.html) is also an option here, instead of (or as an alternative to) capstone.
That only requires LLVM shared libraries, not a full Clang toolchain. It's basically the same requirement as for `libcapstone`.
An ELF file only specifies the C library file name, not its full path. Identifying the exact C library file for a particular ELF file **without running it** is a...
I don't understand what you're trying to say. Can you elaborate?
> The snippet above is a crude parsing of `readelf` output in an attempt to determine if binary has RELRO. `RELRO` is specified completely in the ELF file, and it...
The commit 4518026 solves some of the issues, but GDB still complains because the `static const` value `__deque_iterator::__block_size` is optimized out by the C++ compiler. `__deque_iterator::__block_size` is needed in order...
I already signed the OCA months ago.
> Is your PR complete and ready for review? Yes. > Did you have a conversation about these changes with some team members and you would like for them to...