Zachary Cutlip

Results 33 issues of Zachary Cutlip

Per discussion in #2 here are the changes I've made. I don't know if its useful or not, but feel free to disregard if it isn't. I think it should...

Great work with the objective-C patches. Thanks! I'm finding a similar issue with pointers in `__DATA.__const`. You can mask off the high 24 bits and then you're left with the...

This PR adds a check that `$BASH_VERSION` is at least the minimum version (4.4 as stated in the README), and exits early if not. I've also added tests for this...

macOS's `bash` is version 3.2.57, which is very out of date and incompatible with `bargs.sh`. This PR updates the README explaining this, and providing the appropriate `brew` command to install...

This PR adds support for hyphenated CLI args like: `--option-with-hyphens` The corresponding shell variable name is normalized to underscores like: `$option_with_hyphens` This behavior is similar to other argument parsing libraries,...

--- It would be nice if `autopep8` supported a `per-file-ignores` command line/config option similar to flake8's There are times when I want most of what autopep8 fixes in my editor,...

Optionally append to an existing Markdown file rather than creating a new one Additional changes are around gracefully handling missing title and table of contents, such as in the event...

enhancement

### What happened? Checking for screen saver time (actually screen lock time!) is good security. However, everyone's threat model is different and 5 minutes may not be appropriate for everyone...

enhancement

- This addresses issue #310 - ctags sometimes omits the right-anchor ('$') from its regexes - This seems to happen with C macros - Split ex_command into the pattern, sans...

Sometimes I retype stack variables lots of code disappears from decompilation, presumably due to variable overlaps that couldn't be reconciled. I get the following warning: ``` /* WARNING: Could not...

Type: Question
Feature: Decompiler
Status: Triage