Results 55 issues of 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...

question

# 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...

enhancement
help wanted
question

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...

enhancement
help wanted

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...

enhancement
help wanted

## 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...

enhancement
help wanted

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...

enhancement

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...

enhancement
help wanted
question

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...

help wanted

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, "")?;...

bug
help wanted
good first issue