Ninja Inc

Results 10 comments of Ninja Inc

In the meantime, the `/Library/LaunchAgents/com.google.security.zynamics.bindiff.plist` agent brings back `~/Library/Application Support/Binary Ninja/plugins/binexport12_binaryninja.dylib` on every restart and users have to remove the plugin to prevent Binary Ninja from crashing. ~~A work-around seems...

Many thanks for following up with BN support and for maintaining BinDiff of course. BinDiff is powerful and has been a strong and useful software in my reverse engineering toolbox....

I see you got us all covered from the beginning! Confirming it _is_ trivial to build BinExport plugins on macOS following the README instructions 👏 ``` BinExport 12 (@9a69edc, Aug...

I'll second that feature request, so to process the output with `jq` for example!

Regarding YAML to JSON processing, the current vt-cli output is perfectly handled by [yq](https://pypi.org/project/yq/) (may be not interactive progress through).

Hi, many thanks for following up! Yes, this is exactly what I am looking for, so when I run `pgrep` for example, I get some hint on what process is...

I figured out where my configuration is messing up with fish output. To reproduce the problem, you can add this to `~/.config/fish/config.fish` file: ```bash tabs -4 ```

I was hoping a bit more love here, like the standard C types for example: `stdlib.h`, `curl/curl.h`, _etc._ And also some constants that are `#define`'d in those headers and, as...

I have been trying to reverse the `main.pdz` from the Playdate itself for educational purpose only: ```text /Games/Seasons/Season-001/Whitewater Wipeout.pdx/main.pdz ``` and I ended up with the same error: ```text Traceback...

Turns out I can reproduce the problem when `done` falls back to `osascript` too, ex: ```fish sleep 5 ``` ```text 2025-09-04 02:47:41.300 osascript[87357:6219830] NSNotificationCenter connection invalid ``` Indeed, running `osascript`...