m4b
m4b
**Current Candidate(s)** * `bingrep` (no rename) * `binocular` * `bing` --------- `bg` cannot be used without path prefix because of `bg` for job backgrounding in bash/posix. so we need to...
# Prolegomena Hullo! So I've begun adding search functionality, and I already find it very useful. In particular, this is a usecase I find myself having: 1. I want to...
Load commands could use some love when it comes to printing their content. Should be very straighforward, e.g. this is output currently: ``` 0 LC_SEGMENT_64 1 LC_SEGMENT_64 2 LC_SEGMENT_64 3...
re #1: I'd like to do: ``` bingrep "function_name" ``` which will return any matches for the function in the various "sections" of the binary, e.g., in the dynamic symbol...
## Design Having a textual format which the artifact can dump would be extremely cool and useful. In particular, if someone submits a bug report, can request they also paste...
This will allow a static lib as a target. For OSX/BSD we will be blocked on m4b/goblin#26 Will also require adding more friendly "builder" syntax to archive to make emission...
This shouldn't be too much work, as goblin already has all the underlying 32-bit struct support, etc. Do note however this will have to be resolved, I think: https://github.com/m4b/goblin/pull/86#issuecomment-381427027 Other...
I want one relocation abstraction to rule them all. There are a number of ways to accomplish this, or perhaps, no good one way at all (in which case we...
We need to have a story for binary data in goblin, as it’s becoming more and more urgent to have a full test suite we can run against for compliance...
When parsing the multiarray.so binary mentioned in #106, the NoteIterator appears to infinitely loop if we do something like: ```rust if let Some(notes) = self.elf.iter_note_headers(self.bytes) { fmt_hdr(fmt, "Notes")?; writeln!(fmt, "")?;...